From f78ecab2eda63635d734291fc15c0e4c5bee7a63 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:17:42 -0300 Subject: [PATCH] fix: update mobile responsive layout - buttons overflowing viewport (#283) --- .gitignore | 3 ++- .../reverse-shares/components/reverse-shares-search.tsx | 8 ++++---- .../app/(shares)/s/[alias]/components/share-details.tsx | 4 ++-- .../src/app/(shares)/shares/components/shares-search.tsx | 4 ++-- apps/web/src/app/dashboard/components/recent-files.tsx | 4 ++-- apps/web/src/app/dashboard/components/recent-shares.tsx | 4 ++-- apps/web/src/app/files/components/header.tsx | 8 ++++---- 7 files changed, 18 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index cc6d117..6aa622d 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,5 @@ apps/server/dist/* .steering data/ -node_modules/ \ No newline at end of file +node_modules/ +screenshots/ \ No newline at end of file diff --git a/apps/web/src/app/(shares)/reverse-shares/components/reverse-shares-search.tsx b/apps/web/src/app/(shares)/reverse-shares/components/reverse-shares-search.tsx index 9ee588b..69ce666 100644 --- a/apps/web/src/app/(shares)/reverse-shares/components/reverse-shares-search.tsx +++ b/apps/web/src/app/(shares)/reverse-shares/components/reverse-shares-search.tsx @@ -27,13 +27,13 @@ export function ReverseSharesSearch({ return (
-
+

{t("reverseShares.search.title")}

-
- - diff --git a/apps/web/src/app/(shares)/s/[alias]/components/share-details.tsx b/apps/web/src/app/(shares)/s/[alias]/components/share-details.tsx index ebfe23f..943a29d 100644 --- a/apps/web/src/app/(shares)/s/[alias]/components/share-details.tsx +++ b/apps/web/src/app/(shares)/s/[alias]/components/share-details.tsx @@ -91,13 +91,13 @@ export function ShareDetails({
-
+

{share.name || t("share.details.untitled")}

{shareHasItems && hasMultipleFiles && ( - diff --git a/apps/web/src/app/(shares)/shares/components/shares-search.tsx b/apps/web/src/app/(shares)/shares/components/shares-search.tsx index 8845c68..69fcf0d 100644 --- a/apps/web/src/app/(shares)/shares/components/shares-search.tsx +++ b/apps/web/src/app/(shares)/shares/components/shares-search.tsx @@ -16,9 +16,9 @@ export function SharesSearch({ return (
-
+

{t("shares.search.title")}

- diff --git a/apps/web/src/app/dashboard/components/recent-files.tsx b/apps/web/src/app/dashboard/components/recent-files.tsx index d0aed36..1f58209 100644 --- a/apps/web/src/app/dashboard/components/recent-files.tsx +++ b/apps/web/src/app/dashboard/components/recent-files.tsx @@ -15,13 +15,13 @@ export function RecentFiles({ files, fileManager, onOpenUploadModal }: RecentFil return ( -
+
{t("recentFiles.title")} -
+
)} -