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

33 allow for names and commands to be editable #34

Merged
merged 25 commits into from
Nov 26, 2022

Commits on Nov 25, 2022

  1. add edit button

    isfopo committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    bcf4ee9 View commit details
    Browse the repository at this point in the history
  2. reveals button on hover

    isfopo committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    510210a View commit details
    Browse the repository at this point in the history
  3. changes color on direct hover

    isfopo committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    f81f8ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e4e503 View commit details
    Browse the repository at this point in the history
  5. click allows for update

    isfopo committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    4e77c21 View commit details
    Browse the repository at this point in the history
  6. adds input

    isfopo committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    ebf2908 View commit details
    Browse the repository at this point in the history
  7. submits on enter

    isfopo committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    9f40628 View commit details
    Browse the repository at this point in the history
  8. submits on click outside

    isfopo committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    83175f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Configuration menu
    Copy the full SHA
    ea1aa16 View commit details
    Browse the repository at this point in the history
  2. improves input style

    isfopo committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    5abf7d3 View commit details
    Browse the repository at this point in the history
  3. adds onClick dep

    isfopo committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    ec90b6c View commit details
    Browse the repository at this point in the history
  4. adds dep

    isfopo committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    b850e50 View commit details
    Browse the repository at this point in the history
  5. updates config file

    isfopo committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    68a4e50 View commit details
    Browse the repository at this point in the history
  6. prevents duplicate keys

    isfopo committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    f067174 View commit details
    Browse the repository at this point in the history
  7. only matches keys

    isfopo committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    fc3de99 View commit details
    Browse the repository at this point in the history
  8. shows error on duplicate keys

    isfopo committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    20cda44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27d3269 View commit details
    Browse the repository at this point in the history
  10. matches by key

    isfopo committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    aeabfaa View commit details
    Browse the repository at this point in the history
  11. uses editable title

    isfopo committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    703c4cc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3418eb4 View commit details
    Browse the repository at this point in the history
  13. Update index.module.scss

    isfopo committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    80e9b70 View commit details
    Browse the repository at this point in the history
  14. prevents command from hiding

    isfopo committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    bdabd2c View commit details
    Browse the repository at this point in the history
  15. updates command

    isfopo committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    3d64b81 View commit details
    Browse the repository at this point in the history
  16. prevents input from hiding

    isfopo committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    35dde72 View commit details
    Browse the repository at this point in the history
  17. catches blank inputs

    isfopo committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    27b9d5f View commit details
    Browse the repository at this point in the history