stable

Clone or download

Read-only

Style project links and add empty state

This is a part of story #10173 Have multiple dashboards Project links should be correctly displayed in project dahsboard. An empty state indicates when no project links are found Change-Id: I3a4d00dd03d0a3e59d1aa08df4d50fc8527a34db

Modified Files

Name
M plugins/projectlinks/build-manifest.json +17 −0 Go to diff View file
M plugins/projectlinks/include/ProjectLinks_Widget_HomePageLinks.class.php +19 −11 Go to diff View file
M plugins/projectlinks/include/projectlinksPlugin.class.php +15 −0 Go to diff View file
M plugins/projectlinks/site-content/en_US/projectlinks.tab +1 −0 Go to diff View file
M plugins/projectlinks/site-content/fr_FR/projectlinks.tab +1 −0 Go to diff View file
A plugins/projectlinks/www/themes/BurningParrot/css/_projectlinks.scss +7 −0 Go to diff View file
A plugins/projectlinks/www/themes/BurningParrot/css/style-blue.scss +22 −0 Go to diff View file
A plugins/projectlinks/www/themes/BurningParrot/css/style-green.scss +22 −0 Go to diff View file
A plugins/projectlinks/www/themes/BurningParrot/css/style-grey.scss +22 −0 Go to diff View file
A plugins/projectlinks/www/themes/BurningParrot/css/style-orange.scss +22 −0 Go to diff View file
A plugins/projectlinks/www/themes/BurningParrot/css/style-purple.scss +22 −0 Go to diff View file
A plugins/projectlinks/www/themes/BurningParrot/css/style-red.scss +22 −0 Go to diff View file