Monday, June 9, 2025
1 change
Resolved issues and error corrections
Website editor overlay buttons now show helpful tooltips, making it easier for users to understand actions like sending a content block backward or bringing it forward. This reduces confusion when arranging snippets in grid layouts and also corrects tooltip arrow styling for a more consistent interface.
Original PR description
The overlay action buttons for sending a snippet to the back or front in the website editor were unclear. This commit adds tooltips to these buttons, providing better clarity on their functionality. Steps to reproduce issue: 1. Drop a text block using website editor. 2. Click on the text-block and increase the number of columns to 3. 3. Convert to grid mode. 4. Now click on the text-block and check the action buttons for send back and bring front. Before this commit: - It was confusing to identify which button would send the snippet to the back or bring it to the front. Additionally, the icons were insufficient in conveying the button's purpose After this commit: - Tooltips have been added to the overlay action buttons, providing clear descriptions of their functions. Additionally, tooltips have been added to the rest of the overlay action buttons. task-4497684