Leopoldadmin
  • Joined on 2026-05-19
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:52:16 +00:00
de0d256773 T24: Update RibbonBar to handle ExportResult return type from export functions
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:51:01 +00:00
723869d65a T24: Use shared types, add 300ms debounce on Yjs updates in PropertiesPanel
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:50:06 +00:00
dc185135f0 T24: Use shared types from cad.types.ts in importService
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:49:20 +00:00
056e552ef4 T24: Add try/catch to export functions, use shared types, return ExportResult
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:48:03 +00:00
4f0d750741 T24: Add shared CAD types file (cad.types.ts)
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:45:06 +00:00
d2edc31460 T23: Add dropdown outside-click and Escape close for RibbonBar
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:44:33 +00:00
04c93adff3 T23: Add modal keyboard accessibility (Escape, focus trap, ARIA) and dropdown outside-click/Escape close
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:41:30 +00:00
90448c1214 T22: Fix DXF LWPOLYLINE vertex parsing (M1), clear existing data on import (M2), preserve arc start/end angles (M4)
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:40:14 +00:00
9ee7223a46 T22: Fix DXF LWPOLYLINE vertex parsing (M1), clear existing data on import (M2), preserve arc start/end angles (M4)
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:23:53 +00:00
7df5186549 T21: Remove unused visibleW/visibleH in generatePageSVG
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:23:12 +00:00
f6a18c366d T21: Fix RefObject type error in RibbonBar.tsx (guard yjsDoc with && check)
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