Adrian Marin

Results 347 comments of Adrian Marin
trafficstars

I think the best way to proceed with this is to apply some kind of monkey patch with the file-based solution you linked to and wait for zeitwerk's complete patch...

Hey @dhnaranjo, give [`2.17.1.pre.1.zeitwerk.eager.load.dir`](https://rubygems.org/gems/avo/versions/2.17.1.pre.1.zeitwerk.eager.load.dir) a try and let me know if the issue persists. Please add `zeitwerk`'s master branch to your `Gemfile`. ```ruby # Gemfile gem "avo", "2.17.1.pre.1.zeitwerk.eager.load.dir" gem "zeitwerk",...

For the `search` label, check out the [autocomplete config](https://www.algolia.com/doc/ui-libraries/autocomplete/api-reference/autocomplete-js/autocomplete/#parameters) The `no_item_found` and `no_related_item_found` will be a breaking change so please update the upgrade guide in the docs. Let's remove the...

Thank you @PedroAugustoRamalhoDuarte. Yes, let's install `i18n-tasks`. Looks like a pretty complete gem. Can you do that in the same PR plase?

Hey @rajaravivarma-r have you tried the [Menu editor](https://docs.avohq.io/2.0/menu-editor.html) feature? It should allow you to create any custom menu that you'd like.

Hmm, I think we only need to add the `data` option to the `link` option. It already uses `active_link_to` [in the background](https://github.com/avo-hq/avo/blob/main/app/components/avo/sidebar/link_component.rb#L25).

Hey @rajaravivarma-r try [this](https://rubygems.org/gems/avo/versions/2.15.3.pre.1.data.attrs.to.sidebar.items) prerelease with `link_to "Dashboard", "#{avo.root_path}dashboards/sales", data: { turbo: false }` and see if this helps.

Hey @rajaravivarma-r, it should stay open if you opened it once. Can you share a video and maybe check the JS console for errors? Is that happening on mobile or...

That is definitely a bug. Are you doing anything to block cookies? We keep the last used setting in cookies.

Also, can you search the DOM for `data-sidebar-open-value` and let me know what value are you getting?