fix: add mobile hamburger menu, nav links were unreachable on mobile

Nav links were `hidden md:flex` with no mobile fallback — sub-768px
viewports showed only logo + avatar, no way to reach Explore, Feed,
Collections, etc. Add a Sheet-based hamburger menu with the same links.
This commit is contained in:
Arnaud
2026-07-03 20:06:36 +02:00
parent ac9f5c87e9
commit 487e7755be
3 changed files with 49 additions and 2 deletions
+1
View File
@@ -1,5 +1,6 @@
{
"nav": {
"menu": "Menu",
"recipes": "Recipes",
"explore": "Explore",
"search": "Search",
+1
View File
@@ -1,5 +1,6 @@
{
"nav": {
"menu": "Menu",
"recipes": "Recettes",
"explore": "Explorer",
"search": "Rechercher",