-
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
Dashboard - overview v0 #18
Dashboard - overview v0 #18
Conversation
return ( | ||
<div className='flex h-full'> | ||
<SidebarDashboard /> | ||
{/* <Overview /> */} |
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.
this Im still deciding how to navigate this side bar, when I'm done with the contracting page Ill delete this comment :)
when clicking on dashboard from the nav bar I think it should render by default the overview, at the moment when clicking on dashboard it renders only the side bar and once you click on overview it shows this page
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.
when clicking on dashboard from the nav bar I think it should render by default the overview,
Indeed this is the expected behaviour, it would be best to have it this way.
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.
Oki, I implemented this in the next Pr in contracting v.0. if you think this is enough only for the overview, let me know so we can merge
Hey Team!
Whats new?
Please leave any feedback and try to break it 💥 :)
closes #10