Skip to content
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

Merged
merged 8 commits into from
Jan 18, 2024
Merged

VPN-4691: Add location selection help sheet #8873

merged 8 commits into from
Jan 18, 2024

Conversation

MattLichtenstein
Copy link
Contributor

@MattLichtenstein MattLichtenstein commented Dec 27, 2023

Description

NOTE: Depends on #8864: VPN-4687: Add DNS settings help sheet

  • Implement help sheet for location selection
  • Remove collapsible help cards for recommended servers and multihop
Screen.Recording.2023-12-27.at.3.09.03.PM.mov

Reference

VPN-4691: Implement the 'Location Selection' in-product help sheet

@@ -928,6 +928,19 @@ devices:
value: My devices
comment: Title for the menu bar when viewing the devices or device limit pages

locationTitle:
Copy link
Contributor Author

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

@MattLichtenstein MattLichtenstein force-pushed the VPN-4691 branch 2 times, most recently from 1f32dbd to b2a7740 Compare December 28, 2023 16:53
@@ -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/"
Copy link
Member

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.

Copy link
Member

@lesleyjanenorton lesleyjanenorton left a 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 {
Copy link
Member

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 {
Copy link
Member

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.

Copy link
Contributor Author

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

@MattLichtenstein MattLichtenstein merged commit 0178bbc into main Jan 18, 2024
125 checks passed
@MattLichtenstein MattLichtenstein deleted the VPN-4691 branch January 18, 2024 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants