From 5d4d28c9a2fed1a6f58487cac586eb0c6ac1d8db Mon Sep 17 00:00:00 2001 From: Sean Hatfield Date: Wed, 16 Oct 2024 14:47:15 -0700 Subject: [PATCH 1/3] Document pinning modal ui update (#2490) document pinning modal ui update --- .../Documents/WorkspaceDirectory/index.jsx | 38 +++++++++---------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/index.jsx b/frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/index.jsx index db5b99a18..ea5eb5b28 100644 --- a/frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/index.jsx +++ b/frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/index.jsx @@ -265,17 +265,17 @@ const PinAlert = memo(() => { return ( -
-
-
-
- -

- What is document pinning? -

-
+
+
+
+ +

+ What is document pinning? +

-
+
+
+

When you pin a document in AnythingLLM we will inject the entire content of the document into your prompt window for your @@ -291,16 +291,14 @@ const PinAlert = memo(() => { in a click.

- -
- -
+
+
+
From 5becc1dc3f33c8326e60f8790b866151e99bc1b6 Mon Sep 17 00:00:00 2001 From: Sean Hatfield Date: Wed, 16 Oct 2024 14:53:00 -0700 Subject: [PATCH 2/3] Experimental agreement modal dark mode (#2491) experimental agreement modal dark mode --- .../Admin/ExperimentalFeatures/index.jsx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend/src/pages/Admin/ExperimentalFeatures/index.jsx b/frontend/src/pages/Admin/ExperimentalFeatures/index.jsx index 6d53bb3c2..021ca302b 100644 --- a/frontend/src/pages/Admin/ExperimentalFeatures/index.jsx +++ b/frontend/src/pages/Admin/ExperimentalFeatures/index.jsx @@ -179,18 +179,18 @@ function FeatureVerification({ children }) { return ( <> -
-
-
+
+
+
+

Terms of use for experimental features

-
-
+
+ +
+

Experimental features of AnythingLLM are features that we are piloting and are opt-in. We proactively will @@ -203,7 +203,7 @@ function FeatureVerification({ children }) { Use of any feature on this page can result in, but not limited to, the following possibilities.

-
    +
    • Loss of data.
    • Change in quality of results.
    • Increased storage.
    • @@ -221,7 +221,7 @@ function FeatureVerification({ children }) { Use of an experimental feature also comes with the following list of non-exhaustive conditions.

      -
        +
        • Feature may not exist in future updates.
        • The feature being used is not currently stable.
        • @@ -255,7 +255,7 @@ function FeatureVerification({ children }) {

- - + +
{children} From d8e0c405a3984ea2d8bf5a48d0921fbbbaa998ec Mon Sep 17 00:00:00 2001 From: Sean Hatfield Date: Wed, 16 Oct 2024 15:03:20 -0700 Subject: [PATCH 3/3] Serp options dark mode (#2492) serp options dark mode --- .../SearchProviderOptions/index.jsx | 20 +++++++++---------- .../Admin/Agents/WebSearchSelection/index.jsx | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderOptions/index.jsx b/frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderOptions/index.jsx index 53354c47a..3cac5a1d2 100644 --- a/frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderOptions/index.jsx +++ b/frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderOptions/index.jsx @@ -20,7 +20,7 @@ export function GoogleSearchOptions({ settings }) { {SearchApiEngines.map(({ name, value }) => ( @@ -114,7 +114,7 @@ export function SearchApiOptions({ settings }) { {/* )} {searchMenuOpen ? ( -
+
-
+
) : (