-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(VTreeview): **dense** prop, css tweaks #7518
Conversation
Codecov Report
@@ Coverage Diff @@
## next #7518 +/- ##
==========================================
+ Coverage 87.14% 87.16% +0.01%
==========================================
Files 325 325
Lines 8443 8443
Branches 2116 2116
==========================================
+ Hits 7358 7359 +1
+ Misses 995 994 -1
Partials 90 90
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## next #7518 +/- ##
=========================================
+ Coverage 86.93% 87.1% +0.17%
=========================================
Files 325 325
Lines 8536 8455 -81
Branches 2153 2120 -33
=========================================
- Hits 7421 7365 -56
+ Misses 1025 1000 -25
Partials 90 90
Continue to review full report at Codecov.
|
Description
Makes the
v-treeview
layout more similar tov-list
(spacing, height, text-truncating), addsdense
propBREAKING: Must now use the dense prop to get previous styling
Must add BREAKING information when merged.
Motivation and Context
Fixes #7475 (at least some issues)
How Has This Been Tested?
visually
Markup:
Types of changes
Checklist:
master
for bug fixes and documentation updates,dev
for new features and breaking changes).