stable

Clone or download

Read-only

Add the little popup messae at the bottom of the screen when the created card is off screen

Part of story #14600 create full artifact in kanban How to test: - Create an artifact in a opened column where the created card will be out of the viewport => The popup should be displayed. - Create an artifact in a opened column where the created card is in the viewport => There is no popup - Create an artifact in a closed column => There is no popup => This patch take in account the usage of the realtime and the result should be the same in the widget. Change-Id: I0d88f56bd8745318f48898f1f583a41582e8b47e

Modified Files

Name
M plugins/agiledashboard/scripts/kanban/po/fr.po +3 −0 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/app-kanban-controller.js +22 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/app.js +2 −0 Go to diff View file
A plugins/agiledashboard/scripts/kanban/src/app/event/UnderTheFoldNotificationEventDispatcher.ts +37 −0 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban.tpl.html +1 −0 Go to diff View file
A plugins/agiledashboard/scripts/kanban/src/app/under-the-fold-notification-component.js +50 −0 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/_kanban.scss +1 −0 Go to diff View file
A plugins/agiledashboard/themes/BurningParrot/css/kanban/_under-the-fold-notification.scss +40 −0 Go to diff View file