Commit Graph

76 Commits

Author SHA1 Message Date
dap
69657a2127 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-23 07:53:24 +08:00
Vben
2a83f1d666
feat: add playwright e2e testing framework (#4468)
* feat: add playwright e2e testing framework
2024-09-22 21:35:40 +08:00
dap
a31e95b995 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-22 15:48:13 +08:00
Vben
5ce3a18785
docs: update docs (#4466)
* chore: fixed known issues with form components

* docs: add vben form doc
2024-09-22 14:16:06 +08:00
dap
c898a46ad6 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-21 23:04:18 +08:00
Vben
dac80703d9
feat: add sliding verification to the login form (#4461) 2024-09-21 21:51:40 +08:00
dap
47a4f50930 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-21 21:23:58 +08:00
invalid w
000172e482
chore(@vben/common-ui): add verify component (#4390)
* chore(@vben/common-ui): 增加拖拽校验组件

* chore: 增加样式

* Merge branch 'main' into wangjue-verify-comp

* chore: 封装action组件

* chore: 拆分完成拖拽功能

* chore: 样式调整为tailwindcss语法

* chore: 导出check图标

* chore: 拖动的图标变为@vben/icons的

* chore: 完成插槽功能迁移

* fix: ci error

* chore: 适配暗黑主题

* chore: 国际化

* chore: resolve conflict

* chore: 迁移v2的图片旋转校验组件

* chore: 完善选择校验demo

* chore: 转换为tailwindcss

* chore: 替换为系统的颜色变量

* chore: 使用interface代替组件的props声明

* chore: 调整props

* chore: 优化demo背景

* chore: follow suggest

* chore: rm unnecessary style tag

* chore: update demo

* perf: improve the experience of Captcha components

---------

Co-authored-by: vince <vince292007@gmail.com>
Co-authored-by: Vben <ann.vben@gmail.com>
2024-09-21 20:52:36 +08:00
dap
d1efb4278b Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-21 19:12:42 +08:00
Vben
bc625ee710
fix: improve global type detection of vue files (#4455) 2024-09-21 13:50:54 +08:00
dap
587355dbaf Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-20 08:06:53 +08:00
Vben
56bdb8f606
chore: use pnpm catalog (#4437)
* feat: use pnpm catalog

* fix: lint error
2024-09-19 21:40:54 +08:00
dap
ca30857eff Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-15 09:16:26 +08:00
Squall2017
38fe6426a2
fix: Improve the problem of inaccurate captcha accuracy (#4401)
* feat: captcha example

* fix: fix lint errors

* chore: event handling and methods

* chore: add accessibility features ARIA labels and roles

* refactor: refactor code structure and improve captcha demo page

* feat: add captcha internationalization

* chore: 适配时间戳国际化展示

* fix: 1. 添加点击位置边界校验,防止点击外部导致x,y误差。2. 演示页面宽度过长添加滚动条。3. 添加hooks

---------
2024-09-14 21:21:16 +08:00
dap
5a8dbc11c2 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-14 15:19:38 +08:00
Squall2017
5ba3a9dec2
refactor: refactor code structure and improve demo page (#4389)
* feat: captcha example

* fix: fix lint errors

* chore: event handling and methods

* chore: add accessibility features ARIA labels and roles

* refactor: refactor code structure and improve captcha demo page

* feat: add captcha internationalization

* chore: 适配时间戳国际化展示

---------

Co-authored-by: vince <vince292007@gmail.com>
2024-09-14 09:53:06 +08:00
dap
feb30f7d8c feat: 代码预览 2024-09-13 12:00:55 +08:00
dap
bfefaef1be Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-13 10:28:23 +08:00
Vben
76a879d4d8
fix: fixed some style issues (#4379) 2024-09-12 22:03:58 +08:00
dap
e1a1a23923 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-12 07:47:12 +08:00
Vben
855ac02622
fix: select components used in modal pop-ups cannot be selected (#4368)
* fix: select components used in modal pop-ups cannot be selected

* chore: update ci

* chore: update css
2024-09-11 23:10:35 +08:00
dap
fb4c125117 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-11 17:15:41 +08:00
苗大
ceb52aad7f
fix: text overflow when text omission component width is lower than maxWidth (#4364) 2024-09-11 16:21:36 +08:00
dap
f6406d6321 chore: 默认选中第一项租户 & 样式 2024-09-11 15:45:49 +08:00
dap
81722fef69 refactor: 使用useForm重构登录(未完成) 2024-09-11 13:54:27 +08:00
dap
b334241cef Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-11 09:38:40 +08:00
Vben
524b9badf2
feat: add VbenForm component (#4352)
* feat: add form component

* fix: build error

* feat: add form adapter

* feat: add some component

* feat: add some component

* feat: add example

* feat: suppoer custom action button

* chore: update

* feat: add example

* feat: add formModel,formDrawer demo

* fix: build error

* fix: typo

* fix: ci error

---------

Co-authored-by: jinmao <jinmao88@qq.com>
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
2024-09-10 21:48:51 +08:00
dap
e87cc9db51 feat: codemirror6 2024-09-09 15:12:42 +08:00
dap
87b25bef2a Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-08 10:09:23 +08:00
Li Kui
56e66193fc
fix: module is not listed in package. json dependencies (#4338) 2024-09-08 09:55:20 +08:00
Squall2017
b1636405fc
feat: captcha example (#4330)
* feat: captcha example

* fix: fix lint errors

* chore: event handling and methods

* chore: add accessibility features ARIA labels and roles

---------

Co-authored-by: vince <vince292007@gmail.com>
2024-09-07 20:33:33 +08:00
dap
049da9ea69 fix: 默认选中第一项租户 2024-09-04 09:39:33 +08:00
dap
fb525669b5 feat: oauth登录功能 2024-09-04 09:19:02 +08:00
dap
71f137eda3 feat: 个人中心(未完成) 2024-09-03 16:46:42 +08:00
dap
13083e6545 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-01 13:07:06 +08:00
Vben
8404c12129
refactor: refactor AuthLayout to configure the login page more freely (#4294) 2024-08-31 21:38:24 +08:00
dap
14d9bf2d73 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-31 16:11:35 +08:00
Vben
2b0aedbaba
style: optimizing style issues (#4289) 2024-08-31 14:11:01 +08:00
dap
17c25006c1 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-29 19:55:11 +08:00
Vben
36e7ca19a1
perf: improve modal and drawer component documentation and fix known problems (#4264)
* feat: improve modal and drawer component documentation and fix known problems

* chore: update ci
2024-08-28 22:26:35 +08:00
dap
79b58d13e0 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-28 19:26:05 +08:00
handsomeFu
c439d5601f
fix: replace deprecated @keypress with @keydown for Enter key handling (#4258) 2024-08-28 17:39:47 +08:00
Vben
cbf601581d
feat(@vben/docs): preview components are supported within documents (#4250) 2024-08-27 23:22:34 +08:00
dap
54940dfec5 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-26 00:03:36 +08:00
Vben
20a3868594
feat: add modal and drawer components and examples (#4229)
* feat: add modal component

* feat: add drawer component

* feat: apply new modal and drawer components to the layout

* chore: typo

* feat: add some unit tests
2024-08-25 23:40:52 +08:00
dap
d9360a4291 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-25 12:53:39 +08:00
Hannah Jensen
c27b97f933
feat(@vben/web-antd): perf: home page analysis card adjusted to grid layout (#4219)
Co-authored-by: DreamyTZK <i@tzki.cn>
2024-08-23 12:59:59 +08:00
dap
abf863dcda Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-13 22:12:15 +08:00
invalid w
e8dff517ba
fix(@vben/common-ui): text omission component expansion exception (#4139)
* fix(@vben/common-ui): 修复文本省略组件展开异常

* chore: 增加点击展开切换的测试
2024-08-13 20:58:47 +08:00
dap
04448c3062 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-13 09:54:03 +08:00