Leopoldadmin
  • Joined on 2026-05-19
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-28 08:10:52 +00:00
9edce1947c Web CAD - complete TypeScript source (React 18 frontend, Node.js backend, CRDT collaboration, KI Copilot)
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-28 08:07:59 +00:00
c977678ad1 Add missing backend/.dockerignore from production source
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-28 08:00:34 +00:00
2109f0544b Replace frontend with real working CAD editor source from /data/web-cad-neu (TS, React 18, full ribbon bar, KI, layers, tools)
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-28 07:46:12 +00:00
b56c65815a Restore JSX frontend with Login/Dashboard/Editor from 249d5fb, remove TS frontend, fix nginx port to 3001
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-28 00:35:10 +00:00
65c1f10499 Fix nginx proxy port (3001), add nginx.conf to Dockerfile, add /ws proxy, fix WebSocketProvider for production URLs
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-28 00:17:01 +00:00
05ccebad8d Replace frontend with deployed TS version from a08dd73
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-27 23:25:47 +00:00
6e508fb68e Add regenerated package-lock files for reproducible builds
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-27 23:24:39 +00:00
8fa6f795c0 Clean working version: deployed TypeScript backend + JSX frontend
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 23:57:31 +00:00
a08dd73860 Fix package.json: add missing deps (fabric, @vitejs/plugin-react), fix wrong versions (eslint plugins), remove non-existent package
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)