stable

Clone or download

Read-only

Card preview: Add background color to card

this is part of story #11543 Use new palette colors as background color in A.D Card preview now display a card by possible background color: To test: - have a field with some values bind to new color picker - use this for background color => you should have a card preview by possible color. => if at least one value is not bound to color, you should a card without background color For now, no limitation in display is set Change-Id: I81464a5a23c88eb0df315372d4cb5fe7a5740ad4

Modified Files

Name
M plugins/cardwall/include/Semantic/CardFields.class.php +11 −8 Go to diff View file
A plugins/cardwall/include/Semantic/CardsPreviewBuilder.php +93 −0 Go to diff View file
R plugins/cardwall/include/Semantic/CardPreviewDetailsBuilder.php Go to diff View file
M plugins/cardwall/include/autoload.php +5 −4 Go to diff View file
M plugins/cardwall/templates/semantic-card-preview.mustache +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php +3 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindDecorator.class.php +1 −1 Go to diff View file
M plugins/tracker/www/themes/default/css/includes/_cards.scss +3 −0 Go to diff View file