Commit b0ed219
committed
refactor: remove dead code surfaced by fallow (Phase 1)
- Delete 13 unused files: Vite-starter icon components, an
orphan footer layout, two abandoned CTS pages, a refactor-
leftover percent-edit dialog, two unused photo-gallery
variants, and CSS assets with zero imports.
- Drop @quasar/extras and @pinia/testing from package.json
after verifying zero usages. Future SVG-icon migration is
tracked separately in PLAN-svg.md.
- Remove unused exports (and the now-dead local declarations
that supported them) from colors.ts, DateFunctions.ts,
QuasarConfig.ts, photo-gallery-service.ts, use-percentage-
form.ts, error-transformer.ts, permission-messages.ts, and
schedule-config.ts. colors.ts in particular collapses from
256 lines to 31 after the dead palette plumbing is removed.
- Fallow's `percentRule` and SCHEDULE_LABELS/SCHEDULE_MESSAGES
findings are false positives (direct imports and dynamic
imports fallow missed) — kept as-is.1 parent 2580a27 commit b0ed219
21 files changed
Lines changed: 14 additions & 1183 deletions
File tree
- VueApp/src
- CAHFS/assets
- CMS/assets
- CTS/pages
- ClinicalScheduler
- constants
- services
- Effort
- components
- composables
- Students
- components/PhotoGallery
- services
- components/icons
- composables
- config
- layouts
Whitespace-only changes.
Whitespace-only changes.
This file was deleted.
This file was deleted.
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 64 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
0 commit comments