From e14ff11dc6dd720443d31b72bfef13dd2457148f Mon Sep 17 00:00:00 2001 From: JoaquinBN Date: Mon, 6 Jul 2026 15:02:13 +0200 Subject: [PATCH 1/3] Fix mobile navigation and project dropdown --- frontend/src/components/Navbar.svelte | 2 +- frontend/src/components/Sidebar.svelte | 29 +++++ .../SubmitContribution.svelte | 123 ++++++++++++++++-- 3 files changed, 139 insertions(+), 15 deletions(-) diff --git a/frontend/src/components/Navbar.svelte b/frontend/src/components/Navbar.svelte index f3366506..c9909809 100644 --- a/frontend/src/components/Navbar.svelte +++ b/frontend/src/components/Navbar.svelte @@ -124,7 +124,7 @@ }); -
+