Vben
df48409814
fix: when the api returns 401, the page is refreshed not as expected ( #4440 )
2024-09-19 23:03:20 +08:00
Vben
161820dbc1
fix: improve the scroll bar flashing when the modal box is opened ( #4438 )
2024-09-19 21:56:49 +08:00
Vben
02c4014ae3
fix: when the form is opened repeatedly, the state is unexpectedly destroyed ( #4406 )
2024-09-14 22:07:50 +08:00
Vben
c3d0102cda
fix: the brand color setting does not take effect ( #4405 )
2024-09-14 21:35:12 +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
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
Vben
10b90eae5d
chore: bump vue-i18n from 9.14.0 to 10.0.1 ( #4393 )
2024-09-13 22:39:59 +08:00
Vben
9e88b8004f
fix: try to fix the ci error ( #4381 )
2024-09-12 22:43:37 +08:00
Vben
76a879d4d8
fix: fixed some style issues ( #4379 )
2024-09-12 22:03:58 +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
Li Kui
8f6bf6add3
perf: update menu icons ( #4357 )
2024-09-11 16:23:24 +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
Li Kui
86ed732ca8
feat: tanstack query demos ( #4276 )
...
* chore(@vben/request): add axios-retry
* feat: error retry
* feat: paginated queries
* feat: infinite queries
* chore: update
* chore: update
* fix: ci error
* chore: update
* chore: remove axios-retry
* chore: update deps
* chore: update deps
* chore: update deps
* chore: update pnpm.lock
---------
Co-authored-by: vince <vince292007@gmail.com>
2024-09-08 19:39:19 +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
Vben
3f2dcb8281
fix(@vben/web-ele): fixed some style issues in dark mode ( #4298 )
2024-09-01 22:33:11 +08:00
Vben
8404c12129
refactor: refactor AuthLayout to configure the login page more freely ( #4294 )
2024-08-31 21:38:24 +08:00
afe1
a7d322019e
style: optimize dashboard in small screen styles and demo ( #4293 )
2024-08-31 21:24:48 +08:00
Li Kui
08acaf05f1
fix: solve the problem of recursive call to logout api ( #4265 )
2024-08-28 22:37:47 +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
handsomeFu
1bd6c2e5f2
fix: fix modal position after drag to prevent offset on reopen ( #4261 )
...
* fix: fix typo
* fix: fix modal position after drag to prevent offset on reopen
2024-08-28 20:43:03 +08:00
Vben
8a0b1e0c72
refactor: package chart-ui integrated into plugins ( #4238 )
...
* refactor: package chart-ui integrated into plugins
* fix: lint error
2024-08-26 21:42:56 +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
handsomeFu
d5655f02e3
chore(docs): update function parameter comments ( #4215 )
...
* docs(other): update function parameters jsdoc
- 移除`vue-router.d.ts`中`activePath`属性的默认值注释。
- 重构`generateRoutes`函数签名,增加`options`参数。
- 调整`authLogin`函数文档,增加`onSuccess`回调函数的说明。
* docs: 删除 `activePath` 属性的默认值注释
在路线文档中,移除了`activePath`属性的默认值注释,以清晰说明其行为。此更改更新了文档内容,使其更准确地反映代码实现。
2024-08-22 21:52:44 +08:00
Li Kui
cd652941cd
fix: switching language does not load the translation of the component correctly ( #4205 )
...
closes #4191
2024-08-21 10:06:06 +08:00
Vben
2288827265
fix: fixed the failure to refresh the page when login failed ( #4204 )
2024-08-20 22:33:25 +08:00
Li Kui
01d60336a6
feat: refactor and improve the request client and support refreshToken ( #4157 )
...
* feat: refreshToken
* chore: store refreshToken
* chore: generate token using jsonwebtoken
* chore: set refreshToken in httpOnly cookie
* perf: authHeader verify
* chore: add add response interceptor
* chore: test refresh
* chore: handle logout
* chore: type
* chore: update pnpm-lock.yaml
* chore: remove test code
* chore: add todo comment
* chore: update pnpm-lock.yaml
* chore: remove default interceptors
* chore: copy codes
* chore: handle refreshToken invalid
* chore: add refreshToken preference
* chore: typo
* chore: refresh token逻辑调整
* refactor: interceptor presets
* chore: copy codes
* fix: ci errors
* chore: add missing await
* feat: 完善refresh-token逻辑及文档
* fix: ci error
* chore: filename
---------
Co-authored-by: vince <vince292007@gmail.com>
2024-08-19 22:59:42 +08:00
Vben
3c17f4e9f8
perf: all icons used in the core are offline ( #4173 )
...
* perf: all icons used in the core are offline
* chore: update default icon
* chore: update shadow
2024-08-17 21:11:07 +08:00
Vben
0faf7810b6
perf: optimization of tabbar display ( #4169 )
...
* perf: optimization of tabbar display
* fix: ci error
* chore: typo
* chore: typo
2024-08-16 22:20:18 +08:00
Vben
debb32d353
fix: page spinner is styled incorrectly when scrolling ( #4163 )
...
* feat: add contributor information to documents
* fix: page spinner is styled incorrectly when scrolling
2024-08-15 21:48:52 +08:00
Vben
4793c4c0db
perf: staticRoutes is renamed externalRoutes ( #4143 )
2024-08-13 21:48:01 +08:00
Vben
738bc456c8
perf: improve login page UI ( #4142 )
...
* perf: improve login page UI
* chore: update docs
2024-08-13 21:17:10 +08:00
invalid w
f20c5d9e2e
feat(@vben/playground): add full-screen examples ( #4126 )
...
* feat(@vben/playground): add full-screen examples
* chore: rm unuse class
* chore: move fullScreen demo to features router
* chore: responsive
* chore: 调整路由路径
* chore: card增加间距
---------
Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
2024-08-13 11:37:03 +08:00
invalid w
6e6e35ae4a
chore(@vben/playground): add a clipboard example ( #4133 )
...
* chore(@vben/playground): 增加剪切板示例
* chore: rm unuse code
2024-08-13 11:11:13 +08:00
Vben
3f9ce63868
feat: support vue file unit testing, add some components unit testing ( #4119 )
2024-08-11 21:01:22 +08:00
Vben
517acada1a
refactor: adjust all sample pages and use page components ( #4118 )
2024-08-11 20:05:52 +08:00
Vben
b464b87ac5
refactor: migrate demo applications to playground ( #4116 )
...
* chore: detail adjustment
* refactor: Migrate demo applications to playground
* perf: logic optimization
* chore: update docs
* chore: update docs
2024-08-11 16:09:32 +08:00