Skip to content
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

add divider to index_controls > list DSL #3297

Open
pjmuller opened this issue Oct 2, 2024 · 1 comment · May be fixed by #3407
Open

add divider to index_controls > list DSL #3297

pjmuller opened this issue Oct 2, 2024 · 1 comment · May be fixed by #3407
Assignees
Labels
Enhancement Not necessarily a feature, but something has improved Stale exempt

Comments

@pjmuller
Copy link

pjmuller commented Oct 2, 2024

Feature

Thanks for introducing #3218
What would make it complete is that we can add dividers as well

list label: "Custom Index List", style: :primary, color: :slate, title: "A custom list" do
  link_to "Google", "https://google.com"
  divider # 👈
  link_to "Fish.com", "https://fish.com"
end

Current workarounds

None?

@Paul-Bob Paul-Bob added the Enhancement Not necessarily a feature, but something has improved label Oct 2, 2024
@Paul-Bob Paul-Bob self-assigned this Oct 2, 2024
Copy link
Contributor

This issue has been marked as stale because there was no activity for the past 15 days.

@github-actions github-actions bot added the Stale label Oct 18, 2024
@adrianthedev adrianthedev added Help wanted We could use some help with this Stale exempt and removed Stale labels Oct 18, 2024
@Paul-Bob Paul-Bob removed the Help wanted We could use some help with this label Oct 22, 2024
@Paul-Bob Paul-Bob linked a pull request Nov 12, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Not necessarily a feature, but something has improved Stale exempt
Projects
Status: To Do
Development

Successfully merging a pull request may close this issue.

3 participants