twwu
|
1968589fdf
|
Merge branch 'main' into feat/hitl-frontend
|
2026-01-28 10:19:52 +08:00 |
twwu
|
e945f3d439
|
feat(log): add paused status count to log rendering and simplify status rendering logic
|
2026-01-27 21:20:47 +08:00 |
twwu
|
1b0abdf642
|
feat(humanInput): improve form handling with site info integration and error management
|
2026-01-27 18:14:24 +08:00 |
twwu
|
7cd4a7c1de
|
feat: implement human input form timeout handling and enhance expiration time display
|
2026-01-27 15:57:13 +08:00 |
Coding On Star
|
c8abe1c306
|
test: add tests for dataset document detail (#31274)
Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
|
2026-01-27 15:43:27 +08:00 |
twwu
|
19664daeef
|
feat(chat): enhance file handling in chat by converting file types to MIME format
|
2026-01-27 11:19:07 +08:00 |
twwu
|
fe5b5bc4c3
|
Merge branch 'main' into feat/hitl-frontend
|
2026-01-27 11:06:50 +08:00 |
wangxiaolei
|
e48419937b
|
feat: chatflow support multimodal (#31293)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-01-27 00:24:48 +08:00 |
yyh
|
f561656a89
|
chore: follow-up fixes for storybook vite migration (#31545)
|
2026-01-26 20:20:14 +08:00 |
Stephen Zhou
|
47d0e400ae
|
chore: update to story book nextjs-vite (#31536)
|
2026-01-26 17:07:20 +08:00 |
coopercoder
|
e8e386a6b9
|
fix: Add vertical scrolling support for floating elements. (#30897)
Co-authored-by: zhaiguangpeng <zhaiguangpeng@didiglobal.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-01-26 15:17:42 +08:00 |
twwu
|
07d8eaae82
|
refactor: simplify filteredHumanInputFormDataList computation by removing useMemo
|
2026-01-26 15:16:55 +08:00 |
twwu
|
4ea3cf46fa
|
fix: update key references in HumanInputFormList and adjust resume URL in useChat hook
|
2026-01-26 14:23:45 +08:00 |
twwu
|
f2d98e832f
|
Merge branch 'feat/hitl-frontend' of https://github.com/langgenius/dify into feat/hitl-frontend
|
2026-01-26 12:00:37 +08:00 |
twwu
|
5f73fed1e7
|
fix(input-field): update regex for name validation to ensure correct format
|
2026-01-26 12:00:18 +08:00 |
JzoNg
|
2ccef3ac84
|
fix: human input field dragging
|
2026-01-26 11:47:51 +08:00 |
Wu Tianwei
|
d3d42e3a8e
|
refactor: rename placeholder to default in form input (#31452)
|
2026-01-23 18:01:44 +08:00 |
twwu
|
f73db70cec
|
Merge branch 'main' into feat/hitl-frontend
|
2026-01-23 15:51:58 +08:00 |
Joel
|
b9f718005c
|
feat: frontend part of support try apps (#31287)
Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
|
2026-01-22 18:16:37 +08:00 |
lif
|
510a02286f
|
fix(web): disable single tilde strikethrough in markdown rendering (#31400)
Signed-off-by: majiayu000 <1835304752@qq.com>
|
2026-01-22 16:33:17 +08:00 |
twwu
|
a4b87be5f4
|
Merge branch 'feat/hitl-frontend' of https://github.com/langgenius/dify into feat/hitl-frontend
|
2026-01-22 16:16:52 +08:00 |
twwu
|
c8c98519ad
|
refactor: update expiration time handling in human input component with new utility functions and localization support
|
2026-01-22 16:16:34 +08:00 |
JzoNg
|
6aa452d4e3
|
fix: add default value for form in HITL
|
2026-01-22 15:41:42 +08:00 |
JzoNg
|
45c2167e0f
|
fix: default value of input field in form content editor
|
2026-01-22 15:35:52 +08:00 |
Shemol
|
1d778d532a
|
refactor(web): useClipboard hook to reduce duplication (#31308)
Signed-off-by: SherlockShemol <shemol@163.com>
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
|
2026-01-21 17:33:39 +08:00 |
twwu
|
0389dd459d
|
style: update class names for consistent width handling in chat answer component
|
2026-01-21 17:31:46 +08:00 |
JzoNg
|
42e80659b6
|
fix: name validation for output variable
|
2026-01-21 17:02:17 +08:00 |
JzoNg
|
59cb447e05
|
enhancement: add keyboard events handle
|
2026-01-21 16:52:49 +08:00 |
twwu
|
e63f7b2249
|
fix: include state snapshot in workflow event URLs for chat hooks
|
2026-01-21 16:45:38 +08:00 |
Stephen Zhou
|
061feebd87
|
fix: check and update doc links (#30849)
Co-authored-by: Riskey <36894937+RiskeyL@users.noreply.github.com>
|
2026-01-21 16:31:48 +08:00 |
twwu
|
645793c48c
|
refactor: streamline input variable handling and enhance type definitions in human input components
|
2026-01-21 15:44:14 +08:00 |
Bowen Liang
|
071bbc6d74
|
build: bump NextJS from to 16 with turbopack enable for web production build boost (#27014)
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
|
2026-01-21 12:53:29 +08:00 |
twwu
|
663f320d86
|
style: adjust layout and styling in HITL input component for improved responsiveness
|
2026-01-21 12:19:12 +08:00 |
JzoNg
|
aaf6e8f978
|
use action is for executed action text
|
2026-01-21 11:03:53 +08:00 |
twwu
|
711cca01b8
|
Merge branch 'main' into feat/hitl-frontend
|
2026-01-21 10:44:23 +08:00 |
twwu
|
2b28074f4c
|
feat: enhance email configuration and body input components with support for dynamic node variables
|
2026-01-21 10:30:48 +08:00 |
byteforge
|
8056768106
|
fix: enforce no-leaked-conditional-rendering as error and fix violations (#31262)
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
|
2026-01-20 23:08:59 +08:00 |
yyh
|
54921844bb
|
fix(web): disable HTML escaping for form field validation messages (#31292)
|
2026-01-20 18:43:01 +08:00 |
twwu
|
c5721184e9
|
refactor: implement workflow resumption logic in embedded chat and update chat wrapper functionality
|
2026-01-20 17:03:06 +08:00 |
Wu Tianwei
|
f3ec6ad53c
|
feat: enhance chat functionality with workflow resumption and support regeneration (#31281)
|
2026-01-20 16:52:04 +08:00 |
twwu
|
1014852ebd
|
Merge branch 'main' into feat/hitl-frontend
|
2026-01-20 10:45:27 +08:00 |
盐粒 Yanli
|
62ac02a568
|
feat: Download the uploaded files (#31068)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-19 16:48:13 +08:00 |
twwu
|
73343f03c1
|
Merge branch 'main' into feat/hitl-frontend
|
2026-01-19 10:16:27 +08:00 |
Pegasus
|
77366f33a4
|
feat(web): add loading indicators for infinite scroll pagination (#31110)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
|
2026-01-17 17:36:07 +08:00 |
yyh
|
6903c31b84
|
fix(search-input): retain focus after clearing input (#31107)
|
2026-01-16 16:22:14 +08:00 |
twwu
|
368e38d593
|
fix(chat): add tracing for workflow process when node status is running
|
2026-01-14 17:24:16 +08:00 |
twwu
|
dfb25df5ec
|
Merge branch 'main' into feat/hitl-frontend
|
2026-01-14 13:24:56 +08:00 |
Stephen Zhou
|
91da784f84
|
refactor: init orpc contract (#30885)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
|
2026-01-13 23:38:28 +09:00 |
JzoNg
|
cdc24696e4
|
add validation for output name & add correct placeholder
|
2026-01-13 14:41:46 +08:00 |
Coding On Star
|
8f43629cd8
|
fix(amplitude): update sessionReplaySampleRate default value to 0.5 (#30880)
Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
|
2026-01-13 12:26:50 +08:00 |