dify/web/app/components/explore
yyh 915a6cc090
refactor!: replace Zustand global store with TanStack Query for systemFeatures
Follow-up to SSR prefetch migration. Eliminates the Zustand middleman
that was syncing TanStack Query data into a separate store.

- Remove useGlobalPublicStore Zustand store entirely
- Create hooks/use-global-public.ts with useSystemFeatures,
  useSystemFeaturesQuery, useIsSystemFeaturesPending, useSetupStatusQuery
- Migrate all consumers to import from @/hooks/use-global-public
- Simplify global-public-context.tsx to a thin provider component
- Update test files to mock the new hook interface
- Fix SetupStatusResponse.setup_at type from Date to string (JSON)
- Fix setup-status.spec.ts mock target to match consoleClient
- Regenerate eslint-suppressions.json for main branch

BREAKING CHANGE: useGlobalPublicStore is removed. Use useSystemFeatures()
from @/hooks/use-global-public instead.
2026-02-01 19:14:58 +08:00
..
app-card refactor!: replace Zustand global store with TanStack Query for systemFeatures 2026-02-01 19:14:58 +08:00
app-list refactor!: replace Zustand global store with TanStack Query for systemFeatures 2026-02-01 19:14:58 +08:00
banner test: add comprehensive tests (#31649) 2026-01-29 11:16:26 +08:00
create-app-modal refactor: unified shortcut keys display using component (#31713) 2026-01-29 17:57:46 +08:00
installed-app feat: frontend part of support try apps (#31287) 2026-01-22 18:16:37 +08:00
item-operation refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
sidebar fix: trigger doc link (#31754) 2026-01-30 17:30:24 +08:00
try-app refactor!: replace Zustand global store with TanStack Query for systemFeatures 2026-02-01 19:14:58 +08:00
category.spec.tsx chore: some tests (#30078) 2025-12-24 14:45:33 +08:00
category.tsx feat: frontend part of support try apps (#31287) 2026-01-22 18:16:37 +08:00
index.spec.tsx chore: remove useless __esModule (#30366) 2025-12-30 15:37:16 +08:00
index.tsx feat: frontend part of support try apps (#31287) 2026-01-22 18:16:37 +08:00