dify/web/app
Novice a28f22e59d
fix: resolve import errors and test failures after segment 4 merge
- Update BaseNodeData import path to dify_graph.entities.base_node_data
- Change NodeType.COMMAND/FILE_UPLOAD to BuiltinNodeTypes constants
- Fix system_oauth_encryption -> system_encryption rename in commands
- Remove tests for deleted agent runner modules
- Fix Avatar: named import + string size API in collaboration files
- Add missing skill feature deps: @monaco-editor/react, react-arborist,
  @tanstack/react-virtual
- Fix frontend test mocks: add useUserProfile, useLeaderRestoreListener,
  next/navigation mock, and nodeOutputVars to expected payload

Made-with: Cursor
2026-03-23 13:59:09 +08:00
..
(commonLayout) Merge commit 'fb41b215' into sandboxed-agent-rebase 2026-03-23 10:52:06 +08:00
(humanInputLayout)/form/[token] Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
(shareLayout) Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
account fix: resolve import errors and test failures after segment 4 merge 2026-03-23 13:59:09 +08:00
activate Revert "refactor!: replace Zustand global store with TanStack Query for systemFeatures" 2026-02-01 19:06:45 +08:00
components fix: resolve import errors and test failures after segment 4 merge 2026-03-23 13:59:09 +08:00
education-apply Merge commit 'fb41b215' into sandboxed-agent-rebase 2026-03-23 10:52:06 +08:00
forgot-password refactor: type safe env, update to zod v4 (#32035) 2026-02-10 17:55:11 +08:00
init
install refactor: type safe env, update to zod v4 (#32035) 2026-02-10 17:55:11 +08:00
oauth-callback
repos/[owner]/[repo]/releases
reset-password Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
signin Merge commit '9c339239' into sandboxed-agent-rebase 2026-03-23 09:00:45 +08:00
signup Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
styles chore: add dev proxy server, update deps (#33371) 2026-03-13 12:52:19 +08:00
layout.tsx chore: use tsconfigPaths for vinext (#33363) 2026-03-12 17:56:22 +08:00
page.spec.tsx refactor(web): preserve all OAuth query params and remove legacy storage fallback 2026-02-10 14:39:05 +08:00
page.tsx refactor(web): migrate OAuth redirect storage to utility and preserve query params 2026-02-10 14:23:47 +08:00
routePrefixHandle.tsx