Commit 32c0539
committed
Indexing: Show replay progress, not blank "Scanning..."
- `get_index_status` IPC returns `scanning: true` during `IndexPhase::Initializing`, before the backend decides scan vs replay
- When replay starts, `scanning` stayed `true`, hiding `ReplayStatusOverlay` (requires `!scanning`) and showing `ScanStatusOverlay` instead — with no progress bar, no event count, no ETA
- Clear `scanning` on first `index-replay-progress` event so the correct overlay renders1 parent 04bcce3 commit 32c0539
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| 197 | + | |
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
| |||
0 commit comments