mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
* Kept old js widget but refactored/tweak'd it with some of our new conventions * Added a newsroom menu component extending popupmenu * Working as in 2.7 Still todo : * Add variables for scss file * Use wiget variables for most of js widget * Correctly place the popup (absolute with <> containers ? poppers.js ? ) * Intialize toggler red bubble when new messages are in * Replace hardcoded text in usermenu with correct dict entry updated with the nb of new message * Only allow to open the popup when ajax calls are done
In order to better separate our developments from the embedded third-party libs, files should be moved in either the /backoffice, /lib or something new folders.
IMPORTANT: Before moving a file, we should first consider if:
- The file is used in an iTop extension that should be compatible with the iTop version currently under developments
- The file is still used in iTop itself (or if we can consider removing it for clean up)