-
Notifications
You must be signed in to change notification settings - Fork 0
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
Overflow gets cancelled on login | BUG #184
Conversation
Visit the preview URL for this PR (updated for commit 79d6559): https://blueprintsupportivehousing--pr184-aathi-testing-c9ksqtqg.web.app (expires Sun, 03 Dec 2023 20:38:35 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: f6bcdba7452bf82a6ec1a299c37d1bdff7870d09 |
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.
Great job fixing the bug! I found an issue with horizontal overflow but the solution should be quick to implement.
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.
I noticed the same issue as before in Signup.tsx
but after that I think this is ready.
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.
So I noticed that the messages below the buttons for both the Signup and Login page are different - I suggested changes on the Signup Page that fix this that utilize Flexbox and removes the use of margin and padding (which could produce unexpected results on different screen sizes)
To keep things consistent the same changes can also be made on the Login page and then both forms should look identical styling wise and this should be good to go! Let me know if you have any questions/confusions with the suggestions at all.
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.
LOOKS GREAT I left like a million comments on this one so thanks for addressing everything 🙏
This should be good to merge once #202 is merged (just because it adds error messages on this page that will cause conflicts, but should be easier to address in this PR)
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.
LGTM!!!!
Implementation description
Steps to test
What should reviewers focus on?
Checklist