Ensure fxa button in app menu has correct labels when disconnected or finishing account setup
Categories
(Firefox :: Menus, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox89 | --- | verified |
People
(Reporter: emmamalysz, Assigned: emmamalysz)
References
(Blocks 1 open bug)
Details
(Whiteboard: [proton-hamburger-menu] )
Attachments
(2 files)
When the account has been disconnected and we restart the browser, we need to update the fxa app menu button. I've attached an image of what it currently displays. We will run into the same issue for "finish account setup".
The disconnected prompt should:
- Introduce a new string: "You've been disconnected"
- Bold the email underneath
- Have a yellow warning icon
- Have the
subviewbutton-nav
class
Without a browser restart, we are just shown "Account disconnected" without the "Sync and save data" label. Either way, we're going to need to adjust it.
The finish account setup prompt should:
- Use the "Finish Account setup" string, unbolded
- Bold the email underneath
- Have a yellow warning icon
- Have the
subviewbutton-nav
class
We're going to need to make sure to hide "Sync and save data" label here too.
I suggest P1, but feel free to adjust.
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
This patch:
-displays the correct fxa button in the app menu when
unverified or disconnected
-shows the "sign out" button in the fxa panel for the above states
-introduces a new string for a disconnected state
-strengthens our test coverage for the proton fxa panel
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 5•4 years ago
|
||
bugherder |
Comment 6•4 years ago
|
||
Verified - Fixed in latest Nightly build 89.0a1 (build id: 20210330215136) using Windows 10, Windows 7 (with low resolution), MacOS 10.15 and Ubuntu 18.04.
Description
•