This commit is contained in:
2026-09-10 10:23:57 +07:00
parent 68dbc5a731
commit a2ae86dae2
5 changed files with 304 additions and 649 deletions
+4 -1
View File
@@ -203,7 +203,10 @@ impl RepoListStore {
announcement || deletion
}
BackendEvent::Synced | BackendEvent::SyncProgress { .. } => true,
// Only a completed sync refreshes the list.
// Progress ticks would re-scan the whole database several times
// per sync to reveal entries incrementally.
BackendEvent::Synced => true,
_ => false,
};