dify/e2e
CodingOnStar a4a57ec662 fix(web): address marketplace review follow-ups on assets, locale and a11y
- resample the 3MB trending background to a 97KB webp and serve a frozen
  recommend banner from the E2E stub so the benchmark covers the carousel
- show the on-page filtered count in template search and redirect
  out-of-range pages to the last available page
- localize the carousel controls across all 24 locales and replace the
  i18n type casts with typed selectors
- surface Marketplace API failures with a retry action instead of
  rendering them as empty results
- use iconify marks for the hero decorations, share the carousel
  page-size hook to avoid a hydration mismatch, move banner types into
  @dify/contracts, scope the Cmd+K shortcut to the standalone platform,
  point the embedded logo at /marketplace, pass resolvedTheme to the
  detail dialogs, and reveal the detail iframe after a loading timeout

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-16 13:48:34 +08:00
..
features fix(web): address marketplace review follow-ups on assets, locale and a11y 2026-08-16 13:48:34 +08:00
fixtures test(e2e): validate generated console contracts (#39400) 2026-07-22 07:48:37 +00:00
scripts fix(web): address marketplace review feedback and clean up login code 2026-08-14 18:03:10 +08:00
support fix(web): address marketplace review follow-ups on assets, locale and a11y 2026-08-16 13:48:34 +08:00
tests chore: upgrade Vite+ to 0.2.9 (#40762) 2026-08-14 04:42:28 +00:00
.env.example refactor(e2e): unify seeded runtime orchestration (#39700) 2026-07-28 15:05:20 +00:00
.gitignore chore(agent-v2): sync daily changes (#38298) 2026-07-05 08:09:38 +00:00
AGENTS.md fix(e2e): skip hidden Agent knowledge E2E scenarios (#40691) 2026-08-13 05:03:15 +00:00
cucumber.config.ts perf(web): defer offscreen marketplace content 2026-08-13 14:52:42 +08:00
package.json Merge remote-tracking branch 'origin/main' into feat/marketplace-homepage-redesign 2026-08-15 13:44:00 +08:00
README.md chore: workspace lint (#35331) 2026-04-16 16:47:53 +00:00
test-env.ts refactor(e2e): unify seeded runtime orchestration (#39700) 2026-07-28 15:05:20 +00:00
tsconfig.json chore: workspace lint (#35331) 2026-04-16 16:47:53 +00:00
tsx-register.js chore: update deps (#37427) 2026-06-15 02:44:28 +00:00
vite.config.ts test: add API seeding infrastructure and app creation E2E scenarios (#35276) 2026-04-17 06:31:54 +00:00

E2E

Canonical documentation for this package lives in AGENTS.md.