feat(mobile): Uses profile photo for user avatar drawer (#1738)

* uses profile photo for user avatar drawer

* Added some styling to the profile picture

* made the whole profile photo a gesture detector

* fixed image updating

* invalidates cachednetworkimage when new profile photo is uploaded

* Revert "invalidates cachednetworkimage when new profile photo is uploaded"

This reverts commit 17c83be5561fba4b1b20199b0a8113b0f5f90817.

* Add fadeInImage to loading user profile

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
martyfuhry
2023-02-12 22:32:16 -05:00
committed by GitHub
parent caac3bfc95
commit 12a6a7d95a
4 changed files with 153 additions and 43 deletions

View File

@@ -6,7 +6,7 @@
"packages": {
"": {
"name": "immich",
"version": "1.45.0",
"version": "1.46.1",
"license": "UNLICENSED",
"dependencies": {
"@nestjs/bull": "^0.6.2",