Skip to content

Conversation

@kulmann
Copy link
Contributor

@kulmann kulmann commented Sep 18, 2025

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-sm to border-md, as I found this generally more appealing. Please review/observe this carefully throughout the UI, if you agree.

Related Issue

Types of changes

  • Bugfix
  • Enhancement (a change that doesn't break existing code or deployments)
  • Breaking change (a modification that affects current functionality)
  • Technical debt (addressing code that needs refactoring or improvements)
  • Tests (adding or improving tests)
  • Documentation (updates or additions to documentation)
  • Maintenance (like dependency updates or tooling adjustments)

@kulmann kulmann self-assigned this Sep 18, 2025
Copilot AI review requested due to automatic review settings September 18, 2025 08:37
Copy link
Contributor

Copilot AI left a 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-sm to border-md globally
  • 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.

Copy link
Contributor

@JammingBen JammingBen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kulmann kulmann merged commit e4e91cc into main Sep 18, 2025
29 checks passed
@kulmann kulmann deleted the app-store-style-fixes branch September 18, 2025 09:17
openclouders pushed a commit that referenced this pull request Sep 18, 2025
@openclouders openclouders mentioned this pull request Sep 18, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants