textileio / photos

[DEPRECATED] Encrypted, secure, decentralized personal data wallet -- technology behind textile.photos
https://www.textile.photos/
MIT License
241 stars 22 forks source link

Consolidate photo processing + file sync UI #1259

Closed asutula closed 5 years ago

asutula commented 5 years ago

This unifies all processing of photos (camera roll sync + sharing to groups) and consistently displays file sync status for photos is both the camera roll photos screen and in shared groups.

The current photo state UI for shared groups is: The small thumbnail and a text status are displayed while the photo is pending being added and while it's adding to the thread. After it's added, the full-sized photo appears and a progress indicator shows the progress of the uploads. Any error is displayed with an alert icon.

The photo state UI in the camera roll sync screen is: The photo thumb is displayed with a progress indicator in "intermediate" state (where it spins around indicating a pre-progress state) while the photo is being added to the thread. Once the file sync begins, the progress indicator shows the progress of the uploads. Any error is displayed with an alert icon.

Closes #1259 and closes #1238

asutula commented 5 years ago

I know this is big, but anyone want to give it a glance?