feat: fullscreen toggle for cooking assistant and recipe chat

Both chat panels were locked to a fixed 420px slide-over with no way
to get more room for longer conversations. Adds an expand/collapse
button in the header that grows the sheet to fill the viewport.

v0.38.0
This commit is contained in:
Arnaud
2026-07-17 16:43:30 +02:00
parent f0340859fa
commit 31ff7b9ac0
8 changed files with 57 additions and 9 deletions
+2
View File
@@ -530,6 +530,8 @@
"noRecent": "No public recipes yet."
},
"common": {
"expand": "Expand to fullscreen",
"collapse": "Exit fullscreen",
"loading": "Loading…",
"error": "Something went wrong",
"save": "Save",
+2
View File
@@ -530,6 +530,8 @@
"noRecent": "Aucune recette publique pour l'instant."
},
"common": {
"expand": "Passer en plein écran",
"collapse": "Quitter le plein écran",
"loading": "Chargement…",
"error": "Une erreur s'est produite",
"save": "Enregistrer",