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

Refactor/simplify type convert #612

Merged
merged 6 commits into from
Aug 1, 2024

Commits on Jul 20, 2024

  1. feat(core): 🎸 introduced IntoWidget, IntoChild

    These traits are used to support parent widgets in composing child
    widgets and allow types to be converted into a child widget.
    M-Adoo committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    b1a14b2 View commit details
    Browse the repository at this point in the history
  2. refactor(core): 💡 simplify the implementation of parent composition w…

    …ith child widgets.
    
    Merge SingleWithChild, MultiWithChild, and ComposeWithChild into a single trait called WithChild.
    Remove SingleParent and MultiParent traits.
    Allow only the child to be converted to a widget or a type that implements the Into trait.
    M-Adoo committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    ca2dd00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c16f2c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a125cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc04965 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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