avo
avo copied to clipboard
Build Ruby on Rails apps 10x faster
# Description Besides `after_create_path` and `after_update_path` it's possible now to override the method `after_destroy_path`. This three methods gives the path to redirect after the create, update and destroy succeed. It's...
### Feature I would love it if there was a way to pre-populate fields on the create page from the URL as a flexible way to link from custom tools...
# Description Fixes an issue where your local `svg`s were not accessible by Avo. # Checklist: - [x] I have performed a self-review of my own code - [ ]...
### Describe the bug We have set up a Rails 7 app with Avo admin, with a multilingual content. We use `force_locale` to set the language and translate our resources,...
# Description Fixes https://github.com/avo-hq/avo/issues/1128 Fixes https://github.com/avo-hq/avo/issues/1126 It will enable a developer to create UIs using Avo's DSL methods. Example: `avo_edit_field(:name, as: :text, form: form, help: 'The name of your city',...
# Description I have a lot of tabs for one of my resources. At the moment the buttons do not wrap around, they overflow out of the container and beyond...
# Proposal Expose internal Avo components to developers to enable them to create more meaningful custom UIs for their users using the same styling as Avo. # Examples #### Create...
Add the ability to add cards to the resource, similarly to how we do it on a dashboard.
### Context As first mentioned in [this thread](https://discord.com/channels/740892036978442260/740893011994738751/997841132706877460), I am trying to understand a loading conflict between Avo and the `schema` method provided by dry-rails (via dry-schema). It is showing...
### Context Just install Avo to my rails project and when i run rails s i have this error on terminal i have this error undefined method `push_dir' for nil:NilClass...