diff --git a/frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/index.jsx b/frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/index.jsx index 28f4fbb78..db5b99a18 100644 --- a/frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/index.jsx +++ b/frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/index.jsx @@ -3,7 +3,7 @@ import { dollarFormat } from "@/utils/numbers"; import WorkspaceFileRow from "./WorkspaceFileRow"; import { memo, useEffect, useState } from "react"; import ModalWrapper from "@/components/ModalWrapper"; -import { Eye, PushPin } from "@phosphor-icons/react"; +import { Eye, PushPin, X } from "@phosphor-icons/react"; import { SEEN_DOC_PIN_ALERT, SEEN_WATCH_ALERT } from "@/utils/constants"; import paths from "@/utils/paths"; import { Link } from "react-router-dom"; @@ -327,20 +327,20 @@ const DocumentWatchAlert = memo(() => { return ( -
-
-
-
- -

- What does watching a document do? -

-
+
+
+
+ +

+ What does watching a document do? +

-
+
+
+

When you watch a document in AnythingLLM we will{" "} automatically sync your document content from it's original @@ -362,16 +362,14 @@ const DocumentWatchAlert = memo(() => { admin view.

- -
- -
+
+
+
diff --git a/frontend/src/components/Modals/ManageWorkspace/index.jsx b/frontend/src/components/Modals/ManageWorkspace/index.jsx index d7c0b31fd..c157f4acd 100644 --- a/frontend/src/components/Modals/ManageWorkspace/index.jsx +++ b/frontend/src/components/Modals/ManageWorkspace/index.jsx @@ -7,6 +7,7 @@ import { isMobile } from "react-device-detect"; import useUser from "../../../hooks/useUser"; import DocumentSettings from "./Documents"; import DataConnectors from "./DataConnectors"; +import ModalWrapper from "@/components/ModalWrapper"; const noop = () => {}; const ManageWorkspace = ({ hideModal = noop, providedSlug = null }) => { @@ -36,31 +37,44 @@ const ManageWorkspace = ({ hideModal = noop, providedSlug = null }) => { if (isMobile) { return ( -
-
-
-
-
-

+ +
+
+
+

Editing "{workspace.name}" -

-

+

+
+ +
+
+
+

Editing these settings are only available on a desktop device. Please access this page on your desktop to continue.

-
- -
+
+ +
-
+ ); } diff --git a/frontend/src/pages/Admin/ExperimentalFeatures/Features/LiveSync/manage/index.jsx b/frontend/src/pages/Admin/ExperimentalFeatures/Features/LiveSync/manage/index.jsx index 95145559e..a60709fa1 100644 --- a/frontend/src/pages/Admin/ExperimentalFeatures/Features/LiveSync/manage/index.jsx +++ b/frontend/src/pages/Admin/ExperimentalFeatures/Features/LiveSync/manage/index.jsx @@ -12,22 +12,24 @@ export default function LiveDocumentSyncManager() {
-
+
-

+

Watched documents

-

+

These are all the documents that are currently being watched in your instance. The content of these documents will be periodically synced.

- +
+ +
@@ -52,8 +54,8 @@ function WatchedDocumentsContainer() { - + +
Document Name diff --git a/frontend/src/pages/GeneralSettings/PrivacyAndData/index.jsx b/frontend/src/pages/GeneralSettings/PrivacyAndData/index.jsx index efb7275e8..2239a4162 100644 --- a/frontend/src/pages/GeneralSettings/PrivacyAndData/index.jsx +++ b/frontend/src/pages/GeneralSettings/PrivacyAndData/index.jsx @@ -30,16 +30,16 @@ export default function PrivacyAndDataHandling() {
-
+
-

+

{t("privacy.title")}

-

+

{t("privacy.description")}

@@ -50,10 +50,10 @@ export default function PrivacyAndDataHandling() {
) : ( - <> +
- +
)}