stable

Clone or download

Read-only

feat(project-icon): Remove selected icon

part of: story #22687 distinguish projects with an icon How to test: - When the project has no icon yet --> No [remove] button shown - When it has an icon --> There is the [remove] button - Click on the [remove] button --> The icon is remove --> The icon will be catually unset after the form submission --> The [remove] button is not dispayed anymore Change-Id: I52c8e74e811eef39feb1e5757f476f84aa4c17a4

Modified Files

Name
M src/scripts/project/admin/src/helpers/icon-picker-initializer.test.ts +25 −9 Go to diff View file
M src/scripts/project/admin/src/helpers/icon-picker-initializer.ts +47 −9 Go to diff View file
M src/templates/project/project-details.mustache +17 −7 Go to diff View file
A src/themes/BurningParrot/css/includes/images/tlp-icon-picker-background.png Binary file Go to diff View file
M src/themes/BurningParrot/css/includes/project-admin/_details.scss +19 −4 Go to diff View file