From e9d4e41f7f883ea39df618b68421a928037a22dc Mon Sep 17 00:00:00 2001 From: robonen Date: Fri, 7 Aug 2026 16:57:06 +0700 Subject: [PATCH] refactor: update layout and styling for overlay and sheet components --- kcal/src/App.tsx | 6 +- kcal/src/app.css | 166 +++++++++++++++++----------- kcal/src/screens/AddSheet.tsx | 4 +- kcal/src/screens/EditEntrySheet.tsx | 4 +- kcal/src/screens/FoodFormSheet.tsx | 4 +- 5 files changed, 113 insertions(+), 71 deletions(-) diff --git a/kcal/src/App.tsx b/kcal/src/App.tsx index 3a5ee4d..e3ddf43 100644 --- a/kcal/src/App.tsx +++ b/kcal/src/App.tsx @@ -47,7 +47,7 @@ export default function App() { }); return ( -
+
{!ready.value && (
Ккал @@ -62,7 +62,7 @@ export default function App() { {ready.value && hasProfile.value && ( <> -
+
{activeTab.value === 'diary' && } {activeTab.value === 'stats' && } {activeTab.value === 'foods' && } @@ -71,7 +71,7 @@ export default function App() { {/* Нижняя навигация */}