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

Duplicate Text struct and adapt for KAS themes; remove TextApi* traits #446

Merged
merged 13 commits into from
Mar 12, 2024

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    2b1200d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a451b7c View commit details
    Browse the repository at this point in the history
  3. Add class to Text

    dhardy committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    26eafa8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    3eebdab View commit details
    Browse the repository at this point in the history
  2. Rename label: Text<T> fields to text

    This is purely for consistency across widgets
    dhardy committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0c4c716 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8acf1f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df2bb13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3df1fdf View commit details
    Browse the repository at this point in the history
  6. Move Text to kas_core::theme

    This makes two variants of Text accessible
    dhardy committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d904401 View commit details
    Browse the repository at this point in the history
  7. Add trait kas_core::theme::SizableText

    This replaces usage of ThemeApi in theme contexts
    dhardy committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8297a51 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a97e051 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    814c63c View commit details
    Browse the repository at this point in the history
  10. Test fix

    dhardy committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    2be7b34 View commit details
    Browse the repository at this point in the history