Restructure app into src/{main,preload,renderer}; electron.vite.config.ts builds
all three (each main module its own input so CJS requires + the indexer worker
resolve; better-sqlite3 externalized; Vue plugin for renderer). main/index.js
paths updated for the out/ layout + ELECTRON_RENDERER_URL. Still JS/CJS — TS+ESM
and core consumption are the next stages. Verified: npm run dev launches clean;
electron-vite build succeeds; root suite 119/119.
9 lines
531 B
Markdown
9 lines
531 B
Markdown
|
|
--- 2026-06-18 Activity noise folding phase ---
|
|
- Task: fold noise sessions/projects in Activity.vue (monthly + daily lists)
|
|
- Noise rules already used: NOISE_PROJECT_RE = /^(od-conn-test|[0-9a-f]{6,})/i in App.vue; SessionList: !s.title means noise
|
|
- Activity.vue has 3 group types per block: newWorkspaces / newSessions / continued
|
|
- Approach: per-block compute noise split, render normal first then single fold banner toggling all noise in that block
|
|
- Default collapsed; banner says 'N hidden — likely test/throwaway runs'
|
|
|