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

Move vuex items to more suitable modules #1278

Merged
merged 2 commits into from
Apr 15, 2024
Merged

Move vuex items to more suitable modules #1278

merged 2 commits into from
Apr 15, 2024

Commits on Apr 3, 2024

  1. Move apiConnectionError from main Vuex store to TsModsModule

    The error is shown on the UI when manually triggered udpating of the
    mod list from Thunderstore API fails, so the module which handles all
    that is more suitable location for managing the error message.
    anttimaki committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    dbca46f View commit details
    Browse the repository at this point in the history
  2. Move dismissedUpdateAll from main Vuex store to ProfileModule

    The banner for updating all mods with updates is shown on the view
    listing the mods in currently selected profile, so the module which
    handles the rest of the profile related data is a more suitabl
    location.
    anttimaki committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0d229f3 View commit details
    Browse the repository at this point in the history