stable
Clone or download
Read-only
Merge commit 'refs/changes/03/12103/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #11881 Add a feedback component to show errors for Kanban Change-Id: Ia39da9209966eb6c9d196fc1732899c001f4d62c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/kanban/po/template.pot | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app.js | +2 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/feedback-component.js | +39 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/feedback-state.js | +36 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html | +4 | −2 | Go to diff View file |
D | plugins/agiledashboard/www/js/kanban/src/app/socket/socket-disconnect-directive.js | +0 | −20 | Go to diff View file |
D | plugins/agiledashboard/www/js/kanban/src/app/socket/socket-disconnect.tpl.html | +0 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/socket/socket-service.js | +10 | −5 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/socket/socket.js | +0 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/themes/BurningParrot/css/_kanban.scss | +1 | −4 | Go to diff View file |
A | plugins/agiledashboard/www/themes/BurningParrot/css/kanban/_feedback.scss | +36 | −0 | Go to diff View file |