dify/web/app/components/plugins/marketplace/home
Coding On Star 762dc5e8a6
fix(web): open embedded recommend banner plugins in the detail dialog (#41828)
Co-authored-by: fatelei <fatelei@gmail.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: 姜涵煦 <hanxujiang@jianghanxudeMacBook-Pro-2.local>
Co-authored-by: L1nSn0w <l1nsn0w@qq.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
2026-09-07 03:19:07 +00:00
..
__tests__ fix(web): open embedded recommend banner plugins in the detail dialog (#41828) 2026-09-07 03:19:07 +00:00
assets feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
banners.spec.ts feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
banners.ts feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
catalog-languages-filter.tsx feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
catalog-tags-filter.tsx feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
embedded-marketplace-search.tsx feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
event-ad-banner-image.ts feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-catalog-focus.ts feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-catalog-navigation.tsx feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-catalog-tabs.tsx feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-constants.ts feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-creator-center.tsx feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-guide.tsx feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-header.tsx feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-hero.module.css feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-hero.tsx feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-search.tsx feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-shell.tsx feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-sticky-state-provider.tsx feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-sticky-state.ts feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-sticky.module.css feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-trending-navigation.tsx feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-trending-slides.tsx fix(web): open embedded recommend banner plugins in the detail dialog (#41828) 2026-09-07 03:19:07 +00:00
home-trending-track.spec.ts feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-trending-track.ts feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-trending.module.css feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
home-trending.tsx feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
index.tsx feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
marketplace-href.ts feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
marketplace-live-search.tsx feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
marketplace-search-autocomplete.tsx feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
preserve-sticky-search-scroll.ts feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
README.md docs: clarify frontend guidance ownership and dependencies (#41848) 2026-09-05 13:28:40 +00:00
use-banner-viewability.ts feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00

Marketplace Catalog Home

Shared catalog layout for the Plugins and Templates pages, including the header, hero, search, trending, tabs, and sticky category navigation.

MarketplaceView uses index.tsx for the Plugins home. The Templates page composes HomeShell and the shared catalog parts directly, keeping its list and filters in the Templates module.