-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/team directory responsive #32
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Hey Jane,
at bigger screen sizes it should have this design: https://www.figma.com/file/OAKUcYBLP3UOaRlnKrcf1G/Chingu-Dashboard?type=design&node-id=3049-20451&mode=dev
and at smaller screen sizes it should have this design: https://www.figma.com/file/OAKUcYBLP3UOaRlnKrcf1G/Chingu-Dashboard?type=design&node-id=4303-34381&mode=dev (what you have here).
Just need to change it to adapt to the original design in bigger screens.
Right? I just used 1920px breakpoint as you mentioned in the ticket. |
Weird...seems to be same issue as Tim's pr. I'm not sure why it's not working for me even though I'm on 1920x1080 monitor? |
@Dan-Y-Ko Well, in case of team directory: if your screen is 1920x1080 you should see a table. Is that what you see? If we want to see cards at 1920px I need to change the breakpoint to 1919px or maybe use max-width breakpoints instead of min-width. |
This is what I see https://i.imgur.com/nX61lnD.png It should be table, but it's not. |
Weird... I'm not an expert in resolutions, but maybe a few px are eaten by browser's borders... maybe check other browsers too.. or we can change the breakpoint to 1930px |
Ok I figured it out. It's a browser issue. Do you know of a quick solution to handle an edge case with Edge browser? If not, we can just merge this. Nvm, I looked into it. It's a useless feature they added into the Edge browser to add margins on the outside and with rounded corners. I think we can disregard this as there doesn't really seem to be any solutions atm. |
Feature/team directory responsive
Description
Responsive layout for the Team Directory. Have to use two layout components: table and card container. Their visibility is manipulated through the custom breakpoint (1920px).
Issue link
15-team-directory-page-responsive
Fixes # (issue)
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: