Leopoldadmin
  • Joined on 2026-05-19
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 07:18:20 +00:00
b4a855d6db feat(canvas): Create RenderEngine with requestAnimationFrame loop, viewport culling, layer rendering, zoom/pan, grid and element rendering
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 07:18:01 +00:00
fa6d4ba159 feat(canvas): Add rbush dependency for spatial indexing
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:56:10 +00:00
47ef5f1eb9 feat: Update App.css with new layout styles
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:55:45 +00:00
3530910b6f feat: Implement main layout with all components and dark/light theme toggle
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:55:34 +00:00
8473944fce feat: Add CSS styles for CanvasArea component
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