dify/web/app/components/apps
yyh e95b7b57c9
fix: prevent popup blocker from blocking async window.open
Add useAsyncWindowOpen hook to handle async URL fetching with placeholder window pattern. This prevents browser popup blockers (especially Safari) from blocking windows opened after async operations.

- Create reusable useAsyncWindowOpen hook with placeholder window pattern
- Fix billing subscription management popup (cloud-plan-item)
- Fix app card explore popup
- Fix app publisher explore popup

Fixes #29389
Ref: #29390
2025-12-10 12:10:47 +08:00
..
hooks feat: convert components to dynamic imports for improved performance (#22614) 2025-07-18 11:43:37 +08:00
app-card.tsx fix: prevent popup blocker from blocking async window.open 2025-12-10 12:10:47 +08:00
empty.tsx Refactor apps service toward TanStack Query (#29004) 2025-12-02 15:18:33 +08:00
footer.tsx add icon for forum (#28164) 2025-11-14 16:38:19 +09:00
index.tsx Fix/footer behavior (#23555) 2025-08-07 16:55:23 +08:00
list.tsx Refactor apps service toward TanStack Query (#29004) 2025-12-02 15:18:33 +08:00
new-app-card.tsx [Chore/Refactor] Add missing 'type' attribute on 'button' components (#26249) 2025-09-28 13:43:43 +08:00