-
Notifications
You must be signed in to change notification settings - Fork 25
App store style fixes #1218
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
App store style fixes #1218
Conversation
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 fixes styling regressions from the Tailwind migration, primarily focusing on the app store components. The changes improve spacing, borders, and visual consistency while updating the global card component border radius.
- Removed excessive margins and improved spacing consistency in app store views
- Enhanced visual styling with cursor pointer on tags and removed unnecessary height constraints
- Updated OcCard border radius from
border-smtoborder-mdglobally - Fixed TextEditor preview background color
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/web-pkg/src/components/TextEditor/TextEditor.vue | Added transparent background for text editor preview component |
| packages/web-app-app-store/src/views/AppList.vue | Reorganized margins for better spacing between filter controls and app list |
| packages/web-app-app-store/src/views/AppDetails.vue | Removed padding from app content container |
| packages/web-app-app-store/src/components/AppTile.vue | Removed height constraint for better responsive layout |
| packages/web-app-app-store/src/components/AppTags.vue | Added cursor pointer for better UX on clickable tags |
| packages/design-system/src/components/OcCard/OcCard.vue | Updated global card border radius from small to medium |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
JammingBen
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.
👍
Description
Fixes some smaller regressions from the tailwind migration, mainly in the app store app.
Attention: This also changes the OcCard border radius from
border-smtoborder-md, as I found this generally more appealing. Please review/observe this carefully throughout the UI, if you agree.Related Issue
Types of changes