-
Notifications
You must be signed in to change notification settings - Fork 3
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
improved design and UX in /dash page #2
base: main
Are you sure you want to change the base?
Conversation
Someone is attempting to deploy a commit to a Personal Account owned by @phukon on Vercel. @phukon first needs to authorize it. |
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.
Great work! Things are much better now.
However could you please make sure the rendered canvas is responsive?
output.mp4
</Button> | ||
<SelectTheme handleThemeChange={handleThemeChange} /> | ||
</div> | ||
<div className="relative w-[400px] md:w-[900px]"> |
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.
Great work! Things are much better now.
However could you please make sure the rendered canvas is responsive?
Result
clack-p-1.mp4
Changes
SelectTheme
functionality from the /dash page & created a separate component for itcopy 🔗
button in the graph/page.tsx for UI consistencygraph
andgraph-layout
component, as they are now solely responsible for changing their theme state (Future imrpovement: using custom context for theme)activity calender
, it gives more flexibility to work with web specific features like click, hover etc)