-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bounty:$20Bounty applies for fixing this issue (Parse Bounty Program)Bounty applies for fixing this issue (Parse Bounty Program)type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
The panel uses a fixed set of colors for fonts and backgrounds.
Feature / Enhancement Description
Allow to set custom font and background color per item.
Example Use Case
The feature allows to visually highlight values that require attention, for example:
{
"panel": {
"segments": [
{
"title": "Accounts",
"titleFontColor": "#ffffff",
"titleBackgroundColor": "#000000"
"items": [
{
"type": "keyValue",
"key": "Checking Account",
"value": "USD -1.00",
"fontColor": "#ffffff",
"backgroundColor": "#ff0000"
},
{
"type": "keyValue",
"key": "Savings Account",
"value": "USD 1.00"
}
}
]
}
}
Should be displayed like this:

Metadata
Metadata
Assignees
Labels
bounty:$20Bounty applies for fixing this issue (Parse Bounty Program)Bounty applies for fixing this issue (Parse Bounty Program)type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature