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

[WIP] State management updates #345

Closed
wants to merge 48 commits into from

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    3eec0b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ddf0be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a03218 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28b937b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7eeae1c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90d0b0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1cdfaf3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5cc538 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d5de489 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5aeeb90 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c67eba4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    df5c678 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    786a7dc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    584438a View commit details
    Browse the repository at this point in the history
  15. minor: Add useAppSelector

    Parkreiner committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    89a73b2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9aae04e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    437ec1d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    08728ac View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f567812 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ea012cc View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e2365e3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    583d294 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4f401d1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    836e059 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1d3ca14 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    57653fd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9614a98 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7bcb12a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0742ab2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    bed78f6 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e2ce9de View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    82876ad View commit details
    Browse the repository at this point in the history
  33. feat: Remove connect from main History component, and clean up type d…

    …efinitions for related components
    Parkreiner committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    dd55e48 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    f82260d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4a3fd7d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    499bd1d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e07d571 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. fix: Update Prettier config and remove GH workflow

    Co-authored-by: Travis Lovis <[email protected]>
    Parkreiner and tlovis committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    db09d63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15437b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8917771 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9cdd69 View commit details
    Browse the repository at this point in the history
  5. feat: Add import aliases to Webpack + type safety

    This update adds a series of custom alias values
    to the Webpack config, to match the import paths
    used in the tsconfig file. Together, they finally
    enable full support for import paths throughout
    the application. This update also adds some basic
    type-safety to the Webpack files, too, while keeping
    them in the .js format.
    
    Co-authored-by: Travis Lovis <[email protected]>
    Parkreiner and tlovis committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6c72919 View commit details
    Browse the repository at this point in the history
  6. minor: Add db path alias

    Parkreiner committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6bdf629 View commit details
    Browse the repository at this point in the history
  7. minor: Clean up all file imports for RTK and types

    Co-authored-by: Travis Lovis <[email protected]>
    Parkreiner and tlovis committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    e0f3d24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6273062 View commit details
    Browse the repository at this point in the history
  9. chore: Rename "toolkit-refactor" to "rtk".

    Co-authored-by: Travis Lovis <[email protected]>
    Parkreiner and tlovis committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    82c1f0b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd6a469 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

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