No description
Find a file
SVM0N 6351d84e16 chore(privacy): remove identity/locale signals and dangling private-doc refs
Found by an actual read-through of every 1.1/1.2 file, not keyword search:

- src/utils.ts, src/view/chart.ts, esbuild.config.mjs: comments/code named
  a specific timezone (CEST), keyboard layout (Swedish), and locale code
  (sv-SE) used only for its date-format side effect — three independent
  signals triangulating toward the same nationality. Genericized all three;
  esbuild.config.mjs now formats the build timestamp manually instead of
  depending on any locale string at all.
- main.ts, src/view/table.ts, src/view/toolbar.ts: "iPhone"/"iCloud"
  framed as the author's own device/sync setup — genericized to "mobile"/
  "sync".
- main.ts, src/inline-view.ts, src/travel-data.ts, src/travel-view.ts:
  dangling "see handoff"/"HANDOFF" references to handoff.md, which is
  gitignored and not part of the public repo. Replaced each with a
  self-contained inline explanation instead of a pointer nobody can follow.
- docs/architecture.md: "Built for the author's book library and habit
  tracking" softened to describe original use case without first-person
  ownership framing.
- docs/dev-workflow.md: the project-tree diagram was stale (referenced
  test-mobile-dashboards.mjs and xlsx-to-csv-roundtrip.mjs, both long gone)
  and garbled (a cut-off local/ bullet with a "hardcoded-path caveat"
  aside). Rewritten to match the actual current file list.

Tests: 115 passed, 0 failed. Typecheck clean. Build unaffected.
2026-07-16 12:56:45 +00:00
docs/img fix(travel): regenerate world-map.svg — 55 countries were permanently uncolorable 2026-07-12 11:33:09 +00:00
src chore(privacy): remove identity/locale signals and dangling private-doc refs 2026-07-16 12:56:45 +00:00
test-support feat(tasks): csv-tasks block — cross-file tasks board (phase 2) 2026-07-12 02:31:33 +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
create-chart-test-data.mjs chore: add Chart Test.csv generator (deployed to a personal vault root) 2026-07-12 01:42:50 +00:00
create-world-map.mjs fix(travel): regenerate world-map.svg — 55 countries were permanently uncolorable 2026-07-12 11:33:09 +00:00
esbuild.config.mjs chore(privacy): remove identity/locale signals and dangling private-doc refs 2026-07-16 12:56:45 +00:00
main.js chore(privacy): remove identity/locale signals and dangling private-doc refs 2026-07-16 12:56:45 +00:00
main.ts chore(privacy): remove identity/locale signals and dangling private-doc refs 2026-07-16 12:56:45 +00:00
migrate-xlsx-to-csv.mjs chore(privacy): personal tooling goes local — vault layout leaves the public repo 2026-07-12 17:24:08 +00:00
styles.css style(config): one scroll surface in the modal on phones 2026-07-12 02:27:14 +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 chore(privacy): genericize the last real vault folder name in docs/tests 2026-07-16 12:35:12 +00:00
test-view-smoke.mjs feat!: retire the DataviewJS mobile-dashboard generator 2026-07-13 03:41:55 +00:00
world-map.svg fix(travel): regenerate world-map.svg — 55 countries were permanently uncolorable 2026-07-12 11:33:09 +00:00