forked from Code-4-Community/scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 0
[SSF 190] - Navbar #156
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
Merged
Merged
[SSF 190] - Navbar #156
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
98321b8
final commit
dburkhart07 02a7414
added icon in login page
dburkhart07 4bc3615
final commit
dburkhart07 50ead8b
fixed navigation bugs and comments
dburkhart07 7cc5aa0
fixed null dashboard bug
dburkhart07 6d3ee7e
Merge main
sam-schu 426d1b5
Use route constants
sam-schu 695f72c
Add new pages to navbar
sam-schu 6f60068
comments
dburkhart07 d949fc6
fixed enum usage
dburkhart07 f38ad06
fixed enum usage
dburkhart07 3f16b7a
surely amy approves now!!
dburkhart07 008f2f1
added gap from dashboard
dburkhart07 744c5a2
amy's frontend pr reviews scare me
dburkhart07 d38d1d3
merged main
dburkhart07 ceca3bf
removed fuzzy navbar
dburkhart07 f897229
merged main
dburkhart07 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "git.ignoreLimitWarning": true | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| import { Box } from '@chakra-ui/react'; | ||
|
|
||
| const AuthHeader: React.FC = () => ( | ||
| <Box | ||
| h="74px" | ||
| w="full" | ||
| bg="white.core" | ||
| display="flex" | ||
| alignItems="center" | ||
| pl="26px" | ||
| flexShrink={0} | ||
| > | ||
| <Box w="40px" h="40px"> | ||
| <img | ||
| src="/favicon.ico" | ||
| alt="SSF" | ||
| style={{ width: '100%', height: '100%', objectFit: 'contain' }} | ||
| /> | ||
| </Box> | ||
| </Box> | ||
| ); | ||
|
|
||
| export default AuthHeader; |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.