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

Update UI of Beehive Component #837

Merged
merged 23 commits into from
Nov 13, 2024
Merged

Update UI of Beehive Component #837

merged 23 commits into from
Nov 13, 2024

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    c1d99d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8897fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66d824e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d483a4e View commit details
    Browse the repository at this point in the history
  5. Fix a failed build

    kkosiorowska committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ba73d8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b890270 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef11ef9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5cbdbc6 View commit details
    Browse the repository at this point in the history
  9. Remove unneeded asset

    kkosiorowska committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f74eb88 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    02fb882 View commit details
    Browse the repository at this point in the history
  11. Refactor for the card theme

    Let's standardize the styles for the card component to make possible editing easier.
    kkosiorowska committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    97d70cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2dcbff2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4e7cc56 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    91dd3a6 View commit details
    Browse the repository at this point in the history
  15. Remove unneeded import

    kkosiorowska committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    4cd8598 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    92dee8b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Back to previous version

    New version of asset weights more - 22 KB vs 37 KB so let's back to the previous one.
    kkosiorowska committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    cc1d707 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc231b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    8729d75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53f7d03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b69be5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9176c1e View commit details
    Browse the repository at this point in the history
  5. Refactor for the card theme (#838)

    This PR standardizes our styles for the `Card` component. What has been
    done:
    
    - In many places we have set `padding={0}` for the `CardBody`. Let's set
    a single common padding for the Card component.
    - Updated header styles for the cards.
    - Removed the border for the `Card` component and the unneeded
    `elevated` variant.
    - Removed unneeded props that are already defined in the card theme.
    
    ⚠️ Important notice ⚠️
    Many things probably still need to be improved, but I believe this PR
    cleans our code a bit. Let's make the next fixes and integrate with
    styleguide in the next steps.
    kpyszkowski authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    04c516a View commit details
    Browse the repository at this point in the history