Leopoldadmin
  • Joined on 2026-05-19
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:55:29 +00:00
61309e2616 feat: Add CanvasArea component placeholder
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:55:26 +00:00
4f248cb219 feat: Add CSS styles for StatusBar component
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:55:18 +00:00
4fbb17b93e feat: Add StatusBar component with coordinates and status info
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:55:09 +00:00
af142699e1 feat: Add CSS styles for CommandLine component
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:55:00 +00:00
e72fb3f44a feat: Add CommandLine component with autocomplete stub
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:54:45 +00:00
d2c7d65435 feat: Add CSS styles for SidePanel component
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:54:38 +00:00
dd4798c248 feat: Add SidePanel component with tabs
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:54:29 +00:00
37b6290f3e feat: Add CSS styles for RibbonBar component
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:54:24 +00:00
f0cb62c8b9 feat: Add RibbonBar component with CAD function tabs
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:54:18 +00:00
c3680a97f1 feat: Add theme.css with design tokens for dark/light themes
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:54:11 +00:00
9179cdfb0c feat: Add ThemeContext for dark/light theme toggle
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:53:24 +00:00
e779ace1cc feat: Add Yjs WebSocket server dependencies
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:53:15 +00:00
86a7d6bb34 feat: Add tests for Yjs WebSocket server
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:53:00 +00:00
490fb769df feat: Add Yjs WebSocket server implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:51:57 +00:00
44a5f53df2 test: add unit tests for block management API endpoints
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:51:43 +00:00
9cc418aa99 feat: implement block management API endpoints
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:50:32 +00:00
73f04e3315 test: Add unit tests for element CRUD API endpoints
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:50:27 +00:00
8a0b5bed3a test: Add unit tests for layer CRUD API endpoints
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:50:16 +00:00
179594cd3e feat: Implement element CRUD API endpoints with RBAC
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:50:11 +00:00
0ed52cd311 feat: Implement layer CRUD API endpoints with RBAC