active_admin_sidebar
active_admin_sidebar copied to clipboard
:pushpin: easy change sidebar position with activeadmin
Results
3
active_admin_sidebar issues
Sort by
recently updated
recently updated
newest added
```ruby controller do def index left_sidebar!(collapsed: true) super end end ``` I see `collapsed: true` adds the ability to collapse/expand the panel. However does not allow to start with a...
enhancement
question
help wanted
Hello! When I add this: ```ruby config.before_action do left_sidebar! if respond_to?(:left_sidebar!) end ``` to my AA initializer I get: ```ruby `load_missing_constant': Circular dependency detected while autoloading constant User (RuntimeError) ```...
question
help wanted