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 Flex easy mode #4785

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Commits on Sep 25, 2024

  1. [Dashboard] Remove Flex easy mode (#4785)

    ## Problem solved
    
    Short description of the bug fixed or feature added
    
    <!-- start pr-codex -->
    
    ---
    
    ## PR-Codex overview
    This PR focuses on replacing instances of the `Flex` component with `div` elements that have corresponding CSS classes for layout styling. This change aims to streamline the code while maintaining the same visual structure.
    
    ### Detailed summary
    - Replaced `<Flex>` with `<div className="flex flex-row">` in multiple components for horizontal alignment.
    - Replaced `<Flex>` with `<div className="flex flex-col">` in several components for vertical alignment.
    - Ensured all functional components maintain the same layout and behavior after changes.
    
    > ✨ 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
    d76618f View commit details
    Browse the repository at this point in the history