[GH-ISSUE #852] Loading indicator is shown behind management app #7272

Closed
opened 2026-04-10 17:01:50 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @j-f1 on GitHub (Apr 4, 2023).
Original GitHub issue: https://github.com/actualbudget/actual/issues/852

Originally assigned to: @j-f1 on GitHub.

Currently, the app uses a loadingText state variable to show a progress spinner in the management app. However, now that pages are always shown on top of the AppBackground, this spinner appears behind the page. We should instead make a separate /loading route that is used to display this loading text, then navigate to/from it at appropriate times.

EDIT: a simpler approach could be to hide the main router whenever the loadingText is non-null.

Originally created by @j-f1 on GitHub (Apr 4, 2023). Original GitHub issue: https://github.com/actualbudget/actual/issues/852 Originally assigned to: @j-f1 on GitHub. Currently, the app uses a `loadingText` state variable to show a progress spinner in the management app. However, now that pages are always shown on top of the `AppBackground`, this spinner appears behind the page. We should instead make a separate `/loading` route that is used to display this loading text, then navigate to/from it at appropriate times. EDIT: a simpler approach could be to hide the main router whenever the `loadingText` is non-null.
GiteaMirror added the bug label 2026-04-10 17:01:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#7272