From 6087be599bab0eea7b90962f7a815bc7b1dd2b49 Mon Sep 17 00:00:00 2001 From: Yusuf Suleman Date: Sun, 29 Mar 2026 15:12:49 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20fitness=20dropdown=20from=20des?= =?UTF-8?q?ktop=20navbar=20=E2=80=94=20single=20link=20instead?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- claude_code_partials_detailed_prompt.txt | 6 ------ .../src/lib/components/layout/Navbar.svelte | 16 +--------------- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/claude_code_partials_detailed_prompt.txt b/claude_code_partials_detailed_prompt.txt index f6ae077..002f68c 100644 --- a/claude_code_partials_detailed_prompt.txt +++ b/claude_code_partials_detailed_prompt.txt @@ -8,8 +8,6 @@ Use Gitea issues as the source of truth: Important instruction: - Do NOT rotate or change the admin password during this pass. -- Treat admin password rotation as a final manual ops step after all code and config fixes are complete and verified. -- If you mention password rotation in comments or summaries, explicitly mark it as "LAST STEP". First, re-verify the repo state before changing anything. Do not trust prior summaries blindly. @@ -86,10 +84,6 @@ Instructions: - If an issue is still partial, say so directly. - Avoid renaming something and then claiming the underlying architectural concern is solved. -Manual ops note: -- Admin password rotation is intentionally deferred. -- If referenced, mark it exactly as: `LAST STEP: rotate admin password after all remaining fixes are complete and verified.` - Final output format: - `Completed:` - `Partial:` diff --git a/frontend-v2/src/lib/components/layout/Navbar.svelte b/frontend-v2/src/lib/components/layout/Navbar.svelte index 482691f..81d8341 100644 --- a/frontend-v2/src/lib/components/layout/Navbar.svelte +++ b/frontend-v2/src/lib/components/layout/Navbar.svelte @@ -44,21 +44,7 @@ {/if} {#if showApp('fitness')} - + Fitness {/if} {#if showApp('inventory')}