Files
obelisk/app/yarnball.md
T
tommy0103 80c125a572 build(app): migrate to electron-vite (main/preload/renderer), keep electron-builder (Phase 5d-3a)
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.
2026-07-09 10:20:18 +08:00

531 B

--- 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'