constellation-analyzer/src
Jan-Henrik Bruhn 94c7845ca7 refactor: replace redundant window.confirm with custom dialog
Removes duplicate confirmation dialogs when deleting documents.
Previously, users were asked twice: once by the UI component's custom
dialog and again by window.confirm in the store.

Changes:
- Remove window.confirm from workspaceStore deleteDocument function
- Add useConfirm hook to DocumentTabs component for delete action
- Consistent confirmation UX across DocumentManager and DocumentTabs

Both components now show the same styled confirmation dialog with
proper handling of unsaved changes warnings.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-11 22:08:00 +02:00
..
components refactor: replace redundant window.confirm with custom dialog 2025-10-11 22:08:00 +02:00
contexts fix: refactor keyboard shortcut context 2025-10-10 11:54:51 +02:00
hooks feat: add timeline system for multi-state constellation analysis 2025-10-11 22:00:34 +02:00
stores refactor: replace redundant window.confirm with custom dialog 2025-10-11 22:08:00 +02:00
styles Initial commit 2025-10-10 11:15:51 +02:00
types feat: add timeline system for multi-state constellation analysis 2025-10-11 22:00:34 +02:00
utils feat: add graph metrics and analysis to right panel 2025-10-10 23:20:22 +02:00
App.tsx feat: add timeline system for multi-state constellation analysis 2025-10-11 22:00:34 +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