-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redesign: Profile/Edit Profile View #926
Conversation
@ravi5175 It is mentioned in the issue that only UI mocks are required and changes in the code are not to be done. Also, pls change the branch name from develop to something else; which is more relevant to the Issue. |
@sanchi0204 i am not able to locate this docs/ui in the repo, can you guide me |
@ravi5175 you have to create both docs and ui folders and then add the markdown file |
@sanchi0204 requested changes are done, please check it |
@ravi5175 3 points to note:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ravi5175 please squash your commits into one to keep the working directory clean
@sanchi0204 , i had done the changes that you requested but i need to make a new pull request since this one still using the develop branch, so i am closing this one |
Description
Closes #807
Redesigned Profile Section with a minimalistic UI approach
![image](https://user-images.githubusercontent.com/48784560/93579133-bb03a400-f9bb-11ea-9511-24e452bb4443.png)
Changes:
Profile
switch status instantly without getting into edit section.Status is being represented by changing colors (Green for active,Grey for inactive).
Edit Profile
Checklist:
Code/Quality Assurance Only