stable

Clone or download

Read-only

Have a new color picker in tracker admin

Part of story #11542 - Update tracker "color picker" to have beautiful colors to associate with select box values The colorpicker is not yet functional. Next steps are: - Handle the color when a tlp color is choosen - Display wich color has been clicked (with a tick icon) How to test: - In tracker admin, click on the colored square to open the color picker --> The old color picker is shown (for now, because the new one is not functional yet) - Click on "switch to new color picker" at the bottom of the dropdown --> The new color picker is displayed Change-Id: Icbcfb440aa7b9cb7266dac9110899406e13fee54

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindDecorator.class.php +6 −1 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +9 −3 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +6 −0 Go to diff View file
M plugins/tracker/www/scripts/TrackerAdminFields.js +3 −3 Go to diff View file
A plugins/tracker/www/scripts/colorpicker/ColorPicker.vue +94 −0 Go to diff View file
A plugins/tracker/www/scripts/colorpicker/ColorPickerPalette.vue +41 −0 Go to diff View file
A plugins/tracker/www/scripts/colorpicker/ColorPickerPaletteRow.vue +29 −0 Go to diff View file
A plugins/tracker/www/scripts/colorpicker/ColorPickerSwitch.vue +49 −0 Go to diff View file
M plugins/tracker/www/scripts/colorpicker/OldColorPickerPalette.vue +1 −1 Go to diff View file
M plugins/tracker/www/scripts/colorpicker/index.js +5 −5 Go to diff View file
A plugins/tracker/www/scripts/colorpicker/new-color-palette.js +54 −0 Go to diff View file
M plugins/tracker/www/themes/FlamingParrot/css/colorpicker.scss +37 −1 Go to diff View file