avo-hq / avo

Build Ruby on Rails apps 10x faster
https://avohq.io
Other
1.53k stars 256 forks source link

add divider to index_controls > list DSL #3297

Open pjmuller opened 1 month ago

pjmuller commented 1 month ago

Feature

Thanks for introducing https://github.com/avo-hq/avo/pull/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?

github-actions[bot] commented 3 weeks ago

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