-
-
Notifications
You must be signed in to change notification settings - Fork 285
Sidebar migration to chakra ui #1113
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
Conversation
Summary by CodeRabbit
WalkthroughThis pull request refactors the mobile menu functionality in the Header component by replacing a custom outside click handler with Chakra UI’s Drawer and Portal components. The implementation now uses the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Tip ⚡🧪 Multi-step agentic review comment chat (experimental)
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (5)
🔇 Additional comments (4)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
I have fixed the test, there was no requirement of the dynamic id as it can vary, also all the expected things are now rendered correctly, thus passing the tests and giving us expected outcome :) |
arkid15r
left a comment
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.
LGTM
|
* navbar improvements * fixed contibute e2e test * checks and lint --------- Co-authored-by: Arkadii Yakovets <2201626+arkid15r@users.noreply.github.com>





Resolves #700
Before
2025-03-15.19-16-59.mp4
After
2025-03-15.19-17-42.mp4