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 to typescript attempt #50

Draft
wants to merge 39 commits into
base: main
Choose a base branch
from
Draft

Commits on Sep 16, 2024

  1. feat: begin refactoring to TypeScript

    - install types and necessary dependencies;
    - add TypeScript configuration;
    - change extention of files to .tsx;
    - add User and Item types.
    kweeuhree committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ab73f01 View commit details
    Browse the repository at this point in the history
  2. feat: add ListPath type

    kweeuhree committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f9b3aae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf7ad59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    def133a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    872d8fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2082dee View commit details
    Browse the repository at this point in the history
  7. fix: remove User type

    kweeuhree committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c2f3988 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    77945a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e72f6a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e48619d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8d648a2 View commit details
    Browse the repository at this point in the history
  12. feat: add types to TextInputElement component props, as well as patte…

    …rn in the input element
    kweeuhree committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    56736ac View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    172a520 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cb2b2a9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    568b943 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7c2a158 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    90bc64d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    84845a4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3ad80a5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    95c0608 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c0d64d4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1af02b2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4312d46 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4b00780 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5f0a39d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9705ebd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    69d3615 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    330b2d6 View commit details
    Browse the repository at this point in the history
  29. fix: remove redundant file

    kweeuhree committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5fceeb1 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    26de591 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1a75fda View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    764ba25 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    67e1b92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc87268 View commit details
    Browse the repository at this point in the history
  3. fix: fixed listPath issue with passing listPath as a prop from App to…

    … List component; removed temporary console.log from Home component
    kweeuhree committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d57923a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c395f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix: userId and userEmail can be undefined; update functions to retur…

    …n in case userId or userEmail is undefined
    kweeuhree committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4117b8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    640dae8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ae6c7a View commit details
    Browse the repository at this point in the history