Commit 4a44d7d
committed
Bugfix: "Scanning..." stuck after replay
The replay path sets `scanning = true` on the backend (shared flag with full scans) but only emits `index-replay-complete`, not `index-scan-complete`. The frontend's startup `get_index_status` query picks up `scanning: true` during replay, then never clears it because `resetReplay()` only resets replay-specific state.
- Clear `scanning` in the `index-replay-complete` handler in `index-state.svelte.ts`1 parent 72ca9fb commit 4a44d7d
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| |||
0 commit comments