Skip to content

Conversation

@AlexAndBear
Copy link
Contributor

Description

Related Issue

  • Fixes <issue_link>

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

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)

@AlexAndBear AlexAndBear force-pushed the tailwind-display-classes branch 5 times, most recently from 16d98d7 to 41f10b5 Compare August 26, 2025 11:16
renovate bot and others added 2 commits August 26, 2025 22:42
# Conflicts:
#	packages/design-system/src/components/OcButton/OcButton.vue
#	packages/design-system/src/components/OcTextInput/__snapshots__/OcTextInput.spec.ts.snap
#	packages/web-app-admin-settings/tests/unit/views/__snapshots__/Users.spec.ts.snap
#	packages/web-app-files/src/components/FilesViewWrapper.vue
#	packages/web-app-files/tests/unit/views/spaces/__snapshots__/Projects.spec.ts.snap
#	packages/web-app-files/tests/unit/views/trash/__snapshots__/Overview.spec.ts.snap
#	packages/web-pkg/src/components/FilesList/ResourceListItem.vue
#	packages/web-pkg/tests/unit/components/FilesList/__snapshots__/ResourceListItem.spec.ts.snap
#	packages/web-pkg/tests/unit/components/FilesList/__snapshots__/ResourceTiles.spec.ts.snap
@AlexAndBear AlexAndBear force-pushed the tailwind-display-classes branch from 7379c93 to c12bd96 Compare August 26, 2025 20:43
@AlexAndBear AlexAndBear requested a review from JammingBen August 26, 2025 20:46
@AlexAndBear AlexAndBear marked this pull request as ready for review August 26, 2025 21:29
Copilot AI review requested due to automatic review settings August 26, 2025 21:29
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 migrates various display-related CSS properties from traditional CSS syntax to Tailwind utility classes throughout the codebase. The changes focus on converting display, justify-content, align-items, grid-template-columns, and similar properties to their Tailwind equivalents.

Key changes:

  • Replace CSS properties like display: grid, display: inline-flex, display: block with Tailwind classes
  • Convert flexbox and grid layout properties to Tailwind utilities
  • Consolidate layout styles using Tailwind's consistent naming conventions

Reviewed Changes

Copilot reviewed 101 out of 101 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/web-runtime/src/components/Topbar/TopBar.vue Convert header display and alignment CSS to Tailwind classes
packages/web-runtime/src/components/Account/AccountTable.vue Migrate responsive table display properties to Tailwind utilities
packages/web-pkg/src/components/FilesList/ResourceTable.vue Convert table responsive breakpoints and display properties to Tailwind
packages/web-pkg/src/components/FilesList/ResourceListItem.vue Replace flexbox display properties with Tailwind classes
packages/web-pkg/src/components/SideBar/SideBar.vue Convert sidebar grid layout properties to Tailwind utilities
Multiple test snapshot files Update test snapshots to reflect new Tailwind class names

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

@AlexAndBear AlexAndBear merged commit 554a6c4 into main Aug 27, 2025
27 of 29 checks passed
@AlexAndBear AlexAndBear deleted the tailwind-display-classes branch August 27, 2025 12:52
@openclouders openclouders mentioned this pull request Aug 27, 2025
1 task
openclouders pushed a commit that referenced this pull request Aug 27, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jannik Stehle <50302941+JammingBen@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants