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
54425f8a61
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-09-09 17:12:38 +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
dap
87b25bef2a
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-09-08 10:09:23 +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
35abab51f1
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-09-02 13:46:23 +08:00
Vben
3f2dcb8281
fix(@vben/web-ele): fixed some style issues in dark mode ( #4298 )
2024-09-01 22:33:11 +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
afe1
a7d322019e
style: optimize dashboard in small screen styles and demo ( #4293 )
2024-08-31 21:24:48 +08:00
dap
17c25006c1
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-08-29 19:55:11 +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
dap
1fe260a391
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-08-27 08:14:19 +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
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
f0447d0b8c
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-08-23 08:08:08 +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
dap
cce35ec6c4
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-08-21 19:45:28 +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
dap
dcb9844e0c
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-08-20 08:44:26 +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
dap
4e268d6334
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-08-18 10:05:18 +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
dap
5c13428bc9
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-08-16 23:01:48 +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
dap
2cce2f0a90
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-08-16 07:41:43 +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
dap
abf863dcda
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-08-13 22:12:15 +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
dap
895b5bc8d0
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-08-13 17:43:23 +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
dap
f38dc1387c
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-08-12 07:38:55 +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