stable
Clone or download
Read-only
This is a part of story #10173 Have multiple dashboards If your widget uses toggler, then you can collapse/expand items in widget. Preferences are saved. This works even if the content of the widget is retrieved by ajax call. Some widgets that use toggler: MyArtifact v5, Last git pushes, project links, ... Change-Id: Idd9c02544345c86f050e370adbf78ab37516c2ba
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyArtifacts.class.php | +3 | −10 | Go to diff View file |
M | plugins/tracker/www/themes/BurningParrot/css/_tracker.scss | +1 | −0 | Go to diff View file |
A | plugins/tracker/www/themes/BurningParrot/css/includes/_widgets.scss | +37 | −0 | Go to diff View file |
M | src/www/scripts/dashboards/dashboard-async-widget.js | +2 | −0 | Go to diff View file |
A | src/www/scripts/dashboards/dashboard-load-togglers.js | +26 | −0 | Go to diff View file |
M | src/www/scripts/dashboards/dashboard.js | +6 | −4 | Go to diff View file |
A | src/www/scripts/tuleap/toggler.js | +119 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/_includes.scss | +1 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/includes/_toggler.scss | +53 | −0 | Go to diff View file |