constellation-analyzer/src
Jan-Henrik Bruhn 63ec8eb2e3 feat: increase zoom range to support larger charts
Allow zooming out to 10% (previously 50%) to better accommodate large constellation analyses. Added zoom constants (MIN_ZOOM=0.1, MAX_ZOOM=2.5) for consistency across fitView and ReactFlow component.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-15 11:54:02 +01:00
..
__tests__/integration fix: resolve build and type errors 2025-11-11 09:46:44 +01:00
components feat: increase zoom range to support larger charts 2026-01-15 11:54:02 +01:00
contexts fix: refactor keyboard shortcut context 2025-10-10 11:54:51 +02:00
hooks refactor: move snapshot creation to historyStore (architectural fix) 2025-10-20 12:24:52 +02:00
stores there is a __tests__ folder and a test folder. That seems confusing, is that a SotA TypeScript/REact/Vite testing pattern? (vibe-kanban c7c8b21b) 2025-11-10 12:26:34 +01:00
styles feat: apply custom background colors to maximized groups 2025-10-20 15:23:01 +02:00
test-utils there is a __tests__ folder and a test folder. That seems confusing, is that a SotA TypeScript/REact/Vite testing pattern? (vibe-kanban c7c8b21b) 2025-11-10 12:26:34 +01:00
types fix: resolve build and type errors 2025-11-11 09:46:44 +01:00
utils feat: render edges between minimized groups with floating edges 2025-10-21 11:28:48 +02:00
App.tsx feat: add multi-select properties panel with bulk operations 2025-10-21 10:57:07 +02:00
constants.ts feat: render edges between minimized groups with floating edges 2025-10-21 11:28:48 +02:00
main.tsx Initial commit 2025-10-10 11:15:51 +02:00
vite-env.d.ts Initial commit 2025-10-10 11:15:51 +02:00