-
Notifications
You must be signed in to change notification settings - Fork 326
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
Sort and pagination. #2286
Draft
dhoehna
wants to merge
18
commits into
main
Choose a base branch
from
user/dhoehna/ImproveSearchingSortingAndFiltering
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Sort and pagination. #2286
Conversation
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
dhoehna
requested review from
vineeththomasalex,
dkbennett,
krschau,
EricJohnson327,
brialmsft,
SohamDas2021,
AmelBawa-msft,
bbonaby and
a team
February 20, 2024 20:04
krschau
approved these changes
Feb 20, 2024
tools/SetupFlow/DevHome.SetupFlow/ViewModels/AddRepoViewModel.cs
Outdated
Show resolved
Hide resolved
tools/SetupFlow/DevHome.SetupFlow/ViewModels/AddRepoViewModel.cs
Outdated
Show resolved
Hide resolved
tools/SetupFlow/DevHome.SetupFlow/ViewModels/AddRepoViewModel.cs
Outdated
Show resolved
Hide resolved
tools/SetupFlow/DevHome.SetupFlow/ViewModels/IncrementalRepoViewItemViewModel.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Kristen Schau <[email protected]>
Co-authored-by: Kristen Schau <[email protected]>
Co-authored-by: Kristen Schau <[email protected]>
…tps://github.com/microsoft/devhome into user/dhoehna/ImproveSearchingSortingAndFiltering
Review needed for Combo Box, not designed by design |
tools/SetupFlow/DevHome.SetupFlow/ViewModels/IncrementalRepoViewItemViewModel.cs
Show resolved
Hide resolved
vineeththomasalex
approved these changes
Feb 22, 2024
Converting to draft until design signs off on the UI change. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of the pull request
Adding the ability to sort repo results by name.
Added pagination in the repo window.
References and relevant issues
Detailed description of the pull request / Additional comments
In addition to the above fixes, I also moved more code out of the View's code-behind and into
AddRepoViewModel
.The code in
AddRepoViewModel
is a bit messier and it still has a reference back toAddRepoDialog
However, this is a necessary step to get as much code out ofAddRepoDialog.xaml.cs
as possible.These improvement changes are now in #2298 Please use that PR if you want to comment on any non-sort and pagination items.
Validation steps performed
Cloned repos and made a dev drive.
PR checklist
Movie! (The ListView, and page size was altered for this video to show off pagination)