Jean-Etienne Durand
Jean-Etienne Durand
### Describe the bug Avo status page is broken in development ### Steps to Reproduce - Open Avo UI - Click on App Status (/admin/avo_private/status) - See error: ```ruby cannot...
### Describe the bug Running `bin/rails generate avo:js:install`fails: ```sh Avo advanced 3.3.1 Add default app/javascript/avo.custom.js Could not find "/Users/jetienne/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/avo-3.3.1/lib/generators/avo/templates/js/avo.custom.js" in any of your source paths. ``` ### System configuration **Avo...
### Describe the bug On a given resource `deals`, add some scopes like: ```ruby def scopes remove_scope_all scope Avo::Scopes::DealsMine scope Avo::Scopes::DealsEnquiry scope Avo::Scopes::DealsProposal scope Avo::Scopes::DealsSignedAndMore scope Avo::Scopes::DealsCanceled end ``` When...
### Description I'd like to request an enhancement for the "Metric Card" by adding a configurable CTA button. This CTA would offer functionalities such as downloading the details of the...
### Feature I propose the ability to integrate cards within tabs. This would offer the flexibility to place cards anywhere within a tabbed interface. ### Use Case This feature would...
### Approach - [ ] add a check to the `isInViewport` method to see if the elements are present ### Describe the bug The console shows this error on some...
### Description Testing counter_cache no longer works with Rails 7.2.beta. ### Reproduction Steps Define an association like this: ```ruby belongs_to :company, optional: true, counter_cache: true ``` The following test will...
### Describe the bug Upgrading to Rails Rails 7.2.1 and Avo 3.11.10, I got the following error, when it works well with Avo 3.11.7 and Rails version 7.2.0.rc1 ``` web...