From 2357234f39eb06a52ecea79071607547351cd1d8 Mon Sep 17 00:00:00 2001 From: Joel Date: Mon, 13 Oct 2025 17:11:51 +0800 Subject: [PATCH] chore: sidebar ui --- web/app/components/explore/app-list/index.tsx | 2 +- web/app/components/explore/item-operation/index.tsx | 2 +- .../explore/sidebar/app-nav-item/index.tsx | 2 +- web/app/components/explore/sidebar/index.tsx | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/web/app/components/explore/app-list/index.tsx b/web/app/components/explore/app-list/index.tsx index bd7b84f6a0..ce7f4c311f 100644 --- a/web/app/components/explore/app-list/index.tsx +++ b/web/app/components/explore/app-list/index.tsx @@ -151,7 +151,7 @@ const Apps = ({ return (
{systemFeatures.enable_explore_banner && (
diff --git a/web/app/components/explore/item-operation/index.tsx b/web/app/components/explore/item-operation/index.tsx index 6fd11fd084..3959f4710e 100644 --- a/web/app/components/explore/item-operation/index.tsx +++ b/web/app/components/explore/item-operation/index.tsx @@ -52,7 +52,7 @@ const ItemOperation: FC = ({ setOpen(v => !v)} > -
+
-
{name}
+
{name}
e.stopPropagation()}> = ({ const pinnedAppsCount = installedApps.filter(({ is_pinned }) => is_pinned).length return ( -
+
-
+
- {!isMobile &&
{t('explore.sidebar.title')}
} + {!isMobile &&
{t('explore.sidebar.title')}
} {installedApps.length > 0 && ( -
-

{t('explore.sidebar.webApps')}

-
+

{t('explore.sidebar.webApps')}

+