dify/web/app/components
hjlarry 2725f28fa8 fix(trigger): incorrect behavior when node uninstalled on the canvas 2025-11-12 10:12:49 +08:00
..
app refactor: unify account setting tab constants and tighten modal types 2025-11-11 16:16:41 +08:00
app-sidebar fix(web): resolve type checks in app operations 2025-11-05 20:08:59 +08:00
apps Merge remote-tracking branch 'origin/main' into feat/trigger 2025-11-05 12:59:25 +08:00
base refactor: unify account setting tab constants and tighten modal types 2025-11-11 16:16:41 +08:00
billing feat: add trigger events, workflow execution, and start nodes to billing plan features 2025-11-11 15:00:25 +08:00
custom feat: implement file extension blacklist for upload security (#27540) 2025-11-04 15:45:22 +08:00
datasets refactor: unify account setting tab constants and tighten modal types 2025-11-11 16:16:41 +08:00
develop Merge remote-tracking branch 'origin/main' into feat/trigger 2025-11-11 12:42:01 +08:00
explore refactor(trigger): refactor app mode type to enum 2025-10-21 16:50:18 +08:00
goto-anything Merge remote-tracking branch 'origin/main' into feat/trigger 2025-11-05 16:50:53 +08:00
header Fix modal query sync for settings & pricing 2025-11-11 19:32:48 +08:00
plugins refactor: unify account setting tab constants and tighten modal types 2025-11-11 16:16:41 +08:00
rag-pipeline fix: serialize workflow draft sync operations (#27487) 2025-10-27 13:29:40 +08:00
share fix(web): improve the consistency of the inputs-form UI (#27837) 2025-11-05 09:29:13 +08:00
signin [Chore/Refactor] Implement lazy initialization for useState calls to prevent re-computation (#26252) 2025-09-29 20:35:55 +09:00
tools Merge branch 'main' into feat/trigger 2025-10-29 00:08:50 +08:00
workflow fix(trigger): incorrect behavior when node uninstalled on the canvas 2025-11-12 10:12:49 +08:00
workflow-app feat(workflow-header): add conditional logic to disable publish and refresh actions based on workflow node presence 2025-11-11 20:08:09 +08:00
browser-initializer.tsx Perf: remove user profile loading (#22710) 2025-07-21 16:35:52 +08:00
i18n-server.tsx fix: Refactor i18n config and fix plugin search box styling issue (#22945) 2025-07-25 15:01:28 +08:00
i18n.tsx fix: Refactor i18n config and fix plugin search box styling issue (#22945) 2025-07-25 15:01:28 +08:00
sentry-initializer.tsx Perf: remove user profile loading (#22710) 2025-07-21 16:35:52 +08:00
swr-initializer.tsx rm useless router.replace (#27386) 2025-10-26 19:26:46 +08:00
with-i18n.tsx