stable

Clone or download

Read-only

Have a textarea to set project banner's message

This change also brings a modification of the behaviour, banner activation/deactivation is now presented with a switch input This change is part of story #12264 Change-Id: I051d8e6a932ae27131ad964c5092a3749c1ba823

Modified Files

Name
M src/www/scripts/project/admin/banner/po/fr_FR.po +13 −4 Go to diff View file
M src/www/scripts/project/admin/banner/src/api/rest-querier.ts +16 −1 Go to diff View file
M src/www/scripts/project/admin/banner/src/components/App.test.ts +59 −4 Go to diff View file
M src/www/scripts/project/admin/banner/src/components/App.vue +34 −10 Go to diff View file
D src/www/scripts/project/admin/banner/src/components/BannerDeleter.test.ts +0 −52 Go to diff View file
D src/www/scripts/project/admin/banner/src/components/BannerDeleter.vue +0 −41 Go to diff View file
M src/www/scripts/project/admin/banner/src/components/BannerPresenter.test.ts +86 −4 Go to diff View file
M src/www/scripts/project/admin/banner/src/components/BannerPresenter.vue +60 −1 Go to diff View file
M src/www/scripts/project/admin/banner/src/components/__snapshots__/App.test.ts.snap +34 −4 Go to diff View file
D src/www/scripts/project/admin/banner/src/components/__snapshots__/BannerDeleter.test.ts.snap +0 −36 Go to diff View file
M src/www/scripts/project/admin/banner/src/components/__snapshots__/BannerPresenter.test.ts.snap +227 −6 Go to diff View file
R src/www/themes/BurningParrot/css/includes/project-admin/_banner.scss Go to diff View file