feat: déplacer le bouton logout dans le menu hamburger mobile

Sur mobile, le bouton logout est désormais dans le drawer MobileNav
(en bas, après Settings) et masqué dans le header.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-30 09:24:44 +02:00
parent ab5b4becd3
commit 6511ed02cb
4 changed files with 28 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
import type { TranslationKey } from "./fr";
const en: Record<TranslationKey, string> = {
// Auth
"auth.logout": "Log out",
// Navigation
"nav.dashboard": "Dashboard",
"nav.books": "Books",