constellation-analyzer/src
Jan-Henrik Bruhn 8998061262 feat: add toast notification system for visual feedback
Implements toast notifications from UX_ANALYSIS.md to provide clear,
non-intrusive feedback for user actions.

Features:
- Toast store with Zustand for global state management
- Four toast variants: success, error, info, warning
- Auto-dismiss after configurable duration (default 4s)
- Max 3 visible toasts with FIFO queue
- Smart positioning that avoids right panel overlap
- Smooth slide-in/fade-out animations

Notifications added for:
- File operations (import/export success/errors)
- Document operations (create/delete/rename/duplicate)
- Workspace operations (import/export)

Toast container dynamically repositions based on right panel state
to ensure toasts never overlap with critical UI elements.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-10 23:13:28 +02:00
..
components feat: add toast notification system for visual feedback 2025-10-10 23:13:28 +02:00
contexts fix: refactor keyboard shortcut context 2025-10-10 11:54:51 +02:00
hooks feat: add crispy PNG/SVG graph export with tight cropping 🔥 2025-10-10 23:01:33 +02:00
stores feat: add toast notification system for visual feedback 2025-10-10 23:13:28 +02:00
styles Initial commit 2025-10-10 11:15:51 +02:00
types Initial commit 2025-10-10 11:15:51 +02:00
utils feat: add crispy PNG/SVG graph export with tight cropping 🔥 2025-10-10 23:01:33 +02:00
App.tsx feat: add toast notification system for visual feedback 2025-10-10 23:13:28 +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