{hoverInfo && hoverInfo}
@@ -161,8 +161,8 @@ export default function Fork({
@@ -203,7 +203,7 @@ export default function Fork({
diff --git a/client/src/components/Conversations/HoverToggle.tsx b/client/src/components/Conversations/HoverToggle.tsx
index 79bfc1222a..23466fa7f2 100644
--- a/client/src/components/Conversations/HoverToggle.tsx
+++ b/client/src/components/Conversations/HoverToggle.tsx
@@ -26,8 +26,8 @@ const HoverToggle = ({
'peer items-center gap-1.5 rounded-r-lg from-gray-900 pl-2 pr-2 dark:text-white',
isPopoverActive || isActiveConvo ? 'flex' : 'hidden group-hover:flex',
isActiveConvo
- ? 'from-gray-50 from-85% to-transparent group-hover:bg-gradient-to-l group-hover:from-gray-200 dark:from-gray-800 dark:group-hover:from-gray-800'
- : 'z-50 from-gray-50 from-0% to-transparent hover:bg-gradient-to-l hover:from-gray-200 dark:from-gray-800 dark:hover:from-gray-800',
+ ? 'from-gray-50 from-85% to-transparent group-hover:bg-linear-to-l group-hover:from-gray-200 dark:from-gray-800 dark:group-hover:from-gray-800'
+ : 'z-50 from-gray-50 from-0% to-transparent hover:bg-linear-to-l hover:from-gray-200 dark:from-gray-800 dark:hover:from-gray-800',
isPopoverActive && !isActiveConvo ? 'from-gray-50 dark:from-gray-800' : '',
className,
)}
diff --git a/client/src/components/Endpoints/SaveAsPresetDialog.tsx b/client/src/components/Endpoints/SaveAsPresetDialog.tsx
index b827a2d8c2..5b11691ff1 100644
--- a/client/src/components/Endpoints/SaveAsPresetDialog.tsx
+++ b/client/src/components/Endpoints/SaveAsPresetDialog.tsx
@@ -58,8 +58,8 @@ const SaveAsPresetDialog = ({ open, onOpenChange, preset }: TEditPresetProps) =>
diff --git a/client/src/components/Endpoints/Settings/Advanced.tsx b/client/src/components/Endpoints/Settings/Advanced.tsx
index 601e9a675c..0b27edc468 100644
--- a/client/src/components/Endpoints/Settings/Advanced.tsx
+++ b/client/src/components/Endpoints/Settings/Advanced.tsx
@@ -292,7 +292,7 @@ export default function Settings({
className={cn(
defaultTextProps,
optionText,
- 'flex rounded-md bg-transparent py-2 text-xs focus:outline-none focus:ring-2 focus:ring-gray-400 focus:ring-offset-2 dark:border-gray-700',
+ 'flex rounded-md bg-transparent py-2 text-xs focus:outline-hidden focus:ring-2 focus:ring-gray-400 focus:ring-offset-2 dark:border-gray-700',
'pointer-events-none max-h-5 w-12 border-0 group-hover/temp:border-gray-200',
)}
/>
diff --git a/client/src/components/Endpoints/Settings/Examples.tsx b/client/src/components/Endpoints/Settings/Examples.tsx
index 98dac9ea94..054dd2e755 100644
--- a/client/src/components/Endpoints/Settings/Examples.tsx
+++ b/client/src/components/Endpoints/Settings/Examples.tsx
@@ -78,14 +78,14 @@ function Examples({ readonly, examples, setExample, addExample, removeExample }:
-
+
= ({
{codeChildren}
diff --git a/client/src/components/Messages/Content/Container.tsx b/client/src/components/Messages/Content/Container.tsx
index 445e2019f2..bad054da25 100644
--- a/client/src/components/Messages/Content/Container.tsx
+++ b/client/src/components/Messages/Content/Container.tsx
@@ -1,6 +1,6 @@
// Container Component
const Container = ({ children }: { children: React.ReactNode }) => (
- {children}
+ {children}
);
export default Container;
diff --git a/client/src/components/Messages/Content/ResultSwitcher.tsx b/client/src/components/Messages/Content/ResultSwitcher.tsx
index eb8c59b568..8de0b22f7e 100644
--- a/client/src/components/Messages/Content/ResultSwitcher.tsx
+++ b/client/src/components/Messages/Content/ResultSwitcher.tsx
@@ -38,7 +38,7 @@ const ResultSwitcher: React.FC = ({
-
+
{currentIndex + 1} / {totalCount}
)}
-
+
@@ -159,7 +159,7 @@ const ContentRender = memo(
>
{messageLabel}
-
+
-
+
{name.length === 0 ? (
= ({ tags, setTags, isSmallScreen }: Boo
)}
data-testid="bookmark-menu"
>
-
+
{tags.length > 0 ? (
@@ -45,7 +45,7 @@ const BookmarkNav: FC = ({ tags, setTags, isSmallScreen }: Boo
{tags.length > 0 ? tags.join(', ') : localize('com_ui_bookmarks')}
-
+
{data && conversation && (
tag.count > 0) }}>
+
{iconURL && iconURL.includes('http') ? (
) =
}
{
diff --git a/client/src/components/Nav/Settings.tsx b/client/src/components/Nav/Settings.tsx
index 77123460ca..5982dbc32e 100644
--- a/client/src/components/Nav/Settings.tsx
+++ b/client/src/components/Nav/Settings.tsx
@@ -126,7 +126,7 @@ export default function Settings({ open, onOpenChange }: TDialogProps) {
onOpenChange(false)}
>