xingyu4j
9d6fbfd0d6
refactor: replace simple px utility styles
1 week ago
xingyu4j
8fd6bf47b1
revert: restore px-based calc utilities
1 week ago
xingyu4j
f25f3a34d0
refactor: replace px calc spacing utilities
1 week ago
xingyu4j
443e4b04cd
chore: update vite 8
2 weeks ago
xingyu
a4736a49f8
feat: migrate to Tailwind CSS v4 ( #7614 )
* chore: update deps
* feat: use jsonc/x language
* chore: update eslint 10.0
* fix: no-useless-assignment
* feat: add CLAUDE.md
* chore: ignore
* feat: claude
* fix: lint
* chore: suppot eslint v10
* fix: lint
* fix: lint
* fix: type check
* fix: unit test
* fix: Suggested fix
* fix: unit test
* chore: update stylelint v17
* chore: update all major deps
* fix: echarts console warn
* chore: update vitest v4
* feat: add skills ignores
* chore: update deps
* chore: update deps
* fix: cspell
* chore: update deps
* chore: update tailwindcss v4
* chore: remove postcss config
* fix: no use catalog
* chore: tailwind v4 config
* fix: tailwindcss v4 sort
* feat: use eslint-plugin-better-tailwindcss
* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier
* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier
* fix(lint): resolve prettier and better-tailwindcss formatting conflicts
* fix(tailwind): update theme references and lint sources
* style(format): normalize apps docs and playground vue files
* style(format): normalize core ui-kit components
* style(format): normalize effects ui and layout components
2 weeks ago
lmx
173e6b08c9
fix: 修复执行: check:cspell 命令路径参数传入没有转义导致检测路径失效。添加菜单右键功能。优化:多余监听 activePath 变化,自动滚动到激活项 watch
3 weeks ago
AxiosLeo
03ebbea46a
fix(menu): update hover color variable to use the correct reference ( #7544 )
* fix(menu): update hover color variable to use the correct reference
Medium Severity
In the horizontal .is-light menu section, --menu-item-hover-color is set to hsl(var(--menu-item-color)), but --menu-item-color is already defined as hsl(var(--accent-foreground)). This results in hsl(hsl(...)) at computed-value time, which is invalid CSS. The non-horizontal .is-light block correctly uses var(--menu-item-color) without the extra hsl() wrapper.
* fix(menu): simplify hover styles by removing redundant nested hover rules
Low Severity
The SCSS &:not(.is-active):hover { &:hover { ... } } compiles to a :hover:hover pseudo-class chain, which is functionally identical to a single :hover. The inner &:hover nesting is redundant and adds unnecessary complexity compared to placing styles directly inside the &:not(.is-active):hover block.
1 month ago
zouawen
32379ba4b7
fix: 双列菜单模式下新增深色侧边栏和深色侧边栏子栏 ( #7542 )
* fix: 双列菜单模式下新增深色侧边栏和深色侧边栏子栏
* fix: 修复报错 config.test.ts.snap
* fix: 修复lint报错
* fix: 修复侧边栏菜单文本内容溢出问题
* fix: 修复lint报错
1 month ago
zouawen
893f74dc3e
fix: 优化横向布局时菜单激活或聚焦时背景色,标签工具栏新增刷新按钮,其他样式优化
1 month ago
xingyu4j
af3fe53ec8
fix: type error
3 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.
4 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.
4 months ago
xingyu4j
bed52983a0
fix: lint
4 months ago
米山
24b6e7a835
feat: add global font size adjustment
4 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>
5 months ago
Vben
045bc4e5ee
feat: support smooth auto-scroll to active menu item ( #6102 )
11 months ago
Vben
76de450c71
chore: update dependency version for improved stability and compatibility ( #6023 )
* chore: update dependency version for improved stability and compatibility
* fix: optimize clearPoints function in useCaptchaPoints hook to improve performance
* fix: make several props optional in various components for better flexibility
11 months ago
Netfan
ff88274554
fix: long navigation menu can be scrolled ( #5939 )
* 修复超长的导航菜单无法纵向滚动的问题
11 months ago
wyc001122
384c5d7dbb
fix: 布局为双列菜单或者水平模式下, 一级菜单高亮问题 ( #5870 )
Co-authored-by: 王泳超 <wangyongchao@testor.com.cn>
12 months ago
Netfan
99c7fd72f8
fix: code lint
1 year ago
Vben
081d2aed23
perf: format code with better style ( #5283 )
1 year ago
Netfan
ec2c6eff6f
feat: header menu align support ( #5256 )
* feat: header menu align support
* fix: typo
1 year ago
jackhoo(胡彪)
f78cc319ab
fix( @vben-core/menu-ui ): fix horizontal layout top menu language switching issue( #4724 ) ( #4777 )
Co-authored-by: jackhoo_98 <jackhoo_98@foxmail.com>
1 year ago
Netfan
353e8be289
fix: long text style in sidemenu. fixed #4749 ( #4770 )
1 year ago
Vben
0ea0f204cb
refactor: change the shadcn-ui directory and remove rarely used components ( #4626 )
1 year ago
Li Kui
8f6bf6add3
perf: update menu icons ( #4357 )
2 years ago
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>
2 years ago
Vben
1db87ff7ce
fix: fix keepAlive parameter error ( #4194 )
* fix: mock server deployment error
* chore: typo
2 years ago
Vben
9120d20143
chore: update deps and docs ( #4184 )
* chore: update deps
* chore: update docs
* chore: update menu
2 years ago
Vben
9c6e059aac
chore: semiDarkMenu renamed semiDarkSidebar ( #4152 )
2 years ago
Vben
8f40d5107c
feat: support custom background colors for sidebar and header ( #4151 )
* feat: support custom background colors for sidebar and header
* fix: type error
2 years ago
Vben
83fcdec37c
feat: add swap component ( #4149 )
2 years ago
Li Kui
963e79063f
fix: some icons behave inconsistently on menu and tab ( #4144 )
2 years ago
Vben
4f5783d00b
perf: enable strict ts type checking ( #4045 )
2 years ago
Li Kui
8313be8e08
fix: The menu background color is incorrect when toggling the dark menu ( #4008 )
* fix: the menu background color is incorrect when activating the dark menu light theme
* chore: update active-color & active-background-color
2 years ago
vben
06ad5ad871
chore: Rename the website directory to docs
2 years ago
vben
cf0ec053e4
refactor: Integrate the @vben-core/shared package
2 years ago
vben
239f681ea1
fix: The built-in theme does not take effect, fixed #55 [deploy]
2 years ago
Vben
376fd17a61
feat: Feature/pro docs ( #70 )
* chore: merge main
* feat: update docs
* feat: remove coze-assistant
* feat: add watermark plugin
* feat: update preferences
* feat: update docs
---------
Co-authored-by: vince <vince292007@gmail.com>
2 years ago
vince
14538f7ed5
refactor(project): re-adjust the overall folder
2 years ago
vben
a1a566cb2f
chore: update deps
2 years ago
vince
9ec91ac16d
feat: add breadcrumb navigation example
2 years ago
vince
276ef2ebc3
fix: fix a series of known problems,fixed #54
2 years ago
vince
910a3553ac
perf: reorganize the icons and reduce the volume
2 years ago
vince
09fa2af23d
fix: fix known problems
2 years ago
vince
cf16c7bdde
perf: improve the dark theme
2 years ago
vince
f95d9aa609
perf: improve overall theme color matching
2 years ago
vince
3eb7a8bc6f
chore: @vben-core/iconify was renamed @vben-core/icons . Add readme.md for some packages
2 years ago
vben
ebf73b2df9
refactor(project): remove the use of core internal bem syntax
2 years ago
likui628
91e769e53e
fix: typos
2 years ago