stable
Clone or download
Read-only
request #11881 Add a feedback component to show errors for Kanban
Was split from https://gerrit.tuleap.net/#/c/tuleap/+/11494 How to test: - Go to a kanban, wait for everything to load - run 'docker stop tuleap_realtime_1' - You should see a message warning that you've been disconnected from Realtime and that you should reload the page. - Check that the message is well displayed in Kanban page and as a Kanban widget Change-Id: Ia32632ba74812564298b16a3c8ae10b2192c6e92
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 |