mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-02-02 18:11:27 -05:00
* Refactor upload code into hook and zustand slice * Create a single source of truth for toolbar and individual progress * Fix unit tests * Fix more tests * Continue trying to simplify upload progress and status code * Continued overhaul of upload code * Fix exclamation point in Toolbar * Fix total toolbar progress * Fix tests * Update snapshots * Code cleanup * Update MyObs test * Fix most tests by not deleting realm * Keep attempting to make toolbar text clear in subsequent tests * Delete photos from observation; allow upload once photos deleted; closes #1575 * Only pass photo uri into evidence list; fix test * Fix merge