-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(next): Duplicate right-hand portion of fxa-settings header
Because: * The fxa-settings header contains functionality around upsells and cross-sells, and gives the user direct access to their signed-in status This commit: * rewrites the components to be up to standard for the content within the libs directory * Reworks the headers for the payments-next app to be compatible with new localization requirements * Brings the header up to parity Closes #FXA-7803
- Loading branch information
1 parent
f270419
commit ea0df6a
Showing
21 changed files
with
586 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Component - Header | ||
|
||
payments-header-help | ||
.title = Help | ||
.aria-label = Help | ||
.alt = Help | ||
|
||
payments-header-bento | ||
.title = Mozilla products # hover text for bento menu | ||
.aria-label = Mozilla products # hover text for bento menu | ||
.alt = Mozilla Logo # bento menu logo alt text | ||
|
||
|
||
payments-header-bento-close | ||
.alt = Close # Icon shown in close-menu button | ||
payments-header-bento-tagline = More products from Mozilla that protect your privacy | ||
|
||
payments-header-bento-firefox-desktop = { -brand-firefox } Browser for Desktop | ||
payments-header-bento-firefox-mobile = { -brand-firefox } Browser for Mobile | ||
payments-header-bento-monitor = { -product-mozilla-monitor } | ||
payments-header-bento-firefox-relay = { -product-firefox-relay } | ||
payments-header-bento-vpn = { -product-mozilla-vpn } | ||
payments-header-bento-pocket = { -product-pocket } | ||
payments-header-bento-made-by-mozilla = Made by { -brand-mozilla } | ||
|
||
payments-header-avatar | ||
.title = Mozilla account menu # hover text for avatar dropdown menu | ||
|
||
payments-header-avatar-icon | ||
.alt = Account profile picture # profile picture alt text | ||
|
||
payments-header-avatar-expanded-signed-in-as = Signed in as | ||
payments-header-avatar-expanded-sign-out = Sign out |
Oops, something went wrong.