dify/web/app/components/plugins/marketplace/home
CodingOnStar 463dc59d13 fix(web): navigate marketplace search results without App Router
Standalone suggestion clicks assign window.location instead of useRouter,
so marketplace tests can render the shared autocomplete without a Next
app-router tree.
2026-09-02 17:38:53 +08:00
..
__tests__ fix(web): navigate marketplace search results without App Router 2026-09-02 17:38:53 +08:00
assets fix(web): restyle marketplace home hero with grid and six icons 2026-08-25 14:47:36 +08:00
banners.spec.ts feat(web): track marketplace banner impressions and clicks 2026-08-17 14:28:49 +08:00
banners.ts feat(web): track marketplace banner impressions and clicks 2026-08-17 14:28:49 +08:00
catalog-languages-filter.tsx fix(web): satisfy marketplace lint and restore skill APIs from main 2026-08-31 19:32:32 +08:00
catalog-tags-filter.tsx feat(web): put TagFilter to the left of marketplace plugin categories 2026-08-17 15:14:00 +08:00
embedded-marketplace-search.tsx fix(web): reuse standalone search popup in the embedded marketplace (ECO-482) 2026-09-01 19:32:16 +08:00
event-ad-banner-image.ts fix(web): pick event/ad mobile banner images on phones 2026-08-25 13:55:11 +08:00
home-catalog-focus.ts fix(web): satisfy marketplace lint and restore skill APIs from main 2026-08-31 19:32:32 +08:00
home-catalog-navigation.tsx fix(web): satisfy marketplace lint and restore skill APIs from main 2026-08-31 19:32:32 +08:00
home-catalog-tabs.tsx fix(web): sort creator profile creations through publisher APIs 2026-08-19 18:23:35 +08:00
home-constants.ts fix(web): keep bottom padding under stuck mobile search (ECO-475) 2026-08-31 17:20:40 +08:00
home-creator-center.tsx feat(web): emit marketplace site events from the shared catalog 2026-08-17 21:22:38 +08:00
home-guide.tsx fix(web): restore marketplace header request/publish dropdown 2026-08-20 15:50:35 +08:00
home-header.tsx fix(web): keep search-results search below the header 2026-08-30 10:24:24 +08:00
home-hero.module.css fix(web): keep marketplace knip production exports live 2026-08-31 20:08:22 +08:00
home-hero.tsx fix(web): keep marketplace knip production exports live 2026-08-31 20:08:22 +08:00
home-search.tsx fix(web): reuse standalone search popup in the embedded marketplace (ECO-482) 2026-09-01 19:32:16 +08:00
home-shell.tsx fix(web): keep bottom padding under stuck mobile search (ECO-475) 2026-08-31 17:20:40 +08:00
home-sticky-state-provider.tsx fix(web): satisfy marketplace lint and restore skill APIs from main 2026-08-31 19:32:32 +08:00
home-sticky-state.ts refactor: preserve marketplace home server rendering 2026-08-13 14:50:50 +08:00
home-sticky.module.css fix(web): stop stacking mobile search and tab padding 2026-08-31 17:53:15 +08:00
home-trending-navigation.tsx fix(web): ignore AbortError when canceling banner autoplay 2026-09-01 21:08:58 +08:00
home-trending-slides.tsx fix(web): reject unsafe marketplace banner hrefs 2026-08-31 22:58:50 +08:00
home-trending-track.spec.ts fix(web): satisfy marketplace lint and restore skill APIs from main 2026-08-31 19:32:32 +08:00
home-trending-track.ts fix(web): satisfy marketplace lint and restore skill APIs from main 2026-08-31 19:32:32 +08:00
home-trending.module.css fix(web): clamp desktop blog tags and hide mobile read more 2026-08-31 18:51:48 +08:00
home-trending.tsx fix(web): address marketplace review comments 2026-09-02 14:25:14 +08:00
index.tsx fix(web): smooth catalog tabs into header (ECO-470) 2026-08-27 17:07:19 +08:00
marketplace-href.ts fix(web): reject unsafe marketplace banner hrefs 2026-08-31 22:58:50 +08:00
marketplace-live-search.tsx fix(web): drop the extra rest-state border from marketplace search 2026-08-25 19:34:00 +08:00
marketplace-search-autocomplete.tsx fix(web): navigate marketplace search results without App Router 2026-09-02 17:38:53 +08:00
preserve-sticky-search-scroll.ts fix(web): pin sticky marketplace search without jumping (ECO-473) 2026-08-30 00:22:57 +08:00
README.md feat: share marketplace home shell with templates 2026-08-13 14:50:51 +08:00
use-banner-viewability.ts fix(web): drop unused marketplace knip exports 2026-08-31 19:54:35 +08:00

Marketplace Catalog Home

The redesigned Marketplace catalog shell provides the shared header, hero, search, trending, tabs, and sticky category navigation used by the Plugins and Templates pages.

Internal Modules

  • marketplace/list/list-wrapper
  • marketplace/plugin-type-switch

External Modules

None.