Commit 2b6ce16
Nav bar (#36)
* Create navbar.tsx
* Update navbar.tsx
* Update layout.tsx
* Add user authentication state to navbar and homepage
Introduced user authentication state handling in the navigation bar and homepage. The Navigation component now accepts isSignedIn and User props to display user-specific options and avatar. Added mock user data and updated the homepage to use the new Navigation component. Added user and profile images to the public directory.
* delete some info
* replacing with the shadcn components
* walked back the theme, eliminate excessive color and restyle
* Update navbar.tsx
* remove unnecessary thing
---------
Co-authored-by: Joshua Silva <72359611+joshuasilva414@users.noreply.github.com>1 parent 318b13c commit 2b6ce16
File tree
11 files changed
+1000
-147
lines changed- public
- src
- app
- components
- ui
11 files changed
+1000
-147
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | | - | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments