Tuesday, December 22, 2020
2 changes · master
Enhancements to existing features
The web interface now uses a clearer sorting icon for drag handles in editable lists and export field ordering. The cursor also changes to indicate when items can be grabbed and when they are being dragged, making reordering feel more intuitive for users.
Original PR description
PURPOSE
Our current drag handle icon (fa-arrows) would be more adapted for moving items in a two-dimensional space (left/right and up/down). The purpose of this task is to improve the icon of the 'handle' widget
SPEC
change the fa-arrows icon to fa-sort
when hover set cursor: grab
when dragging the row set cursor: grabbing
TASK 2413274
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThe drag handle icon in form list cells is now centered, making rows easier to scan and interact with. This small visual polish improves consistency and readability in the Enterprise interface.
Original PR description
Display handle icon in center in cell. TASK 2413274