Netfan
|
aa27a2f7a1
|
feat: encrypt the privacy data when it is persisted (#6056)
* 对私密数据持久化时执行加密
* 将锁屏密码合并到accessStore中进行加密
|
2025-04-27 20:59:10 +08:00 |
|
wyc001122
|
b148b8ec92
|
fix: fix geader menu activation path (#5997)
Co-authored-by: 王泳超 <wangyongchao@testor.com.cn>
|
2025-04-19 14:35:33 +08:00 |
|
Netfan
|
36bf6fc149
|
fix: builtin color change throttled in preference drawer (#5924)
修复偏好设置中的自定义主题色拖动选择颜色时页面会明显卡顿的问题
|
2025-04-12 01:44:08 +08:00 |
|
ming4762
|
c9014d0338
|
perf: 优化关闭页面切换动画的tab切换性能 (#5883)
|
2025-04-08 20:27:03 +08:00 |
|
Netfan
|
d216fdca44
|
feat: support logo text slot (#5872)
* 基础布局中的LOGO的文字区域允许通过插槽logo-text定制
|
2025-04-05 13:07:52 +08:00 |
|
wyc001122
|
384c5d7dbb
|
fix: 布局为双列菜单或者水平模式下, 一级菜单高亮问题 (#5870)
Co-authored-by: 王泳超 <wangyongchao@testor.com.cn>
|
2025-04-05 11:04:59 +08:00 |
|
Jin Mao
|
18722ce434
|
feat: sidebar button config (#5818)
* feat: 新增 PreferenceCheckboxItem 组件
* feat(preferences): 添加侧边栏按钮配置功能
* feat: 新增按钮点击事件触发功能
* feat(SidebarPreferences): 新增侧边栏折叠按钮与固定按钮配置
* feat(ui): 新增侧边栏固定按钮及配置选项
* fix(test): 修正侧边栏配置项缺失问题
|
2025-03-31 10:17:42 +08:00 |
|
Jin Mao
|
df6341f0b8
|
feat(tabbar): 添加右键菜单过滤功能 (#5820)
|
2025-03-30 16:23:24 +08:00 |
|
Jin Mao
|
66c1d390b9
|
feat(ui): logo icon support click events (#5725)
* feat(ui): 扩展auth页面添加点击 Logo 的事件处理
在 `authentication.vue` 中新增 `clickLogo` 属性,允许在点击 Logo 时执行自定义操作。在 `auth.vue` 中实现了一个示例的点击事件处理函数,用于测试该功能。
* feat(layout): 添加点击 logo 的事件处理函数
在 BasicLayout 组件中添加了 clickLogo 事件处理函数,并通过 emit 方法触发 clickLogo 事件。同时,在 basic.vue 中实现了 handleClickLogo 函数,用于处理 logo 点击事件。
* fix(ui): 移除logo点击事件的控制台日志
|
2025-03-23 10:02:22 +08:00 |
|
Netfan
|
5ea6b4a8d8
|
fix: logo style in login page is affected by the globally-imported antd styles
* 修复登录页左上角LOGO部分的文字在全局导入antd样式的时候位置不正确的问题
|
2025-02-28 22:39:42 +08:00 |
|
Netfan
|
5262233312
|
feat: tabbar support max count limit (#5490)
* 标签栏支持限制打开的最大数量
|
2025-02-06 19:33:10 +08:00 |
|
Netfan
|
b8bffd884c
|
feat: allow close tab when mouse middle button click (#5347)
* 偏好设置增加鼠标中键关闭标签页的设置
|
2025-01-10 20:52:31 +08:00 |
|
Netfan
|
624beb6fa0
|
fix: locale switching logic correction (#5344)
* 修复语言切换后的数据更新逻辑
* 表单默认按钮的content属性可提供computed类型的值
|
2025-01-10 14:32:21 +08:00 |
|
Netfan
|
d34838bdd8
|
fix: primaryColor calculation (#5337)
|
2025-01-10 01:51:38 +08:00 |
|
Vben
|
081d2aed23
|
perf: format code with better style (#5283)
|
2025-01-01 11:39:49 +08:00 |
|
Netfan
|
e9dc613548
|
fix: breadcrumb setting not valid for header-sidebar-nav layout (#5275)
|
2024-12-31 12:00:50 +08:00 |
|
Netfan
|
3af22f7e91
|
fix: header logo may not be collapsed in header-sidebar-nav layout (#5274)
|
2024-12-31 11:35:58 +08:00 |
|
Netfan
|
2135cb8ece
|
feat: new layout sidebar nav with full header (#5270)
|
2024-12-31 00:30:15 +08:00 |
|
Netfan
|
2eb7fed9f4
|
fix: header-mixed layout side-menu active (#5265)
* fix: header-mixed layout side-menu active
* fix: config test
|
2024-12-30 15:24:01 +08:00 |
|
Netfan
|
ff8d5ca351
|
feat: header mixed layout (#5263)
* feat: new layout header-mixed
* fix: header-mixed layout update
* feat: layout preference update
* fix: extra menus follow layout setting
|
2024-12-30 14:01:17 +08:00 |
|
Netfan
|
ec2c6eff6f
|
feat: header menu align support (#5256)
* feat: header menu align support
* fix: typo
|
2024-12-28 16:16:48 +08:00 |
|
Netfan
|
68a7e790d8
|
fix: grid form submit button locale switch (#5205)
|
2024-12-21 15:36:48 +08:00 |
|
Netfan
|
f6faeb034e
|
feat: autoActivateChild support more layout mode (#5148)
|
2024-12-16 04:54:32 +08:00 |
|
Netfan
|
2efb5b71c3
|
feat: auto activate subMenu on select root menu (#5147)
* feat: auto activate subMenu on click root menu
* fix: prop name fixed
* chore: test and docs update
|
2024-12-16 02:57:50 +08:00 |
|
Netfan
|
f446cbf9e5
|
feat: user-dropdown support hover trigger (#5143)
* feat: user-dropdown support `hover` trigger
* fix: modified type declaration
|
2024-12-15 18:24:22 +08:00 |
|
Netfan
|
7fbf7b189a
|
feat: tabbar support mouse wheel vertical (#5129)
* feat: tabbar support mouse wheel
* docs: add tabbar wheelable tips
* chore: resolve vitest test
|
2024-12-13 14:45:06 +08:00 |
|
Netfan
|
9b73792dc9
|
fix: extra menu title follow locale change (#5006)
|
2024-12-04 21:43:29 +08:00 |
|
Vben
|
90dc00b168
|
fix: unable to preventDefault inside passive event listener invocation (#4852)
|
2024-11-10 10:26:35 +08:00 |
|
Vben
|
5e44aa9283
|
fix: drawer header is missing (#4846)
|
2024-11-09 20:00:09 +08:00 |
|
Vben
|
26bec4222f
|
fix: pages cannot be quickly moved back by hand gestures (#4845)
|
2024-11-09 16:32:55 +08:00 |
|
Vben
|
23768ea620
|
feat: menu routing support opens in a new window (#4715)
|
2024-10-22 22:24:56 +08:00 |
|
Vben
|
860fc15ce6
|
perf: adjustment of form spelling errors, type adjustment, closer to actual development (#4694)
|
2024-10-20 21:44:25 +08:00 |
|
Vben
|
477a05c26c
|
feat: menu supports carrying default query (#4687)
|
2024-10-19 19:50:23 +08:00 |
|
Vben
|
0df8c5c02c
|
refactor: reconstruct language files into multi-file structures (#4683)
* refactor: reconstruct language files into multi-file structures
* chore: typo
|
2024-10-19 14:28:21 +08:00 |
|
vince
|
c491b9e021
|
fix: maximum call stack size (#4674)
* fix: maximum call stack size
|
2024-10-18 14:24:39 +08:00 |
|
Vben
|
f89f4f32c7
|
fix: form required style adjustment (#4668)
|
2024-10-17 22:40:20 +08:00 |
|
dependabot[bot]
|
a0fbe0b21a
|
chore(deps): bump tailwindcss from 3.4.13 to 3.4.14 in the non-breaking-changes group (#4650)
* chore(deps): bump tailwindcss in the non-breaking-changes group
Bumps the non-breaking-changes group with 1 update: [tailwindcss](https://github.com/tailwindlabs/tailwindcss).
Updates `tailwindcss` from 3.4.13 to 3.4.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14)
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: update deps
* chore: lint fix
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-16 21:23:11 +08:00 |
|
Vben
|
f7fa69d33b
|
fix: login page brand color does not take effect (#4655)
|
2024-10-16 21:12:57 +08:00 |
|
Vben
|
6c4a742627
|
refactor: remove the adapter bucket introduction pattern and improve potential introduction timing (#4635)
* refactor: remove the adapter bucket introduction pattern and improve potential introduction timing
* chore: update deps
|
2024-10-14 22:53:23 +08:00 |
|
Vben
|
24d14c2841
|
refactor(adapter): separate form and component adapters so that components adapt to components other than the form (#4628)
* refactor: global components can be customized
* refactor: remove use Toast and reconstruct the form adapter
|
2024-10-13 18:33:43 +08:00 |
|
Vben
|
304b1b2efc
|
fix: when a table switches paging, no form parameters will be carried (#4607)
* fix: when a table switches paging, no form parameters will be carried
* chore: typo
|
2024-10-10 22:48:25 +08:00 |
|
GavinLucky
|
437cb02e11
|
feat: preferences settings panel to add display switches with copyright (#4603)
* feat: preferences settings panel to add display switches with copyright
* feat: 更新 snapshots 测试用例
---------
Co-authored-by: ZhangYantao <Gavin@163.com>
|
2024-10-10 21:59:43 +08:00 |
|
Netfan
|
ba539f6793
|
chore: correct spelling for 'dragable' (#4600)
|
2024-10-10 10:55:52 +08:00 |
|
dependabot[bot]
|
078f255e1a
|
chore(deps-dev): bump vite-plugin-dts from 4.2.1 to 4.2.3 in the non-breaking-changes group (#4591)
* chore(deps-dev): bump vite-plugin-dts in the non-breaking-changes group
Bumps the non-breaking-changes group with 1 update: [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts).
Updates `vite-plugin-dts` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/qmhc/vite-plugin-dts/compare/v4.2.1...v4.2.3)
---
updated-dependencies:
- dependency-name: vite-plugin-dts
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: update deps
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-09 22:25:37 +08:00 |
|
Svend
|
518b869f9d
|
fix: Remove the extra separator when the user dropdown menu is empty. (#4587)
|
2024-10-07 18:29:09 +08:00 |
|
Vben
|
60c615ce8a
|
refactor: adjust layout refresh button and watermark; allow static i18n on language switch (#4579)
* refactor: adjust layout refresh button and watermark; allow static i18n on language switch
* chore: typo
|
2024-10-06 17:27:32 +08:00 |
|
Vben
|
402eaf4275
|
fix: when the server component path is wrong, a blank interface is still displayed (#4567)
|
2024-10-05 11:11:30 +08:00 |
|
dependabot[bot]
|
28b54b587a
|
chore(deps): bump the non-breaking-changes group with 3 updates (#4561)
* chore(deps): bump the non-breaking-changes group with 3 updates
Bumps the non-breaking-changes group with 3 updates: [@changesets/cli](https://github.com/changesets/changesets), [vue](https://github.com/vuejs/core) and [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared).
Updates `@changesets/cli` from 2.27.8 to 2.27.9
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.8...@changesets/cli@2.27.9)
Updates `vue` from 3.5.10 to 3.5.11
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.5.10...v3.5.11)
Updates `@vue/shared` from 3.5.10 to 3.5.11
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.11/packages/shared)
---
updated-dependencies:
- dependency-name: "@changesets/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: "@vue/shared"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: update deps
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-05 09:52:04 +08:00 |
|
Squall2017
|
b7776c5148
|
fix: fix abnormal display of scroll bar on lock screen page (#4546)
* fix abnormal display of scroll bar on lock screen page
|
2024-09-29 21:45:56 +08:00 |
|
aonoa
|
4b3d2d21ed
|
fix: Clear the input box when closing the search (#4467)
Signed-off-by: aonoa <1991849113@qq.com>
|
2024-09-22 20:38:01 +08:00 |
|