Commit Graph

12 Commits

Author SHA1 Message Date
7ced2172af feat: multiple scenes 2026-03-29 01:53:15 +01:00
9607ff3478 feat: runnersok 2026-03-29 01:22:33 +01:00
c3cbe35883 fIx: smaller nits 2026-03-20 00:04:46 +01:00
4dca9c6478 feat: replace codemirror and image viewr, opt for simplier approach 2026-03-12 23:07:51 +01:00
35b2e9d538 fix: codemirror util 2026-03-12 20:23:39 +01:00
e9ed508bfc refactor: resize performance 2026-03-12 18:28:31 +01:00
51c96641f0 refactor: deta histroy 2026-03-12 18:08:54 +01:00
4bd2f1b458 refactoring: graph state 2026-03-12 17:40:05 +01:00
4184a60706 lint: change folder names 2026-03-12 11:21:10 +01:00
0c368f4b24 improve rendering raw 2026-03-10 22:44:58 +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