Commit Graph

17 Commits

Author SHA1 Message Date
4dca9c6478 feat: replace codemirror and image viewr, opt for simplier approach 2026-03-12 23:07:51 +01:00
92fdba7eef fix: edge animation 2026-03-12 20:45:40 +01:00
68804b95bb fix: styles 2026-03-12 12:35:22 +01:00
192358822e fix: styles 2026-03-12 12:32:27 +01:00
48dcf38e01 feat: error connections 2026-03-11 23:05:09 +01:00
e79821bd81 feat: connections improvements 2026-03-11 23:05:01 +01:00
3ef30bd58c fix: rendering animaiton 2026-03-11 22:20:21 +01:00
42676b2674 fix: color path 2026-03-11 22:18:01 +01:00
1232d148e6 feat: ant path rendering on cahnges 2026-03-11 22:08:08 +01:00
deb1be0d66 feat: improve mouse events 2026-03-11 10:27:17 +01:00
c330713fa7 fix: node resize 2026-03-11 00:38:15 +01:00
dd1de7cb1e fix: border style 2026-03-10 22:51:49 +01:00
bfc8c560b2 fix: styles of border and copy 2026-03-10 22:49:07 +01:00
4fcc8b4fdd fix: update border color for nodes and sidebar to align with design system 2026-03-09 21:24:40 +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
b3c2c6711f feat: add node help system and registry for extensible node types
- Implemented a help system for different node types (config, render, variable, function) with detailed usage instructions.
- Created a node registry to manage node types, including registration, retrieval, and validation of connections between nodes.
- Defined central node and edge types for the application to streamline state management.
- Added Nunjucks autocomplete functionality to enhance user experience in template editing.
- Developed a syntax highlighting parser for PlantUML and Nunjucks within the CodeMirror editor.
- Registered built-in node types at application startup, including their default configurations and help entries.
- Introduced a theme context provider to manage light/dark mode preferences across the application.
- Created utility functions for class name management using clsx and tailwind-merge.
- Set up Tailwind CSS for styling with custom themes and responsive design.
- Configured Vite for development with proxy settings for backend API calls and Kroki diagram service.
2026-03-09 20:04:31 +01:00