Alexandre Abreu

Results 11 comments of Alexandre Abreu

> Just a few minor docs style guide tweaks. I love PRs with docs! Thank you! @stevepiercy Thank you for the suggestions, I have already made the indicated improvements.

@sneridagh You are right, I found a better solution by making just a few changes to what we already have to implement this custom validation for object_list, allowing internal schema...

> I've definitely wanted the first one before. Possibly it should take a custom component to render the title, instead of a property name Yes, there is already an option...

> I think this is a little bit more clear and explicit, but please make sure it is still correct. Thank you! Corrections are welcome, thank you!

@wesleybl @stevepiercy @sneridagh @ksuess and @plone/volto-team , I’d really appreciate your feedback to see if this suggestion makes sense or if it might clutter the interface. What do you think?...

@sneridagh @davisagli Can you take a look at this bug fix?

Actually, the implementation isn't as straightforward as it initially appears. Since the component needs to fetch panel data via API, there's a loading period during which showing NotFound based solely...

Additionally, I encountered a routing issue where accessing `/controlpanel` (singular) first routes through `/controlpanels` (plural), causing Redux state and loading conflicts. To address this navigation issue, I had to add...