Commit 67b0760
Rewrite app from plain TypeScript to Vue 3
- Add Vue 3 and @vitejs/plugin-vue dependencies
- Create component-based architecture with Composition API
- Replace global state with reactive props/emits pattern
- Move styles from global CSS to scoped component styles
- Create reusable composables (useEquations, useColorScheme, useHover)
- Simplify CodeJar integration with Vue wrapper component
- Update E2E tests for new component structure
- Delete old src/ui/ imperative code (1,500+ lines removed)
Components:
- Layout: AppSidebar, MainContent, EditorSidebar
- Equation: EquationDisplay, DescriptionPanel, DefinitionPopup, SelectionOverlay
- Controls: EquationSelector, ColorSchemeSwitcher, ExportControls
- Editor: MarkdownEditor (CodeJar wrapper)
Unchanged (pure functions):
- parser.ts, export/*, utils/*, prism-custom.ts
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 92e1c04 commit 67b0760
File tree
32 files changed
+1869
-1696
lines changed- src
- components
- controls
- editor
- equation
- layout
- composables
- ui
- tests/e2e
32 files changed
+1869
-1696
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 31 | + | |
83 | 32 | | |
84 | 33 | | |
85 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments