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

Reset Vuex state when returning to game selection to free up memory #1385

Merged
merged 6 commits into from
Sep 27, 2024

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    762be48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7ca8c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Sep 25, 2024

  1. Remove resetting Vuex state from Profiles.vue

    There was still a bug where returning to profile selections screen and
    then moving back to manager screen with the same profile (without
    changing the active profile in between) displayed an empty local mod
    list.
    
    Also if the TsModsModule can't be reset here, it somewhat waters down
    the another half of the purpose of these changes, which was to free up
    memory when it's not needed. The things that would have gotten reset
    are very small compared to the large mod lists.
    
    Full resetting is still done if the active game is changed.
    anttimaki committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0381d10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f69a0ce View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge pull request #1410 from ebkr/reset-local-storage-data

    Add data resetting to vuex storage modules and use the functionality in page components
    anttimaki authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0c67db6 View commit details
    Browse the repository at this point in the history