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

Fix blurry thumbnails for some items in grid view #790

Merged
merged 18 commits into from
May 15, 2020

Conversation

lukeblevins
Copy link
Contributor

After carefully observing the loading of some items' extended properties (i.e. thumbnails), I noticed that some were being loaded from GenericFileBrowser.cs despite the frame being navigated to the PhotoAlbumView. This PR properly registers/unregisters the event that layout mode views can subscribe to from the ViewModel. Thus, thumbnails are loaded at the correct size always.

@lukeblevins lukeblevins requested a review from yaira2 May 15, 2020 21:50
@lukeblevins lukeblevins changed the base branch from develop to master May 15, 2020 21:52
@lukeblevins lukeblevins changed the base branch from master to develop May 15, 2020 21:52
@ghost ghost added the needs - code review label May 15, 2020
@yaira2 yaira2 added ready to merge Pull requests that are approved and ready to merge and removed needs - code review labels May 15, 2020
@yaira2 yaira2 merged commit 80cb05b into develop May 15, 2020
@yaira2 yaira2 deleted the blurry-thumbnails-gridview branch May 15, 2020 22:40
@yaira2 yaira2 mentioned this pull request May 19, 2020
lukeblevins added a commit that referenced this pull request May 19, 2020
* Fix blurry thumbnails for some items in grid view (#790)

* Switch ThumbnailMode to SingleItem for better thumbnails (#791)

* Fixed crash when using keyboard shortcuts the home page (#802)

* Optimized home page identifying (#804)

* Defer adding drives to UI until MainView is activated (#806)

* Update Package.appxmanifest

Co-authored-by: Luke Blevins <lukeblevins15@gmail.com>
Co-authored-by: Vladyslav <tsvetkov_vlad@ukr.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Pull requests that are approved and ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants