-
Notifications
You must be signed in to change notification settings - Fork 619
[Portal] improve reponsive for mobile #7655
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
|
WalkthroughThe changes update styling and responsive behavior for UI components in the portal application. Adjustments include modifying padding and icon sizes in the header, making sidebar overflow scrollable but visually hidden, and standardizing icon sizing across search and theme switcher components for better responsiveness. No logic or public API changes were made. Changes
Estimated code review effort1 (<30 minutes) Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
🧰 Additional context used📓 Path-based instructions (2)**/*.{ts,tsx}Instructions used from: Sources:
**/*.{ts,tsx,js,jsx}Instructions used from: Sources:
🧠 Learnings (5)📓 Common learningsapps/portal/src/components/others/theme/ThemeSwitcher.tsx (11)Learnt from: CR Learnt from: MananTank Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR apps/portal/src/components/Layouts/DocLayout.tsx (11)Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR apps/portal/src/components/others/DocSearch.tsx (10)Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: MananTank Learnt from: CR Learnt from: saminacodes Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR apps/portal/src/app/Header.tsx (16)Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: CR Learnt from: MananTank Learnt from: CR Learnt from: saminacodes Learnt from: CR Learnt from: CR 🔇 Additional comments (5)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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
CodeRabbit Configuration File (
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
|
@Axyl1410 is attempting to deploy a commit to the thirdweb Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Hi @Axyl1410, Thanks for the contribution! |
PR-Codex overview
This PR focuses on adjusting the sizes of various icons and components across multiple files to ensure consistency in design. It also modifies the scrollbar behavior in the
DocLayoutcomponent.Detailed summary
SearchIconsize fromsize-6tosize-5inDocSearch.tsx.DocLayout.tsxtooverflow-y-scroll no-scrollbar.Skeleton,SunIcon, andMoonIconsizes fromsize-6 lg:size-5tosize-5 lg:size-6inThemeSwitcher.tsx.Headercomponent'sMessageCircleIconandMenuIconsizes fromsize-7tosize-5 lg:size-6.Headerfrompt-4top-4.Summary by CodeRabbit