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

Frontend log in flow #28

Merged
merged 13 commits into from
Nov 15, 2024
Merged

Frontend log in flow #28

merged 13 commits into from
Nov 15, 2024

Conversation

KY233466
Copy link
Collaborator

@KY233466 KY233466 commented Nov 8, 2024

Add login and some error handling

@KY233466 KY233466 linked an issue Nov 8, 2024 that may be closed by this pull request
};

return (
<div className="flex flex-col items-center" style={{ minHeight: "100vh" }}>
Copy link
Collaborator

@wkim10 wkim10 Nov 12, 2024

Choose a reason for hiding this comment

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

Could you guys use Tailwind styling when possible? I know it might not work with MUI components but for regular tags like divs let's keep it consistent!

Copy link
Collaborator

@wkim10 wkim10 left a comment

Choose a reason for hiding this comment

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

Looks really great guys, good work! In general, one thing to look out for is small things that ESLint gets mad about, you can check to see if there's anything it doesn't like by running npm run build before you make a PR.

Made a few small comments but after you address them feel free to merge!

@KY233466 KY233466 merged commit 60b494e into main Nov 15, 2024
1 check passed
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.

[Frontend] Log In Flow
3 participants