Adrian Marin
Adrian Marin
Adding Avo as an alternative. Thank you!
### Feature Ideally we'd like to be able to let the user update a query in the UI. It should work with SQL and AR-based queries.
# Description Fixes # (issue) # Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand...
### Context We can't mark an item as invisible. ```ruby self.discreet_information = [ :timestamps, { tooltip: -> { "link" }, url: -> { "https://google.com }, url_target: "_blank", visible: -> {...
### Describe the bug External image field options (width, height, radius, etc.) only work on the index view. There should be a way of applying them on the Show view...
### Context We usually need to format values in different ways and most of the time on `Index` and `Show` views. One example of that is currency. On the edit...
### Feature Imagine you're selling tickets and you want to see how many tickets you sold but grouped by days. - June 21st - ticket 55 - ticket 54 -...
### Feature __Naming is TBD__ We'd like to have a way to add all the possible dynamic filters for all `index` fields. ### Current workarounds ### Screenshots or screen recordings...
### Feature Many users report that they get un-permitted params in some areas. I know that clicking a new dynamic filter [gives one](https://discord.com/channels/740892036978442260/1138182212655788054/1381601008177909800). ### Proposal Let's see if we can...