similar to index_controls and show_controls we would love a form controls that at least has support for
list
link_to
action
class Avo::Resources::Foobar < Avo::BaseResource
self.filter_controls = -> do
list label: "Foo", title: "Actions" do
link_to "Google", "https://google.com"
action Avo::Actions::SendSms
end
end
Current workarounds
Moving elements via JS dom manipulation from index_controls to filter section
Screenshots or screen recordings
Additional context
We want a set of actions around "saved" filter sets and would like to bring these closer to where filtering is happening
there is a lot of unused whitespace anyway next to the filters button
Feature
similar to index_controls and show_controls we would love a form controls that at least has support for
Current workarounds
Moving elements via JS dom manipulation from index_controls to filter section
Screenshots or screen recordings
Additional context
We want a set of actions around "saved" filter sets and would like to bring these closer to where filtering is happening