From 864c9a735ce7590de14ff7d717b1269fe9405c78 Mon Sep 17 00:00:00 2001 From: mifi Date: Sat, 7 Feb 2026 04:41:31 +0000 Subject: [PATCH] Minify JS and resolve accessibility issues (back to 100% in Lighthouse) (#4) Reviewed-on: https://git.mifi.dev/mifi-ventures/landing/pulls/4 Co-authored-by: mifi Co-committed-by: mifi --- src/lib/components/Navigation.svelte | 35 +++++++++++----- static/assets/js/mobile-menu-helper.js | 58 ++++++++++++++++++++++---- tests/unit/mobile-menu-helper.test.ts | 47 +++++++++++++++++---- vite.config.ts | 6 +++ 4 files changed, 121 insertions(+), 25 deletions(-) diff --git a/src/lib/components/Navigation.svelte b/src/lib/components/Navigation.svelte index 3a58b65..c45397c 100644 --- a/src/lib/components/Navigation.svelte +++ b/src/lib/components/Navigation.svelte @@ -14,20 +14,27 @@ - + +