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

Add vertical alignment parameter to st.columns #8568

Merged
merged 31 commits into from
Jun 12, 2024

Commits on Apr 26, 2024

  1. Implement alignment

    LukasMasuch committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1a55246 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    d77ee13 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    8a961f5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Update parameter name

    LukasMasuch committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7bfce89 View commit details
    Browse the repository at this point in the history
  2. Add docstring

    LukasMasuch committed May 27, 2024
    Configuration menu
    Copy the full SHA
    1d03b0b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    081a27d View commit details
    Browse the repository at this point in the history
  2. Rename property

    LukasMasuch committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d0e3189 View commit details
    Browse the repository at this point in the history
  3. Add unit tests

    LukasMasuch committed May 28, 2024
    Configuration menu
    Copy the full SHA
    545779d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f24902 View commit details
    Browse the repository at this point in the history
  5. Minor fix

    LukasMasuch committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f2dcaa7 View commit details
    Browse the repository at this point in the history
  6. Fix type

    LukasMasuch committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f3ba8df View commit details
    Browse the repository at this point in the history
  7. Fix tests

    LukasMasuch committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e50e04a View commit details
    Browse the repository at this point in the history
  8. Fix name

    LukasMasuch committed May 28, 2024
    Configuration menu
    Copy the full SHA
    cbc191b View commit details
    Browse the repository at this point in the history
  9. Use literal for gap

    LukasMasuch committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7566b97 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    dc1d3bb View commit details
    Browse the repository at this point in the history
  2. Add e2e tests

    LukasMasuch committed May 29, 2024
    Configuration menu
    Copy the full SHA
    009eb11 View commit details
    Browse the repository at this point in the history
  3. Update snapshots

    LukasMasuch committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b2fac32 View commit details
    Browse the repository at this point in the history
  4. Update comments

    LukasMasuch committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6c0b962 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    4fe0da8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa35199 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Clean up mapping

    LukasMasuch committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4fffd1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    285b1ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b2e6e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b0b13b View commit details
    Browse the repository at this point in the history
  5. Update snapshot

    LukasMasuch committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4be965d View commit details
    Browse the repository at this point in the history
  6. Improve styled component

    LukasMasuch committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    273d01c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    154f638 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    2bce740 View commit details
    Browse the repository at this point in the history
  2. Fix comment

    LukasMasuch committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b971a4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    724d3ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a7643e View commit details
    Browse the repository at this point in the history