Keep showing stale table data during filter loading
The Table component replaces all data rows with a loading spinner when isLoading is true. This caused a flash of empty table between filter changes. Now only show the loading state when there's no data to display yet (initial load), keeping stale results visible during filter transitions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Fredrik Adelöw <freben@spotify.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Fixed the catalog table briefly showing an empty loading state when changing filters. The table now keeps displaying stale results until new data arrives.
|
||||
Reference in New Issue
Block a user