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 reducers to use RTK #80

Merged
merged 7 commits into from
Mar 10, 2024
Merged

Refactor reducers to use RTK #80

merged 7 commits into from
Mar 10, 2024

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    812e715 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6de0444 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53b4458 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2532226 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13f5c7c View commit details
    Browse the repository at this point in the history
  6. Refactor nicklists reducer, process all diffs

    Previously, only the first diff would be processed. This meant a nick
    change (e.g. oldnick -> newnick) would result in removal of the nick
    from the nicklist completely (newnick would not be present.)
    mhoran committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    bc5d349 View commit details
    Browse the repository at this point in the history
  7. Don't mutate headers in setUploadOptions

    Enable ESLint rule to stop me from doing this again.
    mhoran committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    ae03e72 View commit details
    Browse the repository at this point in the history