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

UI Display and Visibility Example #7629

Merged
merged 31 commits into from
Jun 19, 2023

Commits on Feb 11, 2023

  1. changes:

    * Added an example demonstrating how Display and Visibility work in the UI.
    ickshonpe committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    b6b11e4 View commit details
    Browse the repository at this point in the history
  2. cargo fmt --all

    ickshonpe committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    aab1812 View commit details
    Browse the repository at this point in the history
  3. more contrast

    ickshonpe committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    51e3280 View commit details
    Browse the repository at this point in the history
  4. build-example-pages

    ickshonpe committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    6d1f9bc View commit details
    Browse the repository at this point in the history
  5. changed colors

    ickshonpe committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    1e82c59 View commit details
    Browse the repository at this point in the history
  6. fixed flex-direction bug

    ickshonpe committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    50b3f42 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. larger font

    ickshonpe committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    b6984ab View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. fixed left click bug

    ickshonpe committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    f5e8a4f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. * renamed example to "display_and_visbility.rs"

    * split up setup function
    * added instructions text to example
    ickshonpe committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    9b84d2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51fddf1 View commit details
    Browse the repository at this point in the history
  3. fmt

    ickshonpe committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d319c9b View commit details
    Browse the repository at this point in the history
  4. build-example-pages

    ickshonpe committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    1c638bc View commit details
    Browse the repository at this point in the history
  5. changed labels into buttons

    ickshonpe committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    0d60e92 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. changed labels into buttons

    ickshonpe committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    a2324c2 View commit details
    Browse the repository at this point in the history
  2. Removed the Size constraint from the outer node of the left panel s…

    …o that it collapses when `Display::None` is set on its child.
    ickshonpe committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    940be11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a86a77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9582e4 View commit details
    Browse the repository at this point in the history
  5. lint fixes

    ickshonpe committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    53e23e6 View commit details
    Browse the repository at this point in the history
  6. add text background alpha

    ickshonpe committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    e0d03d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aec8a13 View commit details
    Browse the repository at this point in the history
  8. improved layout

    ickshonpe committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    90debba View commit details
    Browse the repository at this point in the history
  9. fmt

    ickshonpe committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    c7238f8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    08fd0be View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. generic buttons handler

    ickshonpe committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c650a1f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    9a04d5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    094c98a View commit details
    Browse the repository at this point in the history
  3. Moved the button labels to child TextBundles rather instead adding …

    …the text components directly to the `ButtonBundle`s.
    ickshonpe committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    7ded881 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    823b611 View commit details
    Browse the repository at this point in the history
  5. Changed the palette to different blue-ish shades for the panels, text…

    … is red when properties set to `Display::None` or `Visibility::Hidden`.
    ickshonpe committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    08b0580 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0789f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1c4b36 View commit details
    Browse the repository at this point in the history