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:
@@ -44,7 +44,7 @@ export function WirelessStationTable({ tenantId, deviceId, active }: WirelessSta
|
||||
})
|
||||
|
||||
if (isLoading) {
|
||||
return <TableSkeleton rows={5} />
|
||||
return <TableSkeleton />
|
||||
}
|
||||
|
||||
if (!data || data.items.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user