-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
…read-and-roses into frontend-log-in-flow
src/components/Login.tsx
Outdated
}; | ||
|
||
return ( | ||
<div className="flex flex-col items-center" style={{ minHeight: "100vh" }}> |
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.
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!
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 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!
Add login and some error handling