f67c491deb
feat: flux to logos
2026-03-15 23:41:10 +01:00
2326bbe035
feat: render image in markdown
2026-03-14 22:58:57 +01:00
ce58673d18
fix: performance
2026-03-14 22:39:38 +01:00
bcb9c5946d
fix: several smaller improvements
2026-03-14 22:13:38 +01:00
1ee078c350
feat: run button
2026-03-14 07:58:50 +01:00
b642a7aab2
feat: simplify paths
2026-03-14 07:52:34 +01:00
353c2db335
feat: meaningful labels by status
2026-03-13 23:35:34 +01:00
fc265266c7
feat: introdce store
2026-03-13 00:32:19 +01:00
2d8f13aebb
nit
2026-03-13 00:19:14 +01:00
2ff7e1f5f2
fix: classes
2026-03-12 23:38:13 +01:00
4dca9c6478
feat: replace codemirror and image viewr, opt for simplier approach
2026-03-12 23:07:51 +01:00
029bab8917
refactor: performance
2026-03-12 21:01:43 +01:00
fb1df18256
refactor: markdown split form agent
2026-03-12 20:37:16 +01:00
35b2e9d538
fix: codemirror util
2026-03-12 20:23:39 +01:00
923bf4bff0
feat: performance 1
2026-03-12 18:01:27 +01:00
4bd2f1b458
refactoring: graph state
2026-03-12 17:40:05 +01:00
bfd1a40332
refactoring
2026-03-12 17:23:47 +01:00
f5b12949d3
refactoring
2026-03-12 17:14:33 +01:00
e29c5d643c
refactoring
2026-03-12 17:07:42 +01:00
084863909a
feat: refactoring rendering
2026-03-12 16:56:53 +01:00
79e4586ed1
feat: refactor rendering I
2026-03-12 16:24:24 +01:00
2a0507ca02
vieport fix
2026-03-12 15:34:14 +01:00
909359ea53
feat: renderin imrpovements
2026-03-12 14:48:19 +01:00
f43e2df019
feat: rendering for agents
2026-03-12 13:05:52 +01:00
5f6f16ab90
fix: node button styles
2026-03-12 12:28:56 +01:00
57207fa082
fix: improve rendering menu
2026-03-12 12:22:47 +01:00
49a80e8d91
fix: imports
2026-03-12 11:29:26 +01:00
7a6a4a43c5
fix: folder org
2026-03-12 11:22:01 +01:00
4184a60706
lint: change folder names
2026-03-12 11:21:10 +01:00
86238b7efc
refactor: nodes as builder pattern
2026-03-12 11:01:35 +01:00
302107e710
fix: style run
2026-03-12 10:09:12 +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
fddc6488ea
fix: remove init constraint
2026-03-11 22:10:58 +01:00
1232d148e6
feat: ant path rendering on cahnges
2026-03-11 22:08:08 +01:00
ea6bdeb05f
feat: fullscreen for data node
2026-03-11 20:31:43 +01:00
86d264e83a
feat: full screen node
2026-03-11 20:22:32 +01:00
fc58dcdaa2
feat: refactor names
2026-03-11 17:24:32 +01:00
f201fe92f4
feat: agent node
2026-03-11 14:39:38 +01:00
1cc6b98973
fix: VariableNode size
2026-03-11 13:39:49 +01:00
08d66b59c2
fix: nunjuclk rendering
2026-03-11 00:05:32 +01:00
6014f34f76
fix: aspec ratio of rendering
2026-03-10 23:59:04 +01:00
38e1ae3692
feat: add initial data node
2026-03-10 23:49:28 +01:00
bfc8c560b2
fix: styles of border and copy
2026-03-10 22:49:07 +01:00
0c368f4b24
improve rendering raw
2026-03-10 22:44:58 +01:00
d5ddd762cd
feat: fix viewport
2026-03-10 22:24:24 +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
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