From 29ee714df7a6c43acf15566aba31e0454f33bc20 Mon Sep 17 00:00:00 2001 From: Kevin Sivic Date: Mon, 1 Dec 2025 17:18:36 -0500 Subject: [PATCH] Add responsive mobile navigation with hamburger menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Desktop: horizontal navigation menu as before - Mobile: hamburger dropdown menu with theme toggle visible - Breakpoint at md (768px) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- lib/localspot_web/components/layouts.ex | 45 ++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/lib/localspot_web/components/layouts.ex b/lib/localspot_web/components/layouts.ex index 9017217..ee20102 100644 --- a/lib/localspot_web/components/layouts.ex +++ b/lib/localspot_web/components/layouts.ex @@ -42,7 +42,9 @@ defmodule LocalspotWeb.Layouts do LocalSpot -