dify/web/app/components/goto-anything
yyh 8b32800942
refactor: migrate goto-anything service fetching to oRPC contract-first pattern
Replace direct service calls with typed oRPC contracts for apps, datasets,
and plugins search in the goto-anything feature. This provides better type
safety and consistent API patterns across the codebase.
2026-01-15 22:03:13 +08:00
..
actions refactor: migrate goto-anything service fetching to oRPC contract-first pattern 2026-01-15 22:03:13 +08:00
hooks refactor: Extract Go to Anything search logic into a new useSearch hook. 2025-12-29 10:42:25 +08:00
command-selector.spec.tsx refactor: Replace goto-anything actions with a new scope registry system, simplifying command management and registration. 2025-12-29 10:42:24 +08:00
command-selector.tsx Merge remote-tracking branch 'origin/main' into feat/vibe-wf 2026-01-02 19:59:54 +08:00
constants.ts Merge remote-tracking branch 'origin/main' into feat/vibe-wf 2026-01-02 19:59:54 +08:00
context.spec.tsx chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
context.tsx chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
index.spec.tsx fix test 2026-01-02 21:54:54 +08:00
index.tsx chore: integrate @tanstack/eslint-plugin-query and fix service layer lint errors (#30444) 2026-01-04 11:20:06 +08:00