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

Picture component #91

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    bc3f53b View commit details
    Browse the repository at this point in the history
  2. Added a Picture component for use with Node.picture.

    It creates a set of `.sources` using all the supplied `Attribute`s relying the behavior of `Attribute` to not render null strings and/or `.empty` nodes.
    
    I tried to use the `.if` syntax, but got a compiler error. I am leaving the commented code in case there is a better way to implement this.
    majortom64 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    f322c98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6da3926 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Corrected several typos.

    Changed Plot.Image to Image (this was developed in a separate repo and then pulled into this fork, it was needed there, but is not needed here).
    Replaced two ternary ops with `.unwrap` in the `Picture` `body`.
    majortom64 committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    efa1f66 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Removed unused code that had been commented out.

    Changed one final `Plot.Image` to `Image`
    Cleaned up some formatting and black lines. :-)
    majortom64 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    4a0924a View commit details
    Browse the repository at this point in the history