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 Switch #1309

Merged
merged 15 commits into from Oct 7, 2022
Merged

Refactor Switch #1309

merged 15 commits into from Oct 7, 2022

Commits on Sep 27, 2022

  1. Removed useState

    agonzalez97 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    6f2af4d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Merge branch 'master' into aida-switch

    agonzalez97 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    107490f View commit details
    Browse the repository at this point in the history
  2. Removed variable, changed some styling, removed animations

    - Input has display: none
    - Removed animations
    - removed variable hasLabel
    - We can change the state by clicking in the gap between label and switch.
    agonzalez97 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    0558914 View commit details
    Browse the repository at this point in the history
  3. Changed type

    agonzalez97 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    4027666 View commit details
    Browse the repository at this point in the history
  4. Fixed styling like in guidelines

    agonzalez97 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    9399daa View commit details
    Browse the repository at this point in the history
  5. Changed input in switch

    agonzalez97 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    9b80e27 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Remove type checking for function + rename tag

    agonzalez97 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    bfdba67 View commit details
    Browse the repository at this point in the history
  2. Updated function onChange

    agonzalez97 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6bd62f6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into aida-switch

    agonzalez97 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    84cf14f View commit details
    Browse the repository at this point in the history
  4. Renamed tags

    agonzalez97 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    8c04ae0 View commit details
    Browse the repository at this point in the history
  5. Removed htmlFor

    agonzalez97 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    77f7fd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Refactor style + fix onclick function

    agonzalez97 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    b2ca11e View commit details
    Browse the repository at this point in the history
  2. Added cursor

    agonzalez97 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    f271389 View commit details
    Browse the repository at this point in the history
  3. Moved input and refactor function

    agonzalez97 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    37efc67 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Update Switch.tsx

    agonzalez97 committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    8cddf3c View commit details
    Browse the repository at this point in the history