Open
Bug 2009535
Opened 1 day ago
Updated 1 day ago
Add a "connected" + "excluded" state when the VPN is on, but the current site is excluded
Categories
(Firefox :: IP Protection, task, P2)
Firefox
IP Protection
Tracking
()
NEW
People
(Reporter: kpatenio, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fx-vpn])
Attachments
(1 file)
|
65.75 KB,
image/png
|
Details |
This bug is to add a new state UI for when we are connected to the VPN, but the current site we're on is saved as an exclusion. Currently, we do not make any distinction in the "connected" state whether a site is excluded or not.
We'll want to use ipprotection-status-box from Bug 2008854. It should ideally be a matter of slotting the elements we need into that component to get the desired UI. How we implement it also depends on how we make the "connected" state in Bug 2009534.
Similar to Bug 2009534, we'll want these for our state:
- a "connected" type to use the correct background colour (green)
- a "location" slot to display the geographical location for the VPN connection
- an "action" slot to display the "Turn off VPN everywhere" button (note the different label string)
headerL10nIdanddescriptionL10nIdproperties to render the header and description strings respectively; requires new strings- an "icon" slot to display the hollow circle icon
Ensure that we have tests to check that we're rendering the right UI when the current site is excluded vs not excluded.
Updated•1 day ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•