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:
@@ -611,7 +611,7 @@ function DeviceSelectionStep({
|
||||
}
|
||||
|
||||
if (devicesLoading) {
|
||||
return <TableSkeleton rows={5} />
|
||||
return <TableSkeleton />
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user