Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Composing Tweaks #95

@michalrus

Description

@michalrus

Something like that should be possible:

Tweak[SomeView](v 
  v.subView1 <~ someTweak ~
  v.subView2 <~ someOtherTweak
)

… without any notion of Ui.

Currently, we have to do:

Tweak[SomeView](v 
  (
    v.subView1 <~ someTweak ~
    v.subView2 <~ someOtherTweak
  ).get
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions