Commit Graph

56 Commits

Author SHA1 Message Date
290217791f feat: add logos editor 2026-03-15 21:12:05 +01:00
929359b4bc feat: refactor menus 2026-03-15 21:11:57 +01:00
a8bd579043 feat: flip card transition 2026-03-15 20:19:00 +01:00
202462bad7 feat: custom icons 2026-03-15 15:13:41 +01:00
449d2cb382 feat: logos and flux 2026-03-15 14:43:31 +01:00
04c039bdde freat: renaming 2026-03-15 14:11:11 +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
a1ad4d52cf feat: autosave 2026-03-14 10:33:03 +01:00
78f5a51aa8 fix: tests 2026-03-14 08:02:40 +01:00
b642a7aab2 feat: simplify paths 2026-03-14 07:52: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
b71d32da5e fix: remove backend placeholders 2026-03-12 21:10:00 +01:00
0578b26241 feat: save button 2026-03-12 21:06:47 +01:00
029bab8917 refactor: performance 2026-03-12 21:01:43 +01:00
92fdba7eef fix: edge animation 2026-03-12 20:45:40 +01:00
a0bf9c6b70 refactor: improvements 2026-03-12 18:14:21 +01:00
51c96641f0 refactor: deta histroy 2026-03-12 18:08:54 +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
49a80e8d91 fix: imports 2026-03-12 11:29:26 +01:00
4184a60706 lint: change folder names 2026-03-12 11:21:10 +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
1232d148e6 feat: ant path rendering on cahnges 2026-03-11 22:08:08 +01:00
86d264e83a feat: full screen node 2026-03-11 20:22:32 +01:00
0b8c18a43f fix: Style 2026-03-11 17:43:37 +01:00
fc58dcdaa2 feat: refactor names 2026-03-11 17:24:32 +01:00
6471cee05f feat: menu refactoring 2026-03-11 17:16:13 +01:00
b92088f583 feat: add keroma 2026-03-11 17:07:27 +01:00
f201fe92f4 feat: agent node 2026-03-11 14:39:38 +01:00
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
6545c4fc51 fix: card image vertical alignment 2026-03-10 23:53:05 +01:00
d5ddd762cd feat: fix viewport 2026-03-10 22:24:24 +01:00
30d62e878a feat: add the waters 2026-03-10 21:43:27 +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
57dfcb6458 feat: enhance project management with duplicate name checks and toast notifications
- Added duplicate name check in NewProjectDialog to warn users of existing project names.
- Integrated toast notifications for actions like project deletion and export in ProjectsPage.
- Implemented project ordering and restoration functionality in platform context.
- Updated ProjectsPage to include search, sorting, and pagination features.
- Created a new Toast component for displaying notifications with optional undo actions.
- Refactored main application entry to include ToastProvider for global toast management.
2026-03-09 22:36:14 +01:00