diff --git a/frontend/src/app/boards/page.tsx b/frontend/src/app/boards/page.tsx index 6ab4e5c..4424cf8 100644 --- a/frontend/src/app/boards/page.tsx +++ b/frontend/src/app/boards/page.tsx @@ -4,6 +4,7 @@ export const dynamic = "force-dynamic"; import { useMemo, useState } from "react"; import Link from "next/link"; +import { Folder, Plus } from "lucide-react"; import { useAuth } from "@/auth/clerk"; import { useQueryClient } from "@tanstack/react-query"; @@ -120,17 +121,30 @@ export default function BoardsPage() { title="Boards" description={`Manage boards and task workflows. ${boards.length} board${boards.length === 1 ? "" : "s"} total.`} headerActions={ - boards.length > 0 && isAdmin ? ( +
+ {label} +
+{value}
+{caption}
++ Track provider reachability, webhook coverage, sync freshness, + and board usage from one management surface. +
+{error}
+- {label} -
-{value}
-{caption}
-- Track provider reachability, webhook coverage, sync freshness, - and board usage from one management surface. -
-{error}
-{description}
+- API keys and endpoints for Claude, Codex/OpenAI, and Ollama - (local, on-prem, or cloud). Add multiple accounts to track - usage separately. -
-- Manage Forgejo connections, tracked repositories, and issue - sync. -
-- High-level Forgejo issue health across repositories synced into Pipeline. + High-level Forgejo issue health across repositories synced into + Pipeline.
Boards
+Work