dify/web/app/components
yyh 3b2f61e8cd
test(web): query usage-priority option buttons by accessible name
The popover trigger now also exposes role="button", so indexing into
getAllByRole('button') no longer points at the option buttons. Switch
to getByRole('button', { name }) so the lookups are robust to extra
buttons in the subtree.

Made-with: Cursor
2026-04-19 16:24:03 +08:00
..
__tests__ fix(web): stop Splash after useUserProfile errors (#35326) 2026-04-17 05:06:39 +00:00
app chore(web): migrate infotip-style tooltips to popover 2026-04-19 16:07:06 +08:00
app-sidebar refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
apps refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
base feat: copy nodes cross apps (#33273) 2026-04-17 10:02:26 +00:00
billing feat(dify-ui): Meter primitive and billing adoption (#35380) 2026-04-18 07:13:54 +00:00
custom refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
datasets refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
develop refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
devtools perf(web): optimize first-screen rendering performance (#35313) 2026-04-16 09:53:16 +00:00
explore feat(explore): implement banner impression tracking and refactor tracking logic (#35369) 2026-04-17 12:24:34 +00:00
goto-anything fix(web): remove dynamic import from Goto Anything to restore cmd+k (#35383) 2026-04-18 13:33:13 +00:00
header test(web): query usage-priority option buttons by accessible name 2026-04-19 16:24:03 +08:00
plugins chore(web): drop delay={0} from tooltip triggers and retype DocName (#35382) 2026-04-18 11:21:07 +00:00
provider chore: drop pwa with serwist (#32838) 2026-03-04 17:35:35 +08:00
rag-pipeline refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
share refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
signin chore: auto fix for tailwind rules (#35332) 2026-04-16 17:11:06 +00:00
tools refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
workflow fix(web): collapse nested card decoration in modelNotSupported popover 2026-04-19 16:22:22 +08:00
workflow-app refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
app-initializer.tsx refactor: route next/navigation through compat re-export (#33636) 2026-03-18 12:57:03 +08:00
create-app-attribution-bootstrap.tsx feat(web): unify create_app tracking and persist external attribution (#35241) 2026-04-15 08:59:31 +00:00
splash.tsx fix(web): stop Splash after useUserProfile errors (#35326) 2026-04-17 05:06:39 +00:00