From e466dc5861c20468936ab1c6015d9351f4c44773 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Sun, 15 Mar 2026 14:35:23 +0100 Subject: [PATCH] Add API link in nav bar pointing to Swagger UI Opens /api/v1/swagger-ui in a new tab for manual endpoint testing. Co-Authored-By: Claude Opus 4.6 (1M context) --- ui/src/components/layout/TopNav.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/src/components/layout/TopNav.tsx b/ui/src/components/layout/TopNav.tsx index 121acc0a..e2e86d94 100644 --- a/ui/src/components/layout/TopNav.tsx +++ b/ui/src/components/layout/TopNav.tsx @@ -28,6 +28,11 @@ export function TopNav() { Applications +
  • + + API + +
  • {roles.includes('ADMIN') && (
  • isActive ? styles.navLinkActive : styles.navLink}>