-
Notifications
You must be signed in to change notification settings - Fork 65
feat(webui): refined all pages added border radius fix spacing issues #336
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
…and text alignment issues in home page
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## unstable #336 +/- ##
============================================
+ Coverage 43.38% 47.16% +3.77%
============================================
Files 37 45 +8
Lines 2971 4425 +1454
============================================
+ Hits 1289 2087 +798
- Misses 1544 2129 +585
- Partials 138 209 +71
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Pull Request Overview
This PR refines the UI across all pages by standardizing border radius values and improving layout consistency. The changes replace Tailwind CSS border radius classes with inline style objects to achieve more precise and consistent rounded corners throughout the application.
- Standardizes border radius values across all UI components using inline styles instead of Tailwind classes
- Improves text alignment and spacing on the home page for better readability
- Updates form dialogs, search components, buttons, and cards with consistent rounded corner styling
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| webui/src/app/ui/formDialog.tsx | Updates form dialog components with standardized border radius using inline styles |
| webui/src/app/page.tsx | Refines home page layout with improved text alignment and consistent border radius styling |
| webui/src/app/namespaces/page.tsx | Applies consistent border radius to namespace cards, search inputs, and filter components |
| webui/src/app/namespaces/[namespace]/page.tsx | Updates cluster listing page with standardized border radius for cards and UI elements |
| webui/src/app/namespaces/[namespace]/clusters/[cluster]/shards/[shard]/page.tsx | Applies consistent styling to shard page components including search and filter elements |
| webui/src/app/namespaces/[namespace]/clusters/[cluster]/shards/[shard]/nodes/[node]/page.tsx | Updates node detail page with consistent border radius for information cards and copy buttons |
| webui/src/app/namespaces/[namespace]/clusters/[cluster]/page.tsx | Standardizes cluster page styling with consistent border radius values |
Refined the UI across all pages by introducing more modern and clean design consistent border radius , fixing spacing inconsistencies and improving text alignment on the home page for better readability, these changes enhance overall visual appeal and user experience.