panda7
b6edc5f574
fix: centered 为 true 时设置 draggable 无法拖拽 ( #6948 )
Co-authored-by: sqchen <chenshiqi@sshlx.com>
2 months ago
ming4762
a810cd0b48
fix: fix `IconPicker` reporting an error when using search if no icon is found ( #6944 )
* 修复未搜索图标时分页报错的问题
* 优化`IconPicker` 的分页逻辑,由total触发跳转到第一页,而不是用户控制
2 months ago
aonoa
b17fec41b0
fix: tree component cannot set a value ( #6941 )
Signed-off-by: aonoa <1991849113@qq.com>
2 months ago
米山
aaf0274fe9
feat: add menu font size variable and update related components
- Introduced a new CSS variable `--menu-font-size` calculated from the base font size.
- Updated `PreferenceManager` to trigger CSS variable updates when `fontSize` is modified.
- Adjusted `updateCSSVariables` to set the new `--menu-font-size` based on the theme's font size.
- Ensured that the menu components utilize the updated font size with `!important` to maintain styling consistency.
3 months ago
米山
c142af482b
fix: update snapshot for defaultPreferences immutability test to reflect fontSize change
- Adjusted the snapshot to ensure consistency with the updated defaultPreferences configuration, specifically retaining the fontSize property.
3 months ago
米山
cd7c11c7d0
fix: run 'pnpm format' update various components and improve layout structure
- Updated demo-preview and preview-group components for better error handling and layout.
- Enhanced drawer and modal components for improved auto-height functionality.
- Refactored layout components including header, footer, sidebar, and tabbar for better responsiveness and usability.
- Adjusted tooltip and help tooltip components for better user guidance.
- Fixed issues in various UI components to ensure consistent styling and functionality across the application.
3 months ago
xingyu4j
9a4f0f6ab1
feat: Consider multi-line formatting for readability
3 months ago
xingyu4j
bed52983a0
fix: lint
3 months ago
Jin Mao
f09aace765
fix: 更新依赖后的表格显示问题
3 months ago
Jin Mao
f918dc24c6
chore( @vben/utils ): 移除冗余的 lodash 依赖
3 months ago
Jin Mao
e898993fe8
chore( @vben/utils ): 替换 lodash 工具函数为 es-toolkit 实现
3 months ago
Jin Mao
5cafcb4a01
refactor(shared): 替换 lodash 工具函数为 es-toolkit 兼容版本
- 将 get 和 isEqual 方法从 lodash 替换为 es-toolkit/compat 导出
- 更新 package.json 添加 es-toolkit 依赖
- 注释掉原有的 lodash.get 和 lodash.isequal 导出语句- 锁定 es-toolkit 版本至1.41.0 并更新相关依赖配置
3 months ago
米山
0bc7169698
feat: add global font size adjustment
3 months ago
米山
24b6e7a835
feat: add global font size adjustment
3 months ago
panda7
573637222d
feat: add form handleCollapsedChange event ( #6893 )
* feat: add form handleCollapsedChange event
* fix: ts lint
* fix: ts error
---------
Co-authored-by: sqchen <chenshiqi@sshlx.com>
3 months ago
shixi
0bbb20fee0
feat: sport notification link
3 months ago
shixi
dbc5ea32ae
feat: add read and delete for each notification
3 months ago
xingyu4j
48b3d30088
fix: types
3 months ago
xingyu4j
7dc68ed368
feat: add profile comps
3 months ago
Utopia
6bbe523f6f
chore: 增强 util-formatDate ts 类型提示 ( #6886 )
* feat: 为 auth layout 添加 slot: logo, 提升组件的灵活性和可复用性
* feat: 增强 util-formatDate ts 类型提示
3 months ago
xingyu
20410aeb03
fix: updating Tailwind CSS variables from --radix-* to --reka-* ( #6890 )
* fix: radix => reka
* chore: add reka cspell
* fix: Composition url
3 months ago
Li Kui
1af11240a6
chore: add tdesign logo
3 months ago
Li Kui
be843300be
chore: update demo routes
3 months ago
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>
3 months ago
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>
3 months ago
Jin Mao
f8a7a0a9a2
chore: lint
3 months ago
Jin Mao
b36d32b66d
chore(timezone): 添加 $reset 方法并初始化时区存储
- 在时区存储中添加 `$reset` 方法
-修复导入语句引号为双引号
- 优化时区初始化错误处理逻辑- 导出 `$reset` 方法以便外部调用- 确保时区设置与默认选项同步
- 提升代码一致性和可维护性
3 months ago
zhongming4762
639ea96bb9
fix: resolve the issue of logout failure caused by the timezone store
3 months ago
zhongming4762
565be77e96
fix: resolve the issue of logout failure caused by the timezone store
3 months ago
zhongming4762
212144feca
feat: increase support for multiple time zones
* 优化实现方法
3 months ago
zhongming4762
3eed51fd3e
feat: increase support for multiple time zones
* 优化实现方法
3 months ago
zhongming4762
4d713db546
feat: increase support for multiple time zones
* 优化实现方法
3 months ago
Jin Mao
cfbce0d737
chore: fix lint
3 months ago
Jin Mao
0e62862119
chore: fix lint
3 months ago
Jin Mao
6b6cdef42d
chore: 一些调整
3 months ago
zhongming4762
e01803ce9d
feat: increase support for multiple time zones
4 months ago
zhongming4762
e3e5755903
feat: increase support for multiple time zones
4 months ago
zhongming4762
61ce53b686
feat: increase support for multiple time zones
4 months ago
zhongming4762
b029f77b6a
feat: increase support for multiple time zones
4 months ago
zhongming4762
0a8339a405
feat: increase support for multiple time zones
4 months ago
zoumingjun
08b6e7713e
fix: 修复对话框modal组件方法名错误
4 months ago
zoumingjun
6a89814b83
chore: 优化侧边栏展开折叠图标
4 months ago
zoumingjun
52d3aa9315
fix: 优化Checkbox组件hover样式,Input组件placeholder样式,TabsList组件圆角样式
4 months ago
zoumingjun
4e264c503a
fix: 锁屏和解锁密码输入框自动聚焦
4 months ago
zoumingjun
32051e9ca0
fix: 优化左侧和右侧认证面板动画效果
4 months ago
lidongcheng88
03ce030e7c
fix: 混合双列 onMounted 关闭二级侧边栏 ( #6807 )
Co-authored-by: ldc <lidchen@tencent.com>
4 months ago
zouawen
59097e2466
chore: 新增是否开启首选项导航栏(外观、布局、快捷键、通用)吸顶效果,调整部分样式 ( #6804 )
4 months ago
zouawen
2ce161e585
feat: 1、新增水印文案自定义功能;2、input-item输入框组件新增清除功能(可用于快捷清除水印文案);3、偏好设置、主题切换、语言选择、是否全屏按钮新增动画效果 ( #6800 )
* feature: 新增水印文案自定义功能;
* chore: 偏好设置、主题切换、语言选择、是否全屏按钮新增动画效果
4 months ago
zouawen
33306a5aff
chore: 更换其他登录方式图标为彩色图标,新增其他登录方式tooltip文字提示 ( #6799 )
4 months ago
HaHa
713281a8ba
fix(theme-button): fix flicker during theme switch ( #6782 )
4 months ago