From 8c31b69c8e03dcfa72696ff650bacc9c90c4db61 Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 5 Feb 2026 14:44:51 +0800 Subject: [PATCH] chore: sticky the applist header in explore page (#31967) --- web/app/components/explore/app-list/index.tsx | 121 +++++++++--------- web/app/components/explore/index.tsx | 2 +- 2 files changed, 64 insertions(+), 59 deletions(-) diff --git a/web/app/components/explore/app-list/index.tsx b/web/app/components/explore/app-list/index.tsx index 04f75107da..5021185a03 100644 --- a/web/app/components/explore/app-list/index.tsx +++ b/web/app/components/explore/app-list/index.tsx @@ -159,69 +159,74 @@ const Apps = ({ return (
- {systemFeatures.enable_explore_banner && ( -
- -
- )} -
-
-
{!hasFilterCondition ? t('apps.title', { ns: 'explore' }) : t('apps.resultNum', { num: searchFilteredList.length, ns: 'explore' })}
- {hasFilterCondition && ( - <> -
- - - )} -
- handleKeywordsChange(e.target.value)} - onClear={() => handleKeywordsChange('')} - /> -
+
+ {systemFeatures.enable_explore_banner && ( +
+ +
+ )} -
- -
- -
- +
+ +
+ +
+
+ +
+ +
{isShowCreateModal && ( = ({ } > -
+
{children}