vuetifyjs / vuetifyjs/vuetify

[Feature Request] Allow dense on list groups activator

Open
#11,540 2 comments 6 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

C: VListGroup T: feature
Dominant language
TypeScript
Stars
41k
Forks
7.1k
Avg merge
1d 21h
Merged PRs (30d)
11

Description

Problem to solve

When making a list that mixes list item with list groups, list items CAN be dense but list groups can NOT. Making the list look messy because each items will be shorter than the group activator.

Proposed solution

Allow dense property on list groups activator or list groups.
<v-list-group dense>

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the v-list-group component and its activator implementation, then compare how the dense property is handled for list items. Verify the requested v-list-group dense API and confirm that mixed lists render group activators at the same compact height as dense list items.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.