forked from odoo/odoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*: account, base_import, board, website This PR enhances the "cog menu" by fixing several UX flaws. Notable improvements include: - Reordering entries in a more logical manner, enhancing user intuitiveness. - Assigning icons to common actions for quick comprehension. - Grouping both print actions and module-specific actions for better organization. Enterprise: - odoo/enterprise#41851 task-3337951 task-3355224 (milk post-merge fixes) part of task-3326263 closes odoo#124413 X-original-commit: 5967728 Related: odoo/enterprise#42212 Signed-off-by: Pierre Paridans (app) <[email protected]> Co-authored-by: Brieuc-brd <[email protected]> Co-authored-by: Pierre Paridans <[email protected]> Co-authored-by: stefanorigano (SRI) <[email protected]>
- Loading branch information
1 parent
42f28ec
commit 25f43c2
Showing
24 changed files
with
204 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
addons/web/static/src/search/cog_menu/action_menus_items.js
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
addons/web/static/src/search/cog_menu/action_menus_items.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.o_cp_action_menus { | ||
.o_cp_action_app_icon { | ||
width: var(--oi-font-size, 1em); | ||
vertical-align: -0.2em; | ||
} | ||
|
||
.dropdown-item:not(.focus) > .o_cp_action_app_icon { | ||
// Temporary workaround until we'll support inline SVGs icons | ||
// globally (eg. Spreadsheet's toolbar icons) | ||
filter: saturate(0%) brightness(0%) invert(23%) sepia(7%) saturate(1896%) hue-rotate(179deg) brightness(91%) contrast(88%); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.