Responsive everything.

This commit is contained in:
Mike Cao 2025-10-16 02:42:13 -07:00
parent 9df012084d
commit 4d2a7ea947
23 changed files with 286 additions and 287 deletions

View file

@ -26,7 +26,7 @@ export function LoadingPanel({
renderEmpty = () => <Empty />,
children,
...props
}: LoadingPanelProps) {
}: LoadingPanelProps): ReactNode {
const empty = isEmpty ?? checkEmpty(data);
// Show loading spinner only if no data exists