-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VPN-4691: Add location selection help sheet #8873
Conversation
@@ -928,6 +928,19 @@ devices: | |||
value: My devices | |||
comment: Title for the menu bar when viewing the devices or device limit pages | |||
|
|||
locationTitle: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@flodolo format is incorrect now, but will be resolved once #8864 is merged. These strings will fall under the helpSheets label
1f32dbd
to
b2a7740
Compare
src/mozillavpn.cpp
Outdated
@@ -1381,6 +1381,11 @@ void MozillaVPN::registerUrlOpenerLabels() { | |||
uo->registerUrlLabel("upgradeToAnnualUrl", []() -> QString { | |||
return Constants::upgradeToAnnualUrl(); | |||
}); | |||
|
|||
uo->registerUrlLabel("sumoMultihop", []() -> QString { | |||
return "https://support.mozilla.org/en-US/kb/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's drop the "en-US" here because it stipulates that the page is shown in English. Without it, moz.org will route the page based on the person's browser language prefs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need to change the URL and then 👍
@@ -156,19 +156,6 @@ FocusScope { | |||
right: parent.right | |||
} | |||
|
|||
MZCollapsibleCard { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤩✨🧹👋
...This is a great way for ServerList.qml to start the new year.
@@ -131,6 +150,27 @@ Item { | |||
} | |||
} | |||
|
|||
Loader { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A 'HelpSheetLoader' component is starting to sound better and better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea... or even just a loader as the base for all sheets. will do this for all in a fast follow
ba52e18
to
01ff742
Compare
Description
NOTE: Depends on #8864: VPN-4687: Add DNS settings help sheet
Screen.Recording.2023-12-27.at.3.09.03.PM.mov
Reference
VPN-4691: Implement the 'Location Selection' in-product help sheet