-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Add IDs to elements of landing, login, register, and what's…
… new screens (#189) refactor: add unique ID for all input fields and their titles in login screen - Title: (Sign In) - Text: (Welcome back! Please authorize to continue.) - Email and Password (Labels and TextFields) - Button: (Forgot password?) - Button (Sign In) - Text: (Or sign in with:) - Buttons: (Sign in with Google, Facebook, Microsoft and Apple) - On Forgot password page (Title, Text, Email label, Email field and Reset password button) refactor: add unique ID for all input fields and their titles in Register screen - Title: (Sign up) - Text: (Create new account.) - All Input Fields with Labels and notes under the Fields (Full name, public name, email, password) - Add ID and text: (Country or Region of Residence dropdown and its label) - ID to all buttons (Create account, Register with facebook, Microsoft and Apple) - Dropdowns: (Highest education and Gender) - Dropdown values (Country, education and Gender) refactor: add a Unique ID for Landing Screen - The title under the App logo (Courses and programs from the world's best universities in your pocket) - Text: (What do you want to learn?) - Textfield (Search our 3000+ courses) - Button: (Explore all courses) - Button: Register - Button: Sign in refactor: add a Unique ID for What's new Screen - Title and Close Button - Next, Previous & Done Buttons - fix crash on whats new screen fixes: LEARNER-9726
- Loading branch information
1 parent
afcda48
commit e31d96c
Showing
10 changed files
with
149 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.