Skip to content
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

[Dashboard] Remove <AspectRatio/> #4750

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Commits on Sep 25, 2024

  1. [Dashboard] Remove <AspectRatio/> (#4750)

    ## Problem solved
    
    Short description of the bug fixed or feature added
    
    <!-- start pr-codex -->
    
    ---
    
    ## PR-Codex overview
    This PR focuses on removing the `AspectRatio` component from the project and replacing its usage with `div` elements styled with Tailwind CSS classes to maintain the aspect ratio.
    
    ### Detailed summary
    - Deleted `@radix-ui/react-aspect-ratio` from `package.json`.
    - Removed all instances of the `AspectRatio` component across various files.
    - Replaced `AspectRatio` with `div` elements using Tailwind CSS classes for aspect ratios.
    - Updated related props and imports as necessary.
    
    > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
    
    <!-- end pr-codex -->
    kien-ngo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d35f0b2 View commit details
    Browse the repository at this point in the history