Wednesday, December 29, 2021
2 changes · master
Enhancements to existing features
Website editors now see a short tooltip after clicking a content block, explaining that it can be dragged onto the page. This small prompt helps users understand how to add blocks more quickly, while avoiding interruption once they start dragging.
Original PR description
This commit introduces a tooltip to indicate to the user that he can drag and drop the block into the page. This tooltip is shown after a delay; if the user has started dragging the block in the meantime, the tooltip won't be shown. Otherwise, it auto fades out. task-2431469 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Mail app now shows emojis in a popover, making emoji selection feel more consistent and easier to use in conversations. This improves the messaging experience without changing core workflows.
Original PR description
Task-2694206