Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Added screens to add to waitlist and a page to display on success of the same
* Incorporated small comment
|
|
|
|
* Added welcome page
* Working code
* Small fix
* Some more cleanup
* Fixes
* Cleanup
* Fix again
* Use gradient for white bg as well
* Fixed type
|
|
* move async-storage
* removed lock files
* added lock files to gitignore
* added the wrong file to gitignore
* minor fixes
|
|
* Batch one : major changes
* WIP checkpoint
* The one before the final touch
* Probable final touch
* ran yarn lint D:
* linter broke something
* fixed a small bug
* Addressed a small nitpick
* Well abstracted now
Co-authored-by: Ivan Chen <ivan@thetaggid.com>
|
|
nitpick (#55)
* Make call to a the correct API on backend and a nitpick
* Added a feedback (Alert) after successful image upload
* Iterate through the returned data to see if the image was actually uploaded successfully
|
|
* Do not skip invitation code verification
* Check code length before calling the backend API
* Nitpick
|
|
onboarding screen (#46)
* Added invitation code verification screen as the first onboarding screen
* Changed screen order on some screens and a quick check on back navigation
|