Skip to content

Conversation

@JammingBen
Copy link
Contributor

It doesn't work with Tailwind utility classes on the element itself, for some reason... 🤷

fixes #1278

@JammingBen JammingBen self-assigned this Oct 13, 2025
Copilot AI review requested due to automatic review settings October 13, 2025 09:14
@JammingBen JammingBen force-pushed the fix/tiles-preview-rounded-corners branch from 2cf1490 to 7e3c98d Compare October 13, 2025 09:14
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 an issue with rounded bottom corners not appearing correctly on tile preview hover in the FilesList component. The fix moves the hover styling from Tailwind utility classes to a custom CSS rule to address compatibility issues.

  • Removed hover-based Tailwind class that wasn't working properly
  • Added custom CSS with @layer utilities to handle hover styling for tile previews
  • Applied consistent rounded corner styling to project thumbnails

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
packages/web-pkg/src/components/FilesList/ResourceTile.vue Replaced problematic Tailwind hover class with custom CSS rule and added utilities layer styling
packages/web-app-files/src/views/spaces/Projects.vue Added conditional rounded corner styling for selected resources

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Contributor

@AlexAndBear AlexAndBear left a comment

Choose a reason for hiding this comment

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

🤩

@JammingBen JammingBen merged commit fbde1ea into main Oct 13, 2025
29 checks passed
@JammingBen JammingBen deleted the fix/tiles-preview-rounded-corners branch October 13, 2025 09:31
@openclouders openclouders mentioned this pull request Oct 13, 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.

Tile image is missing rounded bottom corners on hover

3 participants