The progress panel only shows “recent” progress state.
As the sync
process visits each drive, it writes progress to the library database that the webservice then reads and renders to the web UI.
If a progress row’s updatedAt is more than a minute old and is in “done” state, it will remove the progress panel for that volume from the web UI (I can see how this causes confusion, though!) Should those panels show until they’re dismissed, or should they always show on the home page, perhaps, to avoid confusion?
As far as the asset counts, can you share your library metrics from the about page? It looks like the asset-tag counter didn’t run properly (I have to materialize that count because the asset count you see for each tag is recursive, and can be expensive to recompute on large libraries–it updates incrementally during a sync, and should run a full count rebuild at the end of a sync, but that didn’t seem to run on your box correctly).
I’ll add a “tag recount” row to the sync report so we can keep tabs on this issue better in the future.