mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
* Build UI for loading state between AI->Match * Make designs for AI loading screen match Figma * Selective changes frombf872e2d4f* Selective changes from9ed81f99c7* Selective changes from4bc7c3474f* Selective changes from4916cf70fb* Replace loading state from store with props * Add some types * Make component agnostic of what skipping does * Remove debug info * Add more debug data * Elongate loading state if online errors out and offline is still loading in sequence * Remove underline This classname had no effect as far as I can tell. * Hide skip button when it has no function * Remove a comment that slipped through partial cherry-picking * Split apart online and offline fetch status Weird but even though they start in sequence it happened to me that online error was received after offline was fetched successfully. So, Let's split apart online and offline loading state. --------- Co-authored-by: Amanda Bullington <albullington@gmail.com>