dify/web/app/components/plugins/marketplace/home
2026-09-08 02:04:41 +00:00
..
__tests__ refactor(console): unify environment-aware oRPC clients and query policies (#41932) 2026-09-08 02:04:41 +00:00
assets feat(web): add marketplace creator profiles and homepage redesign (#41538) 2026-09-04 08:09:45 +00:00
banners.spec.ts refactor(console): unify environment-aware oRPC clients and query policies (#41932) 2026-09-08 02:04:41 +00:00
banners.ts refactor(console): unify environment-aware oRPC clients and query policies (#41932) 2026-09-08 02:04:41 +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 refactor(console): unify environment-aware oRPC clients and query policies (#41932) 2026-09-08 02:04:41 +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.