Commit Graph

42 Commits

Author SHA1 Message Date
yyh
873ef2b592
docs: refine frontend testing guidance (#39290) 2026-07-20 08:18:26 +00:00
yyh
4571c4f276
test: align dify ui tests with browser mode (#39024) 2026-07-15 14:00:29 +00:00
yyh
e134c947c1
refactor(web): standardize hotkey ownership and typing (#38960) 2026-07-15 02:22:40 +00:00
yyh
35ace0ea18
docs: simplify frontend testing guidance (#38909) 2026-07-14 07:45:08 +00:00
Stephen Zhou
e35187f376
chore: migrate static checks to vp check (#38850) 2026-07-13 08:00:39 +00:00
yyh
6e5ba18d65
refactor(dify-ui): standardize primitive boundary names (#38669) 2026-07-10 14:17:10 +00:00
Stephen Zhou
5308b95aff
refactor(web): reduce query atom subscriptions (#38521) 2026-07-07 15:10:58 +00:00
yyh
31b17513c2
docs(component): document focus-visible guidance (#38509) 2026-07-07 08:58:35 +00:00
yyh
6dff7c0a85
fix(dify-ui): preserve radio value generics (#38429) 2026-07-05 14:01:36 +00:00
yyh
1b3e8e9943
chore(agent-v2): sync daily changes (#38298)
Signed-off-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: 盐粒 Yanli <mail@yanli.one>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: zyssyz123 <916125788@qq.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: 盐粒 Yanli <yanli@dify.ai>
Co-authored-by: 林玮 (Jade Lin) <linw1995@icloud.com>
2026-07-05 08:09:38 +00:00
yyh
1ae2f95f7c
test(e2e): add agent v2 core coverage (#38209)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-02 06:18:38 +00:00
Stephen Zhou
a14310fc62
refactor(web): organize deployment feature state (#38065)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-06-27 07:34:46 +00:00
Stephen Zhou
113d6d7e00
refactor: align deployment detail state ownership (#38008) 2026-06-26 05:37:21 +00:00
Stephen Zhou
16b698b54d
refactor: simplify deployment access ownership (#37994) 2026-06-26 04:10:56 +00:00
Stephen Zhou
3d8316333f
fix: keep body background consistent on overscroll (#37909) 2026-06-25 02:20:39 +00:00
Stephen Zhou
f665bcac95
chore(web): clean up unused production code (#37854)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-24 07:10:17 +00:00
Stephen Zhou
1c1b20aa46
refactor(web): simplify deployment action state (#37851) 2026-06-24 04:39:52 +00:00
Stephen Zhou
acf6d0ddc9
refactor(web): simplify deployment async ownership (#37823) 2026-06-23 13:20:23 +00:00
Stephen Zhou
d8ed874dc7
refactor(web): manage deployment async state with atoms (#37819) 2026-06-23 12:50:16 +00:00
Stephen Zhou
99c3d7d0f0
refactor(web): consolidate deployment state atoms (#37783) 2026-06-23 07:26:55 +00:00
Stephen Zhou
f380bbaa10
refactor(web): consolidate create release state (#37765) 2026-06-23 02:17:54 +00:00
Stephen Zhou
48452aefbc
feat: app deploy (#35670)
Co-authored-by: zhangx1n <zhangxin@dify.ai>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-17 09:28:43 +00:00
Jingyi
789698cddd
docs: merge frontend agent guidance (#37121) 2026-06-09 03:21:29 +00:00
yyh
a1d9340a62
feat: update frontend code review skill (#37098) 2026-06-05 07:35:04 +00:00
yyh
d3ae074456
chore(web): remove generic tailwind skill (#36402) 2026-05-19 13:16:10 +00:00
yyh
59dab7deac
refactor(apps): simplify query state and debounce URL writes (#36043) 2026-05-11 09:58:19 +00:00
yyh
e134c1e0d5
feat(web): improve a11y and remove data-testid (#35999) 2026-05-11 03:53:03 +00:00
Stephen Zhou
9127209dd5
chore(web): refresh agent skills (#36015) 2026-05-11 03:52:47 +00:00
yyh
9a8aa6a0c3
refactor(web): inline tag query defaults (#35883)
Signed-off-by: yyh <yuanyouhuilyz@gmail.com>
2026-05-08 02:06:10 +00:00
yyh
ba924fc97b
chore: migrate type-check from tsc to tsgo across all workspaces (#35488) 2026-04-22 08:45:54 +00:00
yyh
4f03b7193e
docs(frontend): align docs and comments (#35364) 2026-04-20 07:54:49 +00:00
yyh
fbcab757d5
test(e2e): improve auth coverage and authoring support (#34920) 2026-04-14 02:22:34 +00:00
yyh
f9d9ad7a38
refactor(web): migrate remaining toast usage (#34433) 2026-04-02 04:16:50 +00:00
yyh
296b7044af
refactor: route next/navigation through compat re-export (#33636) 2026-03-18 12:57:03 +08:00
Coding On Star
6100acb780
refactor(web): move component tests into sibling __tests__ directories (#33623)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
2026-03-18 10:49:30 +08:00
yyh
7ac482d776
refactor(web): consolidate query/mutation guidance and deprecate use-base wrappers (#33456)
Signed-off-by: yyh <yuanyouhuilyz@gmail.com>
2026-03-16 13:38:29 +08:00
yyh
5a3348ec8d
chore: refine oRPC contract-first skill guidance (#32955)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-03-04 16:45:37 +08:00
yyh
1a90c4d81b
refactor(web): migrate document list query state to nuqs (#32339) 2026-03-03 18:29:23 +08:00
hj24
87bf7401f1
feat: add backend-code-review skill (#32719) 2026-02-28 14:17:48 +08:00
Stephen Zhou
25ac69afc5
docs: relocate frontend docs for agents and human (#31714)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-29 17:58:10 +08:00
yyh
caa30ddcc0
chore: remove project skills (#31615) 2026-01-27 19:54:46 +08:00
yyh
4b068022e1
chore: reorganize agent skills and add web design skills for all agents (#31334) 2026-01-21 14:48:58 +08:00