feat: link resolver and spinner
This commit is contained in:
@@ -5,6 +5,7 @@ import { usePagesStore } from "@/stores/pagesStore";
|
||||
import * as api from "@/api/client";
|
||||
import { useKeyboardSave } from "@/hooks/useKeyboardSave";
|
||||
import StatusBadge from "@/components/dashboard/StatusBadge";
|
||||
import Loader from "@/components/shared/Loader";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import {
|
||||
Table,
|
||||
@@ -259,7 +260,7 @@ export default function ComposeView() {
|
||||
{/* File table */}
|
||||
<div className="flex-1 min-h-0 overflow-auto">
|
||||
{isLoading ? (
|
||||
<div className="flex items-center justify-center h-32 text-muted-foreground text-sm">Loading...</div>
|
||||
<div className="flex flex-col items-center justify-center h-32 gap-3 text-muted-foreground text-xs"><Loader size={48} /> Loading...</div>
|
||||
) : (
|
||||
<Table>
|
||||
<TableHeader>
|
||||
|
||||
Reference in New Issue
Block a user