No description
Find a file
SVM0N ee64788f55 refactor: rename XLSXCardView → CardView
Class-internal rename. The CARD_VIEW_TYPE string registered with Obsidian
is unchanged, so the rename is purely cosmetic from the API's perspective.
Sweeps 8 sites: class def + instantiation in main.ts, plus mention-only
references in test-plugin-logic.mjs, xlsx-to-csv-roundtrip.mjs,
src/mobile-templates.ts, docs/architecture.md, docs/dev-workflow.md.

Closes the follow-up flagged in handoff.md after SWITCH TO CSV AS MAIN.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-24 07:31:35 +00:00
src SWITCH TO CSV AS MAIN: retire XLSX, drop SheetJS, simplify save path 2026-05-24 07:23:02 +00:00
bench-load.mjs SWITCH TO CSV AS MAIN: retire XLSX, drop SheetJS, simplify save path 2026-05-24 07:23:02 +00:00
esbuild.config.mjs SWITCH TO CSV AS MAIN: retire XLSX, drop SheetJS, simplify save path 2026-05-24 07:23:02 +00:00
main.js refactor: rename XLSXCardView → CardView 2026-05-24 07:31:35 +00:00
main.ts refactor: rename XLSXCardView → CardView 2026-05-24 07:31:35 +00:00
styles.css SWITCH TO CSV AS MAIN: retire XLSX, drop SheetJS, simplify save path 2026-05-24 07:23:02 +00:00
test-csv-parser.mjs SWITCH TO CSV AS MAIN: retire XLSX, drop SheetJS, simplify save path 2026-05-24 07:23:02 +00:00
test-plugin-logic.mjs refactor: rename XLSXCardView → CardView 2026-05-24 07:31:35 +00:00