-
Notifications
You must be signed in to change notification settings - Fork 387
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
Alphabetical sorting for custom list locations ios 604 #6106
Alphabetical sorting for custom list locations ios 604 #6106
Conversation
7e3d16c
to
dd06371
Compare
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.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @mojganii)
ios/MullvadVPN/View controllers/SelectLocation/CustomListLocationNodeBuilder.swift
line 56 at r1 (raw file):
private extension CustomListLocationNode { func sorted() {
Nit: sorted
(in past tense) usually indicates a return value of the sorted array, while simply sort
usually indicate sorting in place.
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.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @mojganii)
dd06371
to
7e11be9
Compare
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.
Reviewable status: 0 of 1 files reviewed, all discussions resolved (waiting on @rablador)
ios/MullvadVPN/View controllers/SelectLocation/CustomListLocationNodeBuilder.swift
line 56 at r1 (raw file):
Previously, rablador (Jon Petersson) wrote…
Nit:
sorted
(in past tense) usually indicates a return value of the sorted array, while simplysort
usually indicate sorting in place.
Done.
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.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved
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.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved
7e11be9
to
b1722ac
Compare
🚨 End to end tests failed. Please check the failed workflow run. |
This pull request introduces functionality to display the locations of a custom list in alphabetical sorting within each location group. To achieve this, the following steps were taken:
Country
City
, andHost
.This change is