diff --git a/web/apps/photos/src/components/Sidebar.tsx b/web/apps/photos/src/components/Sidebar.tsx index a1b799a15f..1d7665521f 100644 --- a/web/apps/photos/src/components/Sidebar.tsx +++ b/web/apps/photos/src/components/Sidebar.tsx @@ -1,3 +1,4 @@ +import { SingleInputForm } from "ente-base/components/SingleInputForm"; import ArchiveOutlinedIcon from "@mui/icons-material/ArchiveOutlined"; import CategoryIcon from "@mui/icons-material/Category"; import ChevronRightIcon from "@mui/icons-material/ChevronRight"; @@ -990,8 +991,9 @@ const DomainSettings: React.FC = ({ // const { mapEnabled } = useSettingsSnapshot(); - // const confirmToggle = useCallback( - // () => + const handleSubmit = useCallback(() => { + console.log("test"); + }, []); // showMiniDialog( // mapEnabled // ? confirmDisableMapsDialogAttributes(() => @@ -1009,24 +1011,62 @@ const DomainSettings: React.FC = ({ onRootClose(); }; + const customDomain = ""; + return ( - + - + + // {`.${extension}`} + // + // ), + }, + }} + /> - - - + + + + On your DNS provider, add a CNAME from your domain to{" "} + my.ente.io + - + - + + Within 1 hour, your public albums will be accessible via + your domain! + + + For more information, see + + {" help "} + +