Skip to content

Add sorting to PhotoAlbum #250

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 28, 2019
Merged

Conversation

jeffsieu
Copy link
Contributor

Changes

  • Adds "Sort by" to right click menu in PhotoAlbum.
  • Adds SortOption enum to represent current file attribute to sort by
  • Moves sorting logic to ItemViewModel from GenericFileBrowser. This allows sorting options to persist through folder navigation

image

Issues

  • Sort button not yet added in ribbon
  • Navigating to another folder currently
    sorts its files only after all of them
    are loaded.

Also:
- Adds SortOption enum to represent
  current file attribute to sort by
- Moves sorting logic to ItemViewModel
  from GenericFileBrowser. This allows
  sorting options to persist through
  folder navigation

Issues:
- Navigating to another folder currently
  sorts its files only after all of them
  are loaded.
@yaira2 yaira2 merged commit d62533a into files-community:sort Oct 28, 2019
@jeffsieu jeffsieu deleted the sorting-function branch October 30, 2019 14:30
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