feat(app): embed indexer in Electron with file-watching service and UI refinements
Extract schema DDL into scripts/schema.sql shared between CLI and app. Add an in-process chokidar-based indexer-service that watches ~/.claude/projects for JSONL changes, debounces, and triggers background rebuilds via a worker thread. Rename Usage view to Activity, flesh out MemoryDetail and SubagentDetail views, and refine App.vue layout/routing. The main process now starts/stops the indexer lifecycle and notifies renderer windows on index updates.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
cursor: pointer; transition: all 0.1s;
|
||||
display: inline-flex; align-items: center; gap: 6px;
|
||||
line-height: 1; border: 0; background: transparent;
|
||||
white-space: nowrap;
|
||||
white-space: nowrap; text-decoration: none;
|
||||
}
|
||||
.crumb:hover { background: var(--surface-strong); color: var(--fg-2); }
|
||||
.crumb.terminal { color: var(--fg); font-weight: 600; cursor: default; }
|
||||
|
||||
Reference in New Issue
Block a user