Harold Zhang
6b109c9ae6
fix: fixed regression of confirm
3 months ago
xingyu
160114c5e0
fix: select and user-dropdown ( #8042 )
* fix: 偏好设置中下拉框无法选择的问题,原因: 同步 shadcn-vue 将 z-popup 同步为 shadcn 的 z-50
* fix: 鼠标hover到用户登录头像 下拉来回闪烁 隐藏 显示
3 months ago
金毛88
4b1fada0ab
Merge branch 'fork/zhb410181/fix/style'
3 months ago
hiss
5c9daab2ff
fix(style): 1.修复ToggleGroupItem边框样式问题 2.修复用户头像下拉框Badge背景颜色
3 months ago
Harold Zhang
c2a85f4ec2
feat: support unlocking scroll when modal dialog closes
3 months ago
abc_abc
e7f541f37e
Merge branch 'main' into main
3 months ago
金毛88
f23c9f5e19
chore: update deps
4 months ago
ddfabc
4459389d4a
feat: 将锁定屏幕和退出登录图标从用户下拉菜单移至头部栏
将锁定屏幕(LockKeyhole)和退出登录(LogOut)图标按钮从 UserDropdown 下拉菜单
移至 LayoutHeader 头部栏,位于通知图标的右侧。
变更内容:
- header.vue: 新增 lock-screen-btn 和 logout-btn 插槽,位于 notification 之后;
添加 LockScreenModal/LogoutModal 及快捷键(Alt+L/Alt+Q)支持;
新增 avatar/text props 用于锁屏弹窗显示
- layout.vue: 透传 avatar/text props 和 logout 事件
- user-dropdown.vue: 移除锁定屏幕和退出登录的菜单项、弹窗及快捷键逻辑
- 所有 5 个应用 basic.vue: 向 BasicLayout 传递 avatar/text,绑定 @logout 事件
头部右侧图标顺序: ... → 全屏 → 通知🔔 → 锁定🔒 → 退出🚪 → 用户头像
4 months ago
xingyu4j
8e0564cc42
chore: node v24
4 months ago
xingyu4j
017b3c3fce
ci: bump actions/stale from 9 to 10
4 months ago
xingyu4j
126275b417
ci: bump dessant/lock-threads from 5 to 6
4 months ago
xingyu4j
bc908e29eb
ci: bump amannn/action-semantic-pull-request from 5 to 6
4 months ago
xingyu4j
efe3c25310
chore: update deps
4 months ago
xingyu4j
d85ac2c976
feat: form 表单赋值
4 months ago
xingyu4j
c816591b69
fix: modal 下拉等不能选中
4 months ago
xingyu4j
564b349700
fix: vue/custom-event-name-casing
4 months ago
xingyu4j
ce495d67a0
feat: 同步 antdv-next 的组件
4 months ago
xingyu4j
8094d1ffb9
chore: update deps
4 months ago
afe1
748b182e44
fix: workflow ( #8013 )
* fix: catelog
* fix: system
* chore: sync upstream changes
* feat: component and workflow error
4 months ago
金毛88
6544340d80
Merge branch 'fork/HaroldZhangCode91/feature/fix_freeze_scrollbar_of_modal'
4 months ago
Harold Zhang
6b7cb7b1fc
feat: fixed the regression of changing Menu to MenuUI
4 months ago
Harold Zhang
d90d45a128
fix: fixed modal freeze issue
4 months ago
Harold Zhang
66077b3bcf
Merge branch 'main' into feature/fix_freeze_scrollbar_of_modal
4 months ago
Harold Zhang
0328594747
feat: fixed the overlay layer can not work with reka-ui
4 months ago
金毛88
790e114d41
chore: 固定vite 8.0.10,避免编译后异常
4 months ago
Harold Zhang
cc60ca9592
feat: fixed the defects the scrollbar disapear when modal close
4 months ago
HaroldZhangCode91
79707a2ebd
feat: fixed regression of modal for element plus ( #7999 )
4 months ago
金毛88
0eb72ca4fd
feat: add useTDesignDesignTokens
4 months ago
金毛88
7fd4b1de04
Merge branch 'fork/SaleriHQ/feat/form-field-array'
4 months ago
Saleri
9ffd42f013
chore: add changeset for form field array
4 months ago
Saleri
40101911f0
style: format naive styles
4 months ago
xingyu
04fbb7a556
chore: 升级 shadcn-vue 组件到v4最新版 ( #7972 )
* fix: useStore is deprecated
* chore: update deps
* feat: 升级shadcn-ui v4
* fix: workbench style
* feat: 升级shadcn-ui v4 step2
* feat: 升级shadcn-ui v4 step3
* chore: 升级shadcn v4
* fix: pagination
* fix: dark style
* fix: doc import
* feat: 增加详情组件,参考 antdv-next
* docs: descriptions docs
* docs: Browser Support
* feat: add table action
* feat: icon use vbenIcon
* fix: type error
* fix: dropdown popConfirm
* feat: 使用默认的文字交互
* feat: 优化渲染性能
4 months ago
Saleri
e5f9106caa
feat( @core/form-ui ): 新增 useVbenForm 数组编辑器 VbenFormFieldArray
4 months ago
afe1
108d7ff335
chore: add commitlint config declaration ( #7968 )
* fix: catelog
* fix: system
* chore: sync upstream changes
* types: add commitlint config declaration
4 months ago
leo
1d6842fa69
build: change runtime config asset naming strategy for PWA compatibility ( #7963 )
replace query-based config url (_app.config.js?v=...)
with deterministic hashed filename (_app-config-v{version}-{hash}.js)
ensure service worker precache matches runtime injected asset
4 months ago
Saleri
d6a9eaf9e9
fix: 修复 web-naive 表单页 Input 输入 _ 不显示的问题 ( #7962 ) ( #7965 )
* fix(@vben/web-naive ): 修复 naive input 输入 _ 不显示的问题 (#7962 )
* fix(@vben/web-naive ): 限制 input 字体修复作用域,避免全局影响
4 months ago
boisduval
f7540c119b
fix: 修复 useVbenModal useVbenDrawer 传入参数失效的问题 ( #7964 )
- 把provide的key值修改为与inject一致的options
4 months ago
过冬
acf289381e
fix( @vben-core/popup-ui ): modal 响应式适配,支持视口自适应 ( #7951 )
4 months ago
PanFu
f813245827
feat: 偏好设置的快捷键列表追加ESC快捷键的控制(关闭当前窗口) ( #7947 )
* feat: 快捷键追加ESC控制,关闭当前窗口
* feat: 偏好设置中,页面切换动画的颜色看不清的问题(使用当前主题色)
* feat: 三种弹出框支持快捷键ESC动作
* feat: 代码自动格式化(3个框架改动)
* feat: 代码自动格式化(3个框架改动)
* fix: 修正locale数据获取方式
* 单元测试问题修改
* 单元测试问题修改
* fix: 解决代码评论的问题
* fix: 解决代码评论的问题
* fix: 解决代码评论的问题
* fix: 解决代码评论的问题
* 单元测试问题修改
* fix: 解决评论问题
* fix: 解决代码格式导致pnpm run lint报错的问题
---------
Co-authored-by: PanFu <panfu@zhihuaai.com>
4 months ago
过冬
e98f0b7558
fix: 移动端禁用混合布局菜单拆分 ( #7949 )
4 months ago
Reese Wellin
cd86de54e1
fix(preferences): 修复主题等个性化信息持久化被初始化配置覆盖 ( #7948 )
调整 initPreferences 中 merge 顺序,使用户缓存优先于 initialPreferences。
Fixes #7943
4 months ago
Jin Mao
60eb1335f8
chore: vite 降级到8.0.10
4 months ago
xingyu
f2b3b12553
chore: pnpm v11 ( #7942 )
* chore: remove rolldown dep
* fix: issues-helper and maintain-one-comment are temporarily disabled due to security issues
* chore: update deps
* fix: change error type to TypeError for non-browser environment check in LocalStorageDriver
* chore: update pnpm v11
4 months ago
layhuts
c066889c37
Fix: 在isMobile=true时无法自定义Drawer的class问题 ( #7941 )
* fix: 在isMobile=true时无法自定义Drawer的class问题
* fix: 在ResizableHandle两边增加边距
4 months ago
928646789
6b81d1b0d5
fix: preferences-button click to show setting drawer ( #7938 )
4 months ago
afe1
126b33687a
chore: vite config tsconfig include ( #7936 )
* fix: catelog
* fix: system
* fix(vite-config): include tsdown config in tsconfig
4 months ago
Jin Mao
5b67c2e740
chore: 更新pnpm-lock
4 months ago
Jin Mao
2d7c3c3072
chore: 更新pnpm-lock
4 months ago
Jin Mao
5cc68c9dd0
chore: 更新 vite 依赖版本
- 将 vite 版本从 ^8.0.13 降级到 ^8.0.10
- 保持其他依赖包版本不变
4 months ago
Jin Mao
63a38dce49
refactor(workflow): 优化发布工作流配置
- 简化触发条件,移除冗余的推送事件配置
- 更新标签创建输入参数描述,明确格式要求
- 移除 Husky 环境变量配置
- 重命名构建作业为发布作业,提高语义清晰度
- 移除 Node.js 版本矩阵策略配置
- 优化版本提取逻辑,支持工作流调度和推送事件
- 统一标签前缀处理,确保版本格式一致性
- 移除注释掉的冗余步骤配置
- 简化发布配置,移除不必要的发布操作注释块
4 months ago