Tiberiu Ichim

Results 251 comments of Tiberiu Ichim

@instification It's awesome that you're tackling this issue. There was a problem, at some point with cross-request pollution. Imagine that Volto's nodejs server is handling all requests, and because of...

We have the storybook setup: https://6.dev-docs.plone.org/storybook/?path=/story/edit-widgets-password--password&globals=measureEnabled:false Basically, we need people to fill in and properly document our widgets. Though, I don't know how good this documentation has to be. It's...

@stevepiercy There is JSDoc which can extract docstrings and read React Proptypes (static types annotations of component parameter). Older Volto code used to be more thorough with these annotations, but...

@erral, @nileshgulia1 What's the status on this PR? Can you attach a small gif to highlight the changes?

@stevepiercy The docs only show how to change to another Google Font. They're really old docs, they need improvements. @rotavio In my theme.config I have something like this: ``` @fontsFolder...

@sneridagh let's merge this, it makes sense to have it

My comments on this (awesome work, BTW) > The fact that the components call actions on their own is wrong > If that information is needed for the component, but...

Another example of a potential smart field: a block that has a field "relatedItems" gets those items serialized in the block (as summary or fullcontent?) from the server side.