Run data import in background #192

Closed
opened 2026-04-02 09:49:39 +02:00 by oysteikt · 0 comments
Owner

Currently, data imports is just a future that gets started in the settings pane. If you leave to check out something else, the future keeps running, but when returning to where you started it, the progress bar does not show up anymore. However, it keeps running in the background until it eventually finished (without giving you any notice).

Let's make it into a Cubit or something, so that the settings can retrieve the status whenever re-rendered, and display some sort of notice on the screen, maybe a snackbar.

Locking library lists while importing would be a good idea. Not needed for history, it will just get backfilled.

See also #105

Currently, data imports is just a future that gets started in the settings pane. If you leave to check out something else, the future keeps running, but when returning to where you started it, the progress bar does not show up anymore. However, it keeps running in the background until it eventually finished (without giving you any notice). Let's make it into a Cubit or something, so that the settings can retrieve the status whenever re-rendered, and display some sort of notice on the screen, maybe a snackbar. Locking library lists while importing would be a good idea. Not needed for history, it will just get backfilled. See also #105
oysteikt added the feature requestui/ux labels 2026-04-02 09:49:39 +02:00
oysteikt added this to the Kanban project 2026-04-02 09:49:40 +02:00
oysteikt moved this to High pri in Kanban on 2026-04-02 09:50:43 +02:00
oysteikt moved this to Next Version in Kanban on 2026-04-13 18:52:58 +02:00
oysteikt moved this to Finished in Kanban on 2026-04-14 20:32:53 +02:00
Sign in to join this conversation.