dify/web/app/components
yessenia 06d1a2e2fd feat(trigger): remove Redundant comp & triggers api no cache 2025-10-23 10:57:41 +08:00
..
app fix(trigger): subscription removed in workflow 2025-10-21 18:43:15 +08:00
app-sidebar refactor(trigger): refactor app mode type to enum 2025-10-21 16:50:18 +08:00
apps refactor(trigger): refactor app mode type to enum 2025-10-21 16:50:18 +08:00
base feat(checkbox): adjust styles for checkbox component layout 2025-10-22 17:35:04 +08:00
billing Fix type error (#27152) 2025-10-20 19:35:46 +08:00
custom [Chore/Refactor] Implement lazy initialization for useState calls to prevent re-computation (#26252) 2025-09-29 20:35:55 +09:00
datasets Fix vs code and using min version after bump @remixicon/react and @monaco-editor/loader (#27008) 2025-10-21 11:41:44 +08:00
develop refactor(trigger): refactor app mode type to enum 2025-10-21 16:50:18 +08:00
explore refactor(trigger): refactor app mode type to enum 2025-10-21 16:50:18 +08:00
goto-anything feat: support show global vars 2025-10-21 17:59:37 +08:00
header fix(trigger): subscription removed in workflow 2025-10-21 18:43:15 +08:00
plugins fix: CredentialsSchema missing help field display 2025-10-22 09:23:59 +08:00
rag-pipeline fix: rag pipline not show sys vars 2025-10-22 11:07:08 +08:00
share fix: immer version and ref in code base (#27130) 2025-10-20 14:49:26 +09:00
signin [Chore/Refactor] Implement lazy initialization for useState calls to prevent re-computation (#26252) 2025-09-29 20:35:55 +09:00
tools feat: update checkbox component in the panel and refactor form types for checkbox and boolean 2025-10-21 17:28:25 +08:00
workflow feat(trigger): remove Redundant comp & triggers api no cache 2025-10-23 10:57:41 +08:00
workflow-app refactor(workflow): replace fetch function with base/post in use-one-step-run and use-workflow-run hooks in polling 2025-10-22 14:55:57 +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 refactor: replace localStorage with HTTP-only cookies for auth tokens (#24365) 2025-10-19 21:29:04 +08:00
with-i18n.tsx