[PR #30076] refactor(web): migrate explore app lists from useSWR to TanStack Query #32667

Closed
opened 2026-02-21 20:51:51 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/30076

State: closed
Merged: Yes


Summary

  • migrate Explore app lists to TanStack Query via useExploreAppList
  • keep sorting and empty-state behavior consistent with the previous SWR implementation
  • remove unused installApp and getToolProviders from web/service/explore.ts

Testing

  • pnpm lint:fix (warnings in existing files)
  • pnpm type-check:tsgo
  • pnpm test

Fixes #30072

**Original Pull Request:** https://github.com/langgenius/dify/pull/30076 **State:** closed **Merged:** Yes --- ## Summary - migrate Explore app lists to TanStack Query via `useExploreAppList` - keep sorting and empty-state behavior consistent with the previous SWR implementation - remove unused `installApp` and `getToolProviders` from `web/service/explore.ts` ## Testing - `pnpm lint:fix` (warnings in existing files) - `pnpm type-check:tsgo` - `pnpm test` Fixes #30072
yindo added the pull-request label 2026-02-21 20:51:51 -05:00
yindo closed this issue 2026-02-21 20:51:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#32667