Skip to content

Comments

feat(nimbus): add loading spinner to list page#13989

Merged
jaredlockhart merged 1 commit intomainfrom
13944
Nov 18, 2025
Merged

feat(nimbus): add loading spinner to list page#13989
jaredlockhart merged 1 commit intomainfrom
13944

Conversation

@jaredlockhart
Copy link
Collaborator

Becuase

  • Updates on the list page can be very slow
  • It's not clear to a user if a request is in flight
  • On other pages we put a loading overlay overtop the loading elements
  • We don't need to put an overlay on top of the list becuase we don't need to prevent user input
  • We can just use a spinner

This commit

  • Adds a loading spinner to the list page

fixes #13944

Becuase

* Updates on the list page can be very slow
* It's not clear to a user if a request is in flight
* On other pages we put a loading overlay overtop the loading elements
* We don't need to put an overlay on top of the list becuase we don't need to prevent user input
* We can just use a spinner

This commit

* Adds a loading spinner to the list page

fixes #13944
@jaredlockhart
Copy link
Collaborator Author

Screen.Recording.2025-11-18.at.16.34.35.mov

@jaredlockhart jaredlockhart added this pull request to the merge queue Nov 18, 2025
Merged via the queue into main with commit e2bb7ba Nov 18, 2025
16 checks passed
@jaredlockhart jaredlockhart deleted the 13944 branch November 18, 2025 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show loading overlay on list page

2 participants