Commit e07ba79
ui: Show percentage instead of batch counts in worker progress
The raw batch counts (e.g., "94/1184") were confusing since they could
be misread as unit counts. Now both the navbar popover and the analysis
page consistently show percentages, matching how import progress is
displayed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 61ca42c commit e07ba79
File tree
2 files changed
+2
-2
lines changed- app/src
- app/import/analyse-data-for-search-and-reports
- components
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments