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

New checkbox widget #73

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

Commits on Jan 4, 2024

  1. New checkbox widget

    Basic checkbox widget.
    isChecked() function to see current state
    TODO: customization of size, location, colour, etc..
    ZookaOnGit committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    f012bb6 View commit details
    Browse the repository at this point in the history
  2. Update checkbox

    - add setChecked(boolean) function
    - remove set_constraints
    - remove hard coded file location
    - made initial checkbox table local
    ZookaOnGit committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ffb9682 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Labelling additions

    - set label name on initialization,
    - new echo() function
    ZookaOnGit committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    4ef7e99 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 17, 2024

  1. Add documentation

    ZookaOnGit committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    4bde3ea View commit details
    Browse the repository at this point in the history