Adrian Marin

Results 349 comments of Adrian Marin
trafficstars

Thanks @felixwatts! Yes, it seems the `html` attributes to `content` are not outputted anywhere. Would you be able to help out with a PR? ### Approach Add the `@field.get_html` attribute...

Hey @felixwatts I checked the [`text` field](https://github.com/avo-hq/avo/blob/main/app/components/avo/fields/text_field/show_component.html.erb#L1) code and I don't know why you wouldn't want to add the attribute to the wrapper? I mean, if the attribute would have...

### Context We want to give the best experience for both free and paying users, so we need this solution to fit both parties. We also want to have the...

We might be able to use something like this https://stackoverflow.com/a/52604805/1067281

Related comment: https://github.com/avo-hq/avo/issues/2276#issuecomment-1872087497

I see the need for some dynamic way to set and unset the default scope. I wonder if instead of doing `default: -> { }` we could just do `default_scope...

Yes. That's my expectation as well. We'll work on adding a default.

Another nice to have would be to have the first scope applied without changing the URL. So if `Admin` scope is the default one, `/avo/resources/users` would have a query with...

2. After a rebase, they wll look better. https://github.com/avo-hq/avo/pull/2446 brings the new colors. 3. It's not a perfect, system, I know, but I don't expect to change them too often....

Hey @bryszard. For sure I'll help. I'm traveling for a bit right now, so it might take a while, but I'll definitely dig in and get my hands dirty. Thank...