-
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
feat: added sidebar (#1) #9
Conversation
src/components/Sidebar.tsx
Outdated
<Flex width="100%" height="100%" backgroundColor="blue.500" direction="column" justifyContent="space-between" color="white"> | ||
<Box> | ||
<HStack padding="16px"> | ||
<Image src='' alt="Blueprint Logo" boxSize="100px"></Image> |
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.
@ZhangTerrence I just added the logos in your branch feat/sidebar
under src/assets/images
. Can you update the src
I updated the image srcs, added routing functionality to the buttons, and moved Sidebar to HomePage. As for the icons, I was able to get some free svgs so I created custom icons which I temporarily put in the icons directory. |
You're crazy. Thanks |
cb58cef
to
c95ad3c
Compare
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.
Thanks for your work!
I added the sidebar but there are some features I wasn't able to add:
Also I put the Sidebar components in a newly created components directory. I wasn't sure where to put it for this project it's there for now.