Commit Graph

17 Commits

Author SHA1 Message Date
94da42f9fc feat: canvas options 2026-03-11 14:17:12 +01:00
581cfca506 feat: Settings panel 2026-03-11 14:12:48 +01:00
9c0161b21d fix: minimap off by default 2026-03-11 13:46:23 +01:00
95e1c13dcd feat: minimap toggle 2026-03-11 13:44:48 +01:00
deb1be0d66 feat: improve mouse events 2026-03-11 10:27:17 +01:00
2873f13875 feat: contextual zoom 2026-03-11 00:30:10 +01:00
7c1039f4c6 fix: minor styles and ux 2026-03-11 00:21:37 +01:00
d5ddd762cd feat: fix viewport 2026-03-10 22:24:24 +01:00
87c46c25c6 feat: add node calssification 2026-03-10 21:34:39 +01:00
eed880e7ef feat: new projects start with empty state 2026-03-10 00:19:14 +01:00
80653b7fce feat: enhance platform context with recent project tracking and access recording 2026-03-10 00:16:37 +01:00
bb58727e04 feat: add navigation link to projects in CanvasMenubar and enhance AppSidebar with tooltip for expand button 2026-03-10 00:01:59 +01:00
3ad02cfb76 feat: integrate Radix UI toggle components and replace custom toast implementation with Sonner
- Added @radix-ui/react-toggle and @radix-ui/react-toggle-group to package dependencies.
- Implemented ToggleGroup and Toggle components for improved UI interaction.
- Replaced custom toast notifications with Sonner for better user feedback.
- Updated CanvasPage and ProjectsPage to utilize new toast notifications.
- Removed obsolete toast context and provider.
- Enhanced ProjectsPage with a toggle view for project display (cards/table).
2026-03-09 23:43:05 +01:00
e441d36cf4 feat: implement project management features with routing, including project creation, deletion, renaming, and graph persistence 2026-03-09 22:10:32 +01:00
eb1413322f feat: enhance connection validation and node creation logic, improve type handling in various components 2026-03-09 21:45:05 +01:00
e789a0a164 feat: implement CanvasMenubar component and integrate keyboard shortcuts 2026-03-09 21:19:08 +01:00
4e51b6866f feat: add Sheet and Sidebar components for improved UI layout
- Introduced a new Sheet component for modal-like functionality with customizable content and animations.
- Implemented a Sidebar component with mobile responsiveness, state management, and keyboard shortcuts for toggling.
- Added Skeleton component for loading states and Tooltip component for enhanced user guidance.
- Created a useIsMobile hook to manage mobile view detection.
- Updated main entry point to render the new PlatformPage component.
- Enhanced styles for sidebar and scrollbar customization in CSS.
- Extended Tailwind configuration to include sidebar color variables for better theming.
2026-03-09 20:51:29 +01:00