Skip to content

Add sort button to app ribbon #253

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

Merged
merged 1 commit into from
Oct 30, 2019
Merged

Add sort button to app ribbon #253

merged 1 commit into from
Oct 30, 2019

Conversation

jeffsieu
Copy link
Contributor

This commit completes the implementation of sorting in Files by adding a "Sort by" button to the ribbon.
image

Other changes

  • Moves all sorting-related properties (e.g. IsSortedByName) to ItemViewModel from GenericFileBrowser and PhotoAlbum
  • Refactors all instances of NotifyPropertyChanged to use the CallerMemberName attribute
  • Removes some unused namespace references

Related issues

#20

This commit completes the implementation of
sorting in Files by adding a "Sort by" button
to the ribbon.

Other changes:
- Moves all sorting-related properties (e.g. IsSortedByName)
  to ItemViewModel from GenericFileBrowser and PhotoAlbum
- Refactors all instances of NotifyPropertyChanged
  to use the CallerMemberName attribute
- Removes some unused namespace references
@yaira2 yaira2 merged commit 1692c0a into files-community:sort Oct 30, 2019
@jeffsieu jeffsieu deleted the sort branch November 3, 2019 05:08
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.

2 participants