-
Notifications
You must be signed in to change notification settings - Fork 100
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
Added the feature : Added the clickable titles which collapse and expand on side bar nav #83
Conversation
Making headings as Accordions on Side Bar Nav
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
In dark theme, title color should be white Fix this @Akash-pugazh |
<AccordionItem className="border-b-0" value="item-title"> | ||
<div> | ||
<AccordionTrigger className="py-2 hover:no-underline"> | ||
{item.title} |
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.
title style is missing, "mb-1 rounded-md py-1 text-base font-medium dark:text-white"
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.
I'll modify 😊👍
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.
fix dark theme style
Fixes Issue : Feat added : Added the clickable titles on Side bar nav
Closes #53
Changes proposed
Made changes on the sidebar-nav.tsx file : Making the UI element on sidebar as accordion
Edit : I've noticed a older issue on making the title clickable to open the content and Added in this second commit Please feel free to go through the code
Edit 2 : Sorry Ive Re-Submitting this due to merge conflicts. 😊
Quick note :
I have also made a little change on reducing the padding bottom from 8 to 4 (Line: 25), because it really looks more spaced when its large, Feel free to modify or I'll make sure to edit and PR again. 😊
Added SS for Reference:
Some little changes on UI code
Main Issue Fix :
Check List (Check all the applicable boxes)
Screenshots
Note to reviewers
This is minor change and also my first contribution, Thank you for this opportunity, will contribute more from here 💕