Rename: Sam's → Claude's Aufgaben (Vikunja + Dashboard)

- Vikunja Projekt 5 umbenannt zu "Claudes Aufgaben"
- Dashboard Tab-Label von "Sam's" zu "Claude's" geändert

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sam 2026-03-03 01:45:19 +01:00
parent 4b2e5beaf6
commit cbcdf4915d

View file

@ -12,7 +12,7 @@ type TabKey = "private" | "sams";
const TABS: { key: TabKey; label: string }[] = [ const TABS: { key: TabKey; label: string }[] = [
{ key: "private", label: "Privat" }, { key: "private", label: "Privat" },
{ key: "sams", label: "Sam's" }, { key: "sams", label: "Claude's" },
]; ];
/* Vikunja web base URL — strip /api/v1 from the API URL */ /* Vikunja web base URL — strip /api/v1 from the API URL */