aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-07-06[TMA-62] Basic Login Input Validation (#11)Justin Shillingford
* Updated createRef() to useRef() * Animated invalid input hint Also removed useless focusPasswordInput prop * Users can no longer submit without typing * Added basic input validation for Username * Fixed username input validation 😅 * Removed autocapitalize from keyboard * Trim username input as early as possible Also removed trim from password * Adjusted styling to accomodate longer hint message * Lint cleaning * Updated documentation of update methods * Forgot to include periods in the error message 😅 * Modified styling to accomodate longer hint
2020-06-30Next button on keyboard works again!Justin Shillingford
2020-06-30Made registration start after Get Started buttonJustin Shillingford
2020-06-30Forgot to lintJustin Shillingford
2020-06-30Added ability to dismiss keyboard on outside tapJustin Shillingford
2020-06-30Updated function props to be functionsJustin Shillingford
2020-06-29Removed PropTypes importJustin Shillingford
2020-06-29Updated, props to use interfaceJustin Shillingford
2020-06-29Added validationWarnings to LoginInput componentJustin Shillingford
2020-06-29Removed credentials style definitionJustin Shillingford
2020-06-29Undefined keyboardType if unknown situationJustin Shillingford
2020-06-29Forgot to update to the placeholder 😅Justin Shillingford
2020-06-29Added isPassword prop to LoginInput.tsxJustin Shillingford
2020-06-29Removed TextInput focus code for nowJustin Shillingford
Also miscellaneous code cleanup
2020-06-29Created StyleSheet for Registration.tsxJustin Shillingford
The Linter was bothering me lol
2020-06-29Created LoginInput ComponentJustin Shillingford
2020-06-29Merge branch 'tma42-Login-Page-UI' of ↵Justin Shillingford
https://github.com/JustinShillingford/Frontend into tma42-Login-Page-UI
2020-06-29Removed App.tsx and sign_in_logo.pngJustin Shillingford
2020-06-29Added new user text and buttonJustin Shillingford
Also updated logo to be high-res and styled start button
2020-06-29Added the logo, text inputs, and buttonsJustin Shillingford
2020-06-29Added Tagg logo to Sign In PageJustin Shillingford
2020-06-29Added base app with background color for Sign InJustin Shillingford
Everything's in App.tsx for now since we haven't discussed structure
2020-06-26add assets folder with logo.pngLeon Jiang
2020-06-26Added new user text and buttonJustin Shillingford
Also updated logo to be high-res and styled start button
2020-06-25cleanup file structure, add react-navigation & basic routesLeon Jiang
2020-06-25Added Tagg logo to Sign In PageJustin Shillingford