-
Notifications
You must be signed in to change notification settings - Fork 49
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
✨ Allow sidebar width adjustment & cleanup toggle logic #806
base: main
Are you sure you want to change the base?
✨ Allow sidebar width adjustment & cleanup toggle logic #806
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ |
@NoritakaIkeda is attempting to deploy a commit to the ROUTE06 Core Team on Vercel. A member of the Team first needs to authorize it. |
Issue
Why is this change needed?
This PR introduces improvements to the sidebar functionality, including width adjustment, persistent storage, and hover effects. It also cleans up redundant code and resolves a sidebar state inconsistency issue.
What would you like reviewers to focus on?
Testing Verification
2025-03-04.21.54.16.mov
Concerns
SSR-Related Issue with shadcn/ui Resizable Component
Missing Sidebar Animation on Toggle
Currently, the sidebar does not have an animation when opening or closing.
Sidebar Opens with minSize After Reload
2025-03-04.22.08.18.mov
What was done
pr_agent:summary
Detailed Changes
pr_agent:walkthrough
Additional Notes