constellation-analyzer/src
Jan-Henrik Bruhn 38cae3cdd9 fix: whoopsie doopsie accident - correct onAddNodeRequest type signature
Fixed TypeScript error where onAddNodeRequest callback parameter type
was incorrectly defined. The prop expects a function that receives a
callback, not the node type ID directly.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-10 22:29:45 +02:00
..
components fix: whoopsie doopsie accident - correct onAddNodeRequest type signature 2025-10-10 22:29:45 +02:00
contexts fix: refactor keyboard shortcut context 2025-10-10 11:54:51 +02:00
hooks feat: side panels for properties and tools 2025-10-10 18:13:18 +02:00
stores feat: side panels for properties and tools 2025-10-10 18:13:18 +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 Initial commit 2025-10-10 11:15:51 +02:00
App.tsx fix: replace any types with explicit function signatures 2025-10-10 22:20:47 +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