constellation-analyzer/src/components
Jan-Henrik Bruhn 9d3dfff64a refactor: remove non-functional Ctrl+A select-all shortcut
Removes the Ctrl+A keyboard shortcut and associated select-all functionality
that was not working properly.

Changes:
- Remove select-all shortcut definition from useGlobalShortcuts
- Remove "Select All" menu item from View menu
- Remove handleSelectAll stub function from App.tsx
- Clean up onSelectAll prop from MenuBar component

The select-all feature was dysfunctional (only logging to console) and
not properly implemented, so it has been removed entirely.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-13 12:49:47 +02:00
..
Common feat: improve connection display with reusable component and instant actor type updates 2025-10-12 12:17:47 +02:00
Config feat: implement directional relationships for edges 2025-10-11 11:54:16 +02:00
Edges feat: add search and filter functionality with Ctrl+F shortcut 2025-10-12 12:11:29 +02:00
Editor refactor: move undo/redo to Edit menu and implement unified menu system 2025-10-12 12:35:30 +02:00
Menu refactor: remove non-functional Ctrl+A select-all shortcut 2025-10-13 12:49:47 +02:00
Nodes feat: add search and filter functionality with Ctrl+F shortcut 2025-10-12 12:11:29 +02:00
Panels feat: improve connection display with reusable component and instant actor type updates 2025-10-12 12:17:47 +02:00
Timeline fix: allow double click on state nodes and improve their design 2025-10-12 14:49:15 +02:00
Toolbar refactor: move undo/redo to toolbar, simplify left panel 2025-10-10 22:16:05 +02:00
Workspace refactor: replace redundant window.confirm with custom dialog 2025-10-11 22:08:00 +02:00