-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add web person page #252
Add web person page #252
Conversation
If this is a trivial change that doesn't warrant a test or changelog entry, you can mark it as #trivial in the PR title. Generated by 🚫 Danger |
…upb-mobile into web/layout/profile_view_people
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.
As a result of today's UI/UX design. the padding between cards should be the same (and the same as the one on HomePage) and the classes and contact information from PersonView should be aligned to the left
…/profile_view_people # Conflicts: # lib/pages/classes/view/classes_page.dart # lib/pages/people/view/person_view.dart
-redesign person_view page
-center the cards in the page
-fix bug with the avatar image (resize after the page scale, now it is fixed image)
-add scrollbar in case of too many courses (must be extracted in another widget)