Skip to content
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

Signuppage ui fix #144

Merged
merged 3 commits into from
Aug 31, 2020
Merged

Signuppage ui fix #144

merged 3 commits into from
Aug 31, 2020

Conversation

godwinpang
Copy link
Collaborator

@godwinpang godwinpang commented Aug 30, 2020

closes #140

kinda wip but you can preview it now - I'll go ahead and fix the minwidth stuff on the dropdown as well

edit: completely done :)

Honestly idk what's different - probably line endings.
@netlify
Copy link

netlify bot commented Aug 30, 2020

Deploy preview for hkn-ucsd-portal-dev ready!

Built with commit 95432ca

https://deploy-preview-144--hkn-ucsd-portal-dev.netlify.app

@godwinpang godwinpang requested a review from thai-truong August 30, 2020 02:11
@godwinpang godwinpang self-assigned this Aug 30, 2020
Copy link
Collaborator

@thai-truong thai-truong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm. Just wanted to ask more about the css stuff you used, hopefully I can learn from that.

signUpButton: {
marginTop: '10px',
signUp: {
marginTop: 8,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does 8 mean here? 8 pixels?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah 8 converts to px for material ui css :)

marginTop: '37px',
marginBottom: '37px',
paddingBottom: '20px',
[theme.breakpoints.up('sm')]: {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this? Just curious cuz I really don't know LOL

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a nice wrapper around media queries that mui gives us

@thai-truong thai-truong linked an issue Aug 30, 2020 that may be closed by this pull request
@godwinpang godwinpang merged commit b4cf5a2 into dev Aug 31, 2020
@godwinpang godwinpang deleted the signuppage_ui_fix branch September 5, 2020 21:45
godwinpang added a commit that referenced this pull request Sep 20, 2020
* Add autochanged tsconfig.

* Make signup page responsive.

* Drop minWidth on dropdowns to prevent overflow.
thai-truong pushed a commit that referenced this pull request Oct 3, 2020
* Add autochanged tsconfig.

* Make signup page responsive.

* Drop minWidth on dropdowns to prevent overflow.

Rebase commits from modal_refactor onto master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sign Up screen is clipped on phone Signup page clipped content on small screens
2 participants