-
-
Notifications
You must be signed in to change notification settings - Fork 731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improving Drag and Drop #1474
Improving Drag and Drop #1474
Conversation
@iFlameing I've polished it a bit. I will continue this weekend a bit too. In the meanwhile, can you take a look at the droppable styling?. I've found this: coming from: Also fixing the tests would be great! |
* fix error on submitting comments * add container around comment area * update changelog
* add command to set registry settings * update changelog
#1489) * Fix for the long lasted issue when creating links in newly created text blocks not showing as links until you save. * Fix tests: Remove focus from component unmount Co-authored-by: Alin Voinea <contact@avoinea.com>
* refactoring createContent command * updating changelog.md * minor fix
#1473) * Make available some internal artifacts (Router, Redux Store and Settings) to the Cypress acceptance tests, add docs * More docs
* master: Make available some internal artifacts (Router, Redux Store and Sett… (#1473) Refactoring createContent command (#1486) Back to development Release 5.9.1 Prepare for release Fix for the long lasted issue when creating links in newly created te… (#1489) add command to set registry settings (#1481) fix error in comment form (#1476)
@tiberiuichim @avoinea @pnicolli @nzambello This is a nice one with great UX improvement, however, it does change the wrapper structure in the blocks editor (for good). I left untouched the internal (existing) class names and structure, hoping that will make the transition easier for existing customizations. It's my intention to release Volto 6 soon (this weekend), and given the nature of this one, I expect to be able to include it in this release. What do you think? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still have to try it, but found a small possible change while reading the code
Co-authored-by: Piero Nicolli <pnicolli@users.noreply.github.com>
…th the restrictions enforced for js
@pnicolli Tried it out in my current local project and works like a charm :) I will prepare it to be merged, I will wait until tomorrow, so you all can test it, then merge it and release Volto 6 :) |
* master: Fixproductionlocal (#1490) Complete docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #1446