mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 14:14:17 +08:00
- Remove appDetail and setAppDetail from Zustand store - Use useAppDetail hook for server state management - Child components now call useAppDetail(appId) directly via useParams() - Replace setAppDetail calls with useInvalidateAppDetail for cache invalidation - Keep only client UI state in Zustand (sidebar, modals) - Split sidebar initialization useEffect for clearer separation of concerns - Update test mocks to use TanStack Query pattern - Fix missing dependencies in use-checklist.ts useMemo/useCallback hooks |
||
|---|---|---|
| .. | ||
| index.ts | ||
| use-auto-onboarding.ts | ||
| use-available-nodes-meta-data.ts | ||
| use-configs-map.ts | ||
| use-DSL.ts | ||
| use-get-run-and-trace-url.ts | ||
| use-inspect-vars-crud.ts | ||
| use-is-chat-mode.ts | ||
| use-nodes-sync-draft.ts | ||
| use-workflow-init.ts | ||
| use-workflow-refresh-draft.ts | ||
| use-workflow-run.ts | ||
| use-workflow-start-run.tsx | ||
| use-workflow-template.ts | ||