From 6f39b5b85cd178530ee6230bec603c34f1e68374 Mon Sep 17 00:00:00 2001 From: KyleTryon Date: Sat, 12 Sep 2026 19:50:50 -0400 Subject: [PATCH] fix(frontend): respect PWA safe areas --- apps/frontend/src/App.tsx | 2 +- .../src/components/AuthCompleteScreen.tsx | 2 +- .../src/components/DashboardMobileMenu.tsx | 2 +- apps/frontend/src/components/DashboardScreen.tsx | 2 +- .../src/components/editor/EditorScreen.tsx | 4 ++-- .../provider-connect/ProviderConnectScreen.tsx | 2 +- apps/frontend/src/components/ui/dialog.tsx | 2 +- apps/frontend/src/components/ui/drawer.tsx | 2 +- apps/frontend/src/index.css | 15 +++++++++++++++ apps/frontend/src/routes/_app.edit.$sessionId.tsx | 4 ++-- .../frontend/src/routes/local.edit.$sessionId.tsx | 4 ++-- 11 files changed, 28 insertions(+), 13 deletions(-) diff --git a/apps/frontend/src/App.tsx b/apps/frontend/src/App.tsx index f630b8a7..173020cc 100644 --- a/apps/frontend/src/App.tsx +++ b/apps/frontend/src/App.tsx @@ -67,7 +67,7 @@ export default function App() { if (loading) { return ( -
+
+
- + Cliparr Menu Dashboard menu diff --git a/apps/frontend/src/components/DashboardScreen.tsx b/apps/frontend/src/components/DashboardScreen.tsx index 7090cd99..e6d297bb 100644 --- a/apps/frontend/src/components/DashboardScreen.tsx +++ b/apps/frontend/src/components/DashboardScreen.tsx @@ -768,7 +768,7 @@ export default function DashboardScreen({ ) : null; return ( -
+
diff --git a/apps/frontend/src/components/editor/EditorScreen.tsx b/apps/frontend/src/components/editor/EditorScreen.tsx index f82e1e6c..132272b8 100644 --- a/apps/frontend/src/components/editor/EditorScreen.tsx +++ b/apps/frontend/src/components/editor/EditorScreen.tsx @@ -644,7 +644,7 @@ function EditorScreenContent({ if (!exportSource.source) { return ( -
+

No exportable stream found.