-
Notifications
You must be signed in to change notification settings - Fork 33
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
Solved Issue #68 [FEATURE] Tablet Mode for Teams Section [GSSoC'23] #110
base: Development
Are you sure you want to change the base?
Conversation
- Created Developer.module.css. - Modified CSS for Tablet Mode. - Fixed layout bugs in Tablet Mode. - Edited CSS to ease transition to TailwindCSS.
This is not an accurate design @vishnu9865. You will have to push a little harder, this is the first time we are developing a page for tablet so you will have to adjust minor details of components being used in every page as well |
@kaustubhai Sir, |
- Tablet function now takes nextjs router object as argument. - Anyone wanting to enable a page can add to the conditions in the return statement easily.
- Removed uneccessary console logs in the code.
Yeah yeah please go ahead. I think it was mentioned in the issue itself that this is the first page that was being migrated to tablet mode. Kudos for thinking for conflicts but, you had a go-ahead already to work on that |
Ok sir, working on it 🚀🚀🚀 |
- navbar changes layout to a flex container with space-between. - Mobile navbar becomes visible at max-width: 775px - Changes to VOVOCA icon in navbar for better layout and responsiveness.
- additional bug fixed for the tablet mode navbar.
@kaustubhai Sir, |
Sharing few pointers with you, I think it will look better then:
|
@kaustubhai Ok sir, working on it. |
- Remove Home button - Remove Flex layout and make navbar group right aligned.
- edited CSS rules to remove icon in tablet mode.
@kaustubhai Sir, |
In review @vishnu9865 |
@kaustubhai Sir, ?? |
Description
Feat: enable Tablet Mode for Teams Section
Related Issue(s)
Closes #68
Proposed Changes
Screenshots (if applicable)
Checklist