-
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
Create nav component #158
Create nav component #158
Conversation
Gridiron Survivor Application
Project name: Gridiron Survivor Application
Only deployments on the production branch are activated automatically. If you'd like to activate this deployment, navigate to your deployments. Learn more about Appwrite Function deployments.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…n-survivor into rf_create-nav-component
…n-survivor into rf_create-nav-component
…m after the MVP deadline is complete
…AuthButton from page.tsx, and remove Nav from layout.tsx
…e fact that I renamed them.
…e fact that I renamed them.
PR approved. Squashing and merging. |
Closes #155 # Created nav component ![Screenshot of Nav component in dark mode](https://github.com/LetsGetTechnical/gridiron-survivor/assets/40150036/954db134-5f79-47d3-aa6f-df152bf9b4b8) https://github.com/LetsGetTechnical/gridiron-survivor/assets/40150036/0e143fbb-a8f7-45b9-9465-0983c3dfbc10 ## Todo - [x] Add hamburger icon ~~- [ ] Add logic to show sign out only if user is signed in (?)~~ Not needed for MVP - [x] Integrate `Button.tsx` component from #132 and use in place of standard `<button>` element --------- Co-authored-by: Shashi Lo <[email protected]>
Closes #155 # Created nav component ![Screenshot of Nav component in dark mode](https://github.com/LetsGetTechnical/gridiron-survivor/assets/40150036/954db134-5f79-47d3-aa6f-df152bf9b4b8) https://github.com/LetsGetTechnical/gridiron-survivor/assets/40150036/0e143fbb-a8f7-45b9-9465-0983c3dfbc10 ## Todo - [x] Add hamburger icon ~~- [ ] Add logic to show sign out only if user is signed in (?)~~ Not needed for MVP - [x] Integrate `Button.tsx` component from #132 and use in place of standard `<button>` element --------- Co-authored-by: Shashi Lo <[email protected]>
Closes #155 ![Screenshot of Nav component in dark mode](https://github.com/LetsGetTechnical/gridiron-survivor/assets/40150036/954db134-5f79-47d3-aa6f-df152bf9b4b8) https://github.com/LetsGetTechnical/gridiron-survivor/assets/40150036/0e143fbb-a8f7-45b9-9465-0983c3dfbc10 - [x] Add hamburger icon ~~- [ ] Add logic to show sign out only if user is signed in (?)~~ Not needed for MVP - [x] Integrate `Button.tsx` component from #132 and use in place of standard `<button>` element --------- Co-authored-by: Shashi Lo <[email protected]>
Closes #155
Created nav component
CleanShot.2024-04-26Arc000748.mp4
Todo
- [ ] Add logic to show sign out only if user is signed in (?)Not needed for MVPButton.tsx
component from Created custom button variants #132 and use in place of standard<button>
element