stable

Clone or download

Read-only

Kanban height takes into account the project banner

Only the oneline version of the banner is taken into account, if the user expands a multiline banner the kanban height is not refreshed: the user will have to scroll to get access to the informations and actions at the bottom of the kanban. Part of story #12264: display a custom banner inside project pages Change-Id: Ib11efc5fb91c8834d65b17fa48b7f619f324b9fe

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardLegacyController.php +15 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Kanban/KanbanURL.php +33 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +5 −13 Go to diff View file
A plugins/agiledashboard/phpunit/AgileDashboard/Kanban/KanbanURLTest.php +44 −0 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/_kanban.scss +4 −0 Go to diff View file
M src/www/scripts/project/banner/project-banner-show-hide.test.ts +10 −1 Go to diff View file
M src/www/scripts/project/banner/project-banner-show-hide.ts +7 −1 Go to diff View file
M src/www/themes/BurningParrot/BurningParrotTheme.php +14 −7 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_global-variables.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_typography.scss +2 −2 Go to diff View file
A src/www/themes/common/tlp/src/scss/variables/_typography.scss +20 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/variables-blue-condensed.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/variables-blue.scss +2 −1 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/variables-green-condensed.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/variables-green.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/variables-grey-condensed.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/variables-grey.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/variables-orange-condensed.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/variables-orange.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/variables-purple-condensed.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/variables-purple.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/variables-red-condensed.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/variables-red.scss +1 −0 Go to diff View file