Commit Graph

600 Commits

Author SHA1 Message Date
lzh
9c6080e082 fix(project): fix json editor misalignment when opening modal with large data 2026-02-24 14:08:24 +08:00
lzh
dac4e33cc6 feat: add card hover effect and ECharts heatmap support 2026-01-25 22:25:49 +08:00
lzh
647dd1ac7e Merge branch 'master' of https://gitee.com/yudaocode/yudao-ui-admin-vben into cleaning 2025-12-31 10:50:50 +08:00
lzh
cc72001bfc chore: 调整help-问题&帮助 页面内容 2025-12-22 17:42:41 +08:00
lzh
6bb7219fe5 chore: 去除主题切换/设置,永久为light 2025-12-22 16:21:08 +08:00
lzh
5c7b401417 style: 代码格式化和样式 2025-12-22 15:30:43 +08:00
lzh
855cb7154f feat(@vben-core/shadcn-ui): 新增 GlassCard 毛玻璃卡片组件
- 创建独立的 GlassCard 组件,提供更明确的语义化 API
- 导出 GlassCard 组件供项目使用
- 支持自定义 class 属性进行样式扩展
2025-12-22 14:55:38 +08:00
lzh
b14bd96cb2 style: 代码格式化调整
- 应用 linter 和 prettier 格式化规则
2025-12-19 13:54:09 +08:00
lzh
8d1c469804 feat: 优化登录页面和认证布局设计
- 重构认证页面布局,优化视觉效果和用户体验
- 更新登录页面UI组件和交互逻辑
- 新增原始认证布局备份文件
- 导出登录插图组件供使用
2025-12-19 13:51:00 +08:00
lzh
fc7b405805 feat: 新增登录页面插图资源和组件 2025-12-19 13:49:39 +08:00
lzh
ececf4cdae chore: 主题色添加一个amber 2025-12-19 09:26:53 +08:00
lzh
f6b2d8b82f chore: 首页文字内容调整 2025-12-18 17:19:40 +08:00
xingyu4j
8f0b784124 feat: merge github 2025-11-24 11:47:54 +08:00
xingyu4j
e44f9a0aca Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev 2025-11-24 11:47:31 +08:00
Jin Mao
8b0f138100 Merge branch 'main' into deps 2025-11-24 08:23:02 +08:00
ming4762
a810cd0b48 fix: fix IconPicker reporting an error when using search if no icon is found (#6944)
* 修复未搜索图标时分页报错的问题
 * 优化`IconPicker` 的分页逻辑,由total触发跳转到第一页,而不是用户控制
2025-11-24 07:56:55 +08:00
YunaiV
42697ec614 review:【antd】【iot】首页的迁移 2025-11-23 18:51:16 +08:00
haohao
a1e6982a28 refactor:【antd】【iot】重构首页统计组件,优化图表配置和数据加载逻辑,移除未使用的比较卡片组件 2025-11-23 15:07:21 +08:00
xingyu4j
bed52983a0 fix: lint 2025-11-17 12:15:14 +08:00
Jin Mao
f59e33682c Merge branch 'main' into main 2025-11-12 04:27:57 +08:00
Jin Mao
d811af37dd Merge branch 'main' into profile 2025-11-12 04:03:27 +08:00
Jin Mao
0e1a7d61f3 Merge branch 'main' into fix-downloader 2025-11-12 02:05:03 +08:00
shixi
0bbb20fee0 feat: sport notification link 2025-11-12 00:55:24 +08:00
shixi
dbc5ea32ae feat: add read and delete for each notification 2025-11-12 00:02:13 +08:00
xingyu4j
48b3d30088 fix: types 2025-11-10 17:54:01 +08:00
xingyu4j
7dc68ed368 feat: add profile comps 2025-11-10 17:49:58 +08:00
haohao
65d3be03b8 feat:【antd】【iot】将 DataZoom 组件添加到 echarts 集成中 2025-11-10 15:15:57 +08:00
xingyu4j
44675a847c Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev 2025-11-06 16:50:09 +08:00
Copilot
1e09fa4642 feat: migrate from Radix Vue to Reka UI (#6870)
* Initial plan

* Update dependencies and imports from radix-vue to reka-ui

Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>

* Fix type errors after reka-ui migration

Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>

* Run formatter to fix code style

Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
2025-11-06 16:22:24 +08:00
xingyu4j
b9b131296b fix: lint 2025-11-04 17:48:30 +08:00
Copilot
c7c39047de feat: add theme-aware logo support via optional sourceDark configuration (#6866)
* Initial plan

* Initial exploration and setup

Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>

* Add support for separate light and dark theme logos

Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>

* Update documentation with dark theme logo configuration

Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>

* feat: Add theme-aware logo support for authentication/login page

Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>

* revert: .npmrc

Signed-off-by: aonoa <1991849113@qq.com>

---------

Signed-off-by: aonoa <1991849113@qq.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>
Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
Co-authored-by: aonoa <1991849113@qq.com>
2025-11-03 13:07:36 +08:00
Jin Mao
ac6de0324c Merge branch 'fork/ming4762/timezone-20251020' 2025-10-30 00:42:05 +08:00
zhongming4762
212144feca feat: increase support for multiple time zones
* 优化实现方法
2025-10-29 20:10:25 +08:00
zhongming4762
3eed51fd3e feat: increase support for multiple time zones
* 优化实现方法
2025-10-29 20:03:21 +08:00
zhongming4762
4d713db546 feat: increase support for multiple time zones
* 优化实现方法
2025-10-29 19:47:10 +08:00
YunaiV
e139481973 feat:【全局】融合下 common card 目录的功能 2025-10-26 20:40:45 +08:00
Jin Mao
0cd9f4615c Merge branch 'main' into fix-downloader 2025-10-26 15:28:34 +08:00
Jin Mao
cfbce0d737 chore: fix lint 2025-10-26 15:27:28 +08:00
Jin Mao
1d9cd88dd7 Merge branch 'main' into fix-downloader 2025-10-26 15:16:32 +08:00
Jin Mao
0e62862119 chore: fix lint 2025-10-26 15:01:58 +08:00
YunaiV
5e5a50615b feat:【antd】首页项目点击时,可以进行跳转 2025-10-25 09:24:33 +08:00
zhongming4762
e01803ce9d feat: increase support for multiple time zones 2025-10-22 20:39:00 +08:00
zhongming4762
e3e5755903 feat: increase support for multiple time zones 2025-10-22 20:29:53 +08:00
zhongming4762
61ce53b686 feat: increase support for multiple time zones 2025-10-22 20:23:55 +08:00
zhongming4762
b029f77b6a feat: increase support for multiple time zones 2025-10-22 20:18:25 +08:00
zhongming4762
0a8339a405 feat: increase support for multiple time zones 2025-10-22 19:52:01 +08:00
xingyu4j
7aacec3e69 fix: crm statistics 2025-10-22 12:29:44 +08:00
YunaiV
49b2b40210 feat: 2025-10-20 13:08:56 +08:00
xingyu4j
705b16b0d1 fix: sort 2025-10-20 11:35:12 +08:00
xingyu4j
496a808b86 fix: lint 2025-10-20 10:49:08 +08:00