From 189f647ffecd20a37d874772462541d40928c8b8 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Fri, 31 Jan 2025 18:31:54 +0530 Subject: [PATCH] Conv --- .../photos/src/components/WatchFolder.tsx | 41 +++++++++---------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/web/apps/photos/src/components/WatchFolder.tsx b/web/apps/photos/src/components/WatchFolder.tsx index b6b5d1b0ec..3a39fd7fcb 100644 --- a/web/apps/photos/src/components/WatchFolder.tsx +++ b/web/apps/photos/src/components/WatchFolder.tsx @@ -1,3 +1,5 @@ +import { SpaceBetweenFlex } from "@/base/components/containers"; +import { FocusVisibleButton } from "@/base/components/mui/FocusVisibleButton"; import { OverflowMenu, OverflowMenuOption, @@ -15,15 +17,14 @@ import { DialogCloseIconButton } from "@/new/photos/components/mui/Dialog"; import { useAppContext } from "@/new/photos/types/context"; import { FlexWrapper, - SpaceBetweenFlex, VerticallyCentered, } from "@ente/shared/components/Container"; +import AddIcon from "@mui/icons-material/Add"; import CheckIcon from "@mui/icons-material/Check"; import DoNotDisturbOutlinedIcon from "@mui/icons-material/DoNotDisturbOutlined"; import FolderCopyOutlinedIcon from "@mui/icons-material/FolderCopyOutlined"; import FolderOpenIcon from "@mui/icons-material/FolderOpen"; import { - Button, CircularProgress, Dialog, DialogContent, @@ -126,7 +127,7 @@ export const WatchFolder: React.FC = ({ paper: { sx: { height: "448px", maxWidth: "414px" } }, }} > - + {t("watched_folders")} @@ -135,15 +136,14 @@ export const WatchFolder: React.FC = ({ - + @@ -189,25 +189,22 @@ const WatchesContainer = styled("div")(() => ({ const NoWatches: React.FC = () => { return ( - + {t("no_folders_added")} - + {t("watch_folders_hint_1")} - - + + {t("watch_folders_hint_2")} - + - - + + {t("watch_folders_hint_3")} - +