lyzno1
|
9aaace706b
|
feat: optimize comments panel filter UI and interaction logic
|
2025-10-12 13:04:24 +08:00 |
lyzno1
|
f19630bcf5
|
Merge remote-tracking branch 'origin/main' into feat/collaboration
|
2025-10-11 14:43:20 +08:00 |
hjlarry
|
c4d03bf378
|
change event type name of websocket
|
2025-10-11 09:07:02 +08:00 |
hjlarry
|
61c46bea40
|
fix missing i18n
|
2025-10-09 16:55:53 +08:00 |
Asuka Minato
|
a8746bff30
|
fix oxlint warnings (#26634)
|
2025-10-09 09:23:34 +08:00 |
hjlarry
|
6ce65de2cd
|
fix merged main issues
|
2025-10-04 21:11:59 +08:00 |
hjlarry
|
e240175116
|
sync nodes
|
2025-09-25 16:31:46 +08:00 |
hjlarry
|
4188c9a1dd
|
fix dark theme
|
2025-09-24 10:08:33 +08:00 |
hjlarry
|
47aba1c9f9
|
fix style
|
2025-09-23 14:41:34 +08:00 |
hjlarry
|
81c6e52401
|
Merge remote-tracking branch 'origin/p254' into p284
|
2025-09-18 15:14:55 +08:00 |
hjlarry
|
847d257366
|
Merge branch 'p254' into p284
|
2025-09-18 14:50:59 +08:00 |
hjlarry
|
687662cf1f
|
comment sync
|
2025-09-18 13:27:27 +08:00 |
-LAN-
|
85cda47c70
|
feat: knowledge pipeline (#25360)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: twwu <twwu@dify.ai>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: jyong <718720800@qq.com>
Co-authored-by: Wu Tianwei <30284043+WTW0313@users.noreply.github.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
Co-authored-by: lyzno1 <yuanyouhuilyz@gmail.com>
Co-authored-by: quicksand <quicksandzn@gmail.com>
Co-authored-by: Jyong <76649700+JohnJyong@users.noreply.github.com>
Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: Hanqing Zhao <sherry9277@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Harry <xh001x@hotmail.com>
|
2025-09-18 12:49:10 +08:00 |
hjlarry
|
088ccf8b8d
|
add UserAvatarList component
|
2025-09-18 09:47:07 +08:00 |
hjlarry
|
3eac26929a
|
sync the comment panel and canvas
|
2025-09-17 09:13:31 +08:00 |
hjlarry
|
89bed479e4
|
improve comment panel
|
2025-09-16 17:25:51 +08:00 |
hjlarry
|
fdd673a3a9
|
improve comments panel
|
2025-09-16 13:39:31 +08:00 |
hjlarry
|
10aa16b471
|
add workflow comment panel
|
2025-09-16 09:51:12 +08:00 |
17hz
|
635e7d3e70
|
fix: Cannot modify values when startNode has defaultValue (#25595)
|
2025-09-12 21:11:24 +08:00 |
hjlarry
|
d5fc3e7bed
|
add new conversation vars update api
|
2025-09-10 09:24:22 +08:00 |
hjlarry
|
ab438b42da
|
use new env variables update api
|
2025-09-10 09:07:55 +08:00 |
GuanMu
|
25a11bfafc
|
Export DSL from history (#24939)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-02 21:36:52 +08:00 |
Yongtao Huang
|
208ce4e774
|
CI: add TS indentation check via esLint (#24810)
|
2025-09-01 15:31:59 +08:00 |
Joel
|
dac72b078d
|
feat: support bool type variable frontend (#24437)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
|
2025-08-26 18:16:05 +08:00 |
17hz
|
ffe1685b54
|
feat: Add default value support for all workflow start node variable types (#24129)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-22 18:44:48 +08:00 |
Charles Lee
|
0c595c4745
|
style: replace `h-[1px]` with `h-px` to unify the writing format of Tailwind CSS (#24146)
|
2025-08-21 21:38:40 +08:00 |
Wu Tianwei
|
218e247fd2
|
refactor: improve loading animation and debug panel styles (#24075)
|
2025-08-18 11:12:47 +08:00 |
crazywoola
|
7ee170f0a7
|
Feat node search (#23685)
Co-authored-by: GuanMu <ballmanjq@gmail.com>
Co-authored-by: zhujiruo <zhujiruo@foxmail.com>
Co-authored-by: Matri Qi <matrixdom@126.com>
Co-authored-by: croatialu <wuli.croatia@foxmail.com>
Co-authored-by: HyaCinth <88471803+HyaCiovo@users.noreply.github.com>
Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com>
|
2025-08-11 10:19:52 +08:00 |
HyaCinth
|
2931c891a7
|
chore: Optimize component styles and interactions (#23250) (#23543)
|
2025-08-07 14:19:38 +08:00 |
hjlarry
|
e43b46786d
|
refactor all the frontend code
|
2025-08-07 10:58:53 +08:00 |
hjlarry
|
3f3b37b843
|
refactor to support mutli websocket connections
|
2025-08-06 17:05:39 +08:00 |
hjlarry
|
48c069fe68
|
support env vars collaborate
|
2025-08-05 15:22:22 +08:00 |
hjlarry
|
c2eec8545d
|
collaborate conversation vars
|
2025-08-05 14:24:51 +08:00 |
qiaofenlin
|
20f0238aab
|
feat: support workflow version specification in workflow and chat APIs (#23188)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-03 16:27:12 +08:00 |
Matri Qi
|
99a4bd82b5
|
chore: fix function name typo (#23306)
|
2025-08-03 10:09:26 +08:00 |
GuanMu
|
7721648867
|
Fix variable config (#23070)
|
2025-07-29 11:24:59 +08:00 |
Anton Kovalev
|
15757110cf
|
feat: default value option for select input fields (#21192)
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: GuanMu <ballmanjq@gmail.com>
|
2025-07-28 15:37:23 +08:00 |
lyzno1
|
b5599b2945
|
fix: prevent panel width localStorage pollution during viewport compression (#22745) (#22747)
|
2025-07-22 08:11:01 +08:00 |
znn
|
3cfba9e47b
|
updating icon (#22485)
|
2025-07-17 15:10:36 +08:00 |
GuanMu
|
7388fd1ec6
|
fix: Disable question editing in chat history (#22438)
|
2025-07-15 19:41:51 +08:00 |
GuanMu
|
f193e9764e
|
fix: Optimize the workspace panel width calculation (#22195)
|
2025-07-11 19:12:12 +08:00 |
le0zh
|
fe4e2f7921
|
feat: support var in suggested questions (#17340)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-07-11 15:07:32 +08:00 |
Minamiyama
|
3643ed1014
|
Feat: description field for env variables (#21556)
|
2025-07-09 15:18:23 +08:00 |
Minamiyama
|
a45aa1e505
|
feat(variables): auto replace spaces with underscores in variable name inputs (#21843)
|
2025-07-03 10:36:38 +08:00 |
zxhlyh
|
68f41bbaa8
|
Fix/workflow use nodes hooks (#21822)
|
2025-07-02 17:48:23 +08:00 |
zxhlyh
|
3bfa9767c0
|
Chore/workflow last run (#21823)
Co-authored-by: Joel <iamjoel007@gmail.com>
|
2025-07-02 17:48:07 +08:00 |
GuanMu
|
787ad5ab38
|
feat: Refactor panel component, add adaptive width observer to optimize panel width management (#21576)
|
2025-06-27 10:50:33 +08:00 |
Minamiyama
|
8ea27bc341
|
feat: persist debug-and-preview panel width in localstorage (#21434)
|
2025-06-24 20:34:11 +08:00 |
Minamiyama
|
197c018c1f
|
fix missing style of conversation variable panel default value textarea (#21422)
|
2025-06-24 15:58:39 +08:00 |
Joel
|
1a1bfd4048
|
feat: last run frontend (#21369)
The frontend of feat: Persist Variables for Enhanced Debugging Workflow (#20699).
Co-authored-by: jZonG <jzongcode@gmail.com>
|
2025-06-24 09:10:30 +08:00 |