Add popup warning banner when the bridge has a problem

This commit is contained in:
hensm
2022-09-03 19:08:37 +01:00
parent 89acad2f9e
commit 25bd72f0fe
10 changed files with 120 additions and 34 deletions

View File

@@ -8,6 +8,14 @@
"description": "Description of the extension shown in the add-ons manager."
},
"popupBridgeErrorBanner": {
"message": "There is a problem with the bridge!",
"description": "Bridge error banner message."
},
"popupBridgeErrorBannerOptions": {
"message": "More Information",
"description": "Bridge error banner button label."
},
"popupWhitelistNotWhitelisted": {
"message": "$appName$ is not whitelisted",
"description": "Receiver selector whitelist suggestion banner label.",