feat: link resolver and spinner

This commit is contained in:
2026-04-05 11:01:48 +02:00
parent ad89f409bf
commit 3c5856aecb
7 changed files with 91 additions and 9 deletions

View File

@@ -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>