openpencil/src
Danila Poyarkov 323a1f90c4 Migrate React → Vue 3 + VueUse + Reka UI
- Vue 3 SFC components with <script setup>
- Reactive store (Vue reactivity) replacing React refs/state
- Composables: useCanvas, useCanvasInput, useKeyboard
- Components: EditorCanvas, LayersPanel, PropertiesPanel, Toolbar
- Floating toolbar (Figma UI3 style) with pill shape + shadow
- Properties panel with Design/Prototype tabs + zoom display
- Sections: Position, Rotation, Layout, Appearance, Fill, Stroke, Effects, Export
- CSS custom properties for theming (--panel-bg, --border, --accent, etc.)
- Add Figma UI3 CDP inspection findings (toolbar, panels, sections)
2026-02-27 21:25:31 +03:00
..
components Migrate React → Vue 3 + VueUse + Reka UI 2026-02-27 21:25:31 +03:00
composables Migrate React → Vue 3 + VueUse + Reka UI 2026-02-27 21:25:31 +03:00
engine PoC 2 & 3: Yoga WASM layout + Kiwi codec 2026-02-27 17:16:21 +03:00
kiwi PoC 2 & 3: Yoga WASM layout + Kiwi codec 2026-02-27 17:16:21 +03:00
stores Migrate React → Vue 3 + VueUse + Reka UI 2026-02-27 21:25:31 +03:00
App.vue Migrate React → Vue 3 + VueUse + Reka UI 2026-02-27 21:25:31 +03:00
env.d.ts Migrate React → Vue 3 + VueUse + Reka UI 2026-02-27 21:25:31 +03:00
main.ts Migrate React → Vue 3 + VueUse + Reka UI 2026-02-27 21:25:31 +03:00