-
Notifications
You must be signed in to change notification settings - Fork 621
[Dashboard] Migrate missing extension overlay from chakra to tailwind css #6677
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
[Dashboard] Migrate missing extension overlay from chakra to tailwind css #6677
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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. This stack of pull requests is managed by Graphite. Learn more about stacking. |
adc1df7 to
98dab9c
Compare
size-limit report 📦
|
98dab9c to
c1f25e5
Compare
63642b4 to
8b4091e
Compare
|
|
c1f25e5 to
f3ad4e2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6677 +/- ##
=======================================
Coverage 55.05% 55.05%
=======================================
Files 889 889
Lines 55858 55858
Branches 3825 3825
=======================================
Hits 30751 30751
Misses 25012 25012
Partials 95 95
🚀 New features to boost your workflow:
|
Merge activity
|
… css (#6677) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on enhancing the UI components related to settings by adding `overflow="hidden"` to `Card` components and refining the `SettingDetectedState` component's structure and styling for improved clarity and responsiveness. ### Detailed summary - Added `overflow="hidden"` to `Card` components in multiple files. - Refactored `SettingDetectedState` to use a function declaration instead of a functional component type. - Improved the layout and styling of the loading and error states in `SettingDetectedState`. - Replaced `SimpleGrid` with a `div` for better control over layout. - Updated text structure and classes for better styling consistency. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
f3ad4e2 to
b4e5dc1
Compare

PR-Codex overview
This PR focuses on enhancing the UI components related to settings in a dashboard application by adding
overflow="hidden"toCardcomponents and improving theSettingDetectedStatecomponent's structure and styling.Detailed summary
overflow="hidden"toCardcomponents in multiple files.SettingDetectedStateto a function component with inline props definition.SettingDetectedStatefor better responsiveness and design.SimpleGridwith adivfor layout adjustments.