Skip to content

Conversation

@JammingBen
Copy link
Contributor

@JammingBen JammingBen commented Sep 3, 2025

The few complex transitions are still written in pure CSS, I don't feel like it would be fun (or even possible) to write them via Tailwind classes.

refs #937

@JammingBen JammingBen self-assigned this Sep 3, 2025
@JammingBen JammingBen marked this pull request as ready for review September 3, 2025 08:40
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 pull request refactors the codebase to use Tailwind CSS classes for transitions and animations instead of custom CSS. The purpose is to standardize animation and transition patterns while maintaining the visual behavior of the UI.

  • Replaced custom CSS transitions with Tailwind utility classes
  • Moved animation keyframes from individual component styles to a centralized location
  • Updated test snapshots to reflect the new class names

Reviewed Changes

Copilot reviewed 36 out of 36 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
design-system/src/styles/tailwind.css Added centralized animation keyframes (shake, shimmer, loading-bar)
design-system/src/styles/layers.css Added transition classes to oc-card component
design-system/src/components/*/ Multiple components updated to use Tailwind transition classes
web-runtime/src/components/ Transition classes updated in navigation and notification components
web-pkg/src/components/ Various sidebar and filter components updated
test snapshots Updated to reflect new Tailwind class names

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

@JammingBen JammingBen force-pushed the refactor/transitions-to-tailwind branch from 628d8fc to 558bfe4 Compare September 4, 2025 04:47
@JammingBen JammingBen merged commit 1a5d35a into main Sep 4, 2025
28 checks passed
@JammingBen JammingBen deleted the refactor/transitions-to-tailwind branch September 4, 2025 09:10
openclouders pushed a commit that referenced this pull request Sep 4, 2025
…ilwind

refactor: transitions and animations to tailwind
@openclouders openclouders mentioned this pull request Sep 4, 2025
1 task
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