Leopoldadmin
  • Joined on 2026-05-19
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:21:09 +00:00
5178e2a4fc T21: Add Print button and PrintPreview modal to RibbonBar.tsx
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:20:39 +00:00
c9f21ea38d T21: Add PrintPreview.css styling
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:20:10 +00:00
16ee7bbd7b T21: Add PrintPreview.tsx component
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:19:27 +00:00
dfbf7b2014 T21: Fix corrupted printService.ts (restore full content)
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:18:30 +00:00
e77adfede1 T21: Fix typo in printService.ts (stray n character)
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:17:19 +00:00
4d30a2bd51 T21: Add printService.ts (page setup, scale, multi-page, print)
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:15:30 +00:00
b02597982f T20: Remove unused layerClass variable in exportService.ts
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:14:06 +00:00
4cd6b58667 T20: Add jspdf dependency to package.json
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:13:59 +00:00
a5b2fcac34 T20: Pass yjsDocRef to RibbonBar in App.tsx
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:13:52 +00:00
520affe3ba T20: Add dropdown styles to RibbonBar.css
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:13:23 +00:00
289ade187e T20: Add export/import UI to RibbonBar.tsx
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:13:00 +00:00
e6da2a9b2f T20: Add importService.ts (JSON round-trip + DXF import)
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:12:13 +00:00
68687d3557 T20: Add exportService.ts (JSON/SVG/DXF/PDF exporters)
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:07:55 +00:00
f6e1b7f690 T19: Fix useState type in SidePanel.tsx (use unknown[] for layers)
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:07:26 +00:00
585b6696d8 T19: Fix TypeScript errors in SidePanel.tsx (type narrowing + RefObject casts)
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:05:57 +00:00
a4351f63c6 T19: Integrate PropertiesPanel into SidePanel with prop forwarding
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:05:44 +00:00
b8c2ef5aea T19: Add PropertiesPanel.css styling
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:05:29 +00:00
0abc26a840 T19: Add PropertiesPanel.tsx component
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 21:12:39 +00:00
8deb1f1844 Create RotateSeatingGroupTool.ts to implement rotation functionality
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 21:12:08 +00:00
ce33001b1e Add public method placeChairsOnSelectedTables() and update ID generation to use crypto.randomUUID()