feat(ui): replace skeleton loaders with honest loading states

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-21 13:40:58 -05:00
parent 0ee4416077
commit 17037e4936
41 changed files with 101 additions and 275 deletions

View File

@@ -611,7 +611,7 @@ function DeviceSelectionStep({
}
if (devicesLoading) {
return <TableSkeleton rows={5} />
return <TableSkeleton />
}
return (