Tiberiu Ichim

Results 78 issues of Tiberiu Ichim

I can drag a link in the image block drop area and the spinner will keep spinning, no feedback provided about an error (which can be seen in the console).

01 type: bug
14 prio: low

https://github.com/plone/volto/blob/3f0bfceb6baa6c8159fa16099e01fe57a2aab2b1/test-setup-globals.js#L2

04 type: enhancement

The form validation is hardcoded. The only way to add new validators in a form is either by declaring a new widget or type and patching `widgetValidation`.

01 type: bug

react-dnd is used in Contents views. I don't think we need 2 libraries that can do the same thing. I've tested and it's possible (of course) to do table row...

04 type: enhancement

A fix for #6071 The problem is like this: the userSession.token is written in 2 cases: - normal login/logout - [in the SSR rendered HTML from the server](https://github.com/plone/volto/blob/02fb83c812012e62cd2478de73735159c43e703d/packages/volto/src/server.jsx#L194) With this...

The use of ternary operators (and even multiple chained ternary operators) and deeply nested code makes this module really difficult to understand. https://github.com/plone/volto/blob/02fb83c812012e62cd2478de73735159c43e703d/packages/volto/src/middleware/api.js#L128-L368

04 type: enhancement

How to reproduce: - open demo.plone.org in two separate tabs - login with admin in one of the tabs - in the other tab, navigate to another page using an...

01 type: bug

43 lvl: complex
Abandoned