aboutsummaryrefslogtreecommitdiff
path: root/src/screens/onboarding/InvitationCodeVerification.tsx
AgeCommit message (Collapse)Author
2021-04-15cleaned up Verification to be PasswordVerificationIvan Chen
2021-04-09removed chat client inside userloginShravya Ramesh
2021-04-09connecting user during loginShravya Ramesh
2021-03-30removed logIvan Chen
2021-03-30passing username properlyIvan Chen
2021-03-19Removed Welcome to Tagg Popupankit-thanekar007
2021-03-19changed alert text, login worksIvan Chen
2021-02-26onboarding revamp done!Ivan Chen
2021-01-15updated some stringsIvan Chen
2021-01-15created strings.ts and lintingIvan Chen
2021-01-12[TMA 472] Added option to be added to Taggs wait list (#168)Ashm Walia
* Added screens to add to waitlist and a page to display on success of the same * Incorporated small comment
2020-12-29Small fix (#148)Ashm Walia
2020-12-22[TMA 446] Create category (#144)Ashm Walia
* Added welcome page * Working code * Small fix * Some more cleanup * Fixes * Cleanup * Fix again * Use gradient for white bg as well * Fixed type
2020-11-03[BUILD FIXES] Update icons and other minor fixes (#98)Husam Salhab
* move async-storage * removed lock files * added lock files to gitignore * added the wrong file to gitignore * minor fixes
2020-10-18[TMA 279] Ability to search and view someone's profile (#58)Ashm Walia
* 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>
2020-10-14[TMA-232] (Small change) Make call to the correct API on backend and a ↵Ashm Walia
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
2020-10-13[TMA-238] (Small change) Do not skip invitation code verification (#54)Ashm Walia
* Do not skip invitation code verification * Check code length before calling the backend API * Nitpick
2020-10-13[TMA - 238] Added invitation code verification screen as the first ↵Ashm Walia
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