-
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
Karmveer/feature/27/auth pages #87
Conversation
…screens take up full space
web/src/App.tsx
Outdated
@@ -3,18 +3,15 @@ import Header from "./components/Header"; | |||
import Footer from "./components/Footer"; | |||
|
|||
const App = () => { | |||
|
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.
Use main code for this page. The styling added is out of date
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. Please fix comment, then feel free to merge
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 work!
closes #27
closes #26
Finished frontend for sign up and login
Inprogress frontend for user-info
Mofied nav bar to change what it shows whether you are logged in or not