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

Fixes #115 #116

Merged
merged 2 commits into from
Sep 12, 2024
Merged

Fixes #115 #116

merged 2 commits into from
Sep 12, 2024

Conversation

highbyte
Copy link
Owner

PR Classification

Code enhancement to improve system configuration persistence and update dependencies.

PR Summary

This pull request enhances the system configuration persistence mechanism and updates the .NET SDK version.

  • Fix WASM UI: C64 loaded ROMs are no longer saved to local storage #115 (WASM host now saves uploaded C64 ROMs to local storage)

    • Index.razor.cs: Added a call to await _wasmHost.PersistCurrentSystemConfig() after updating the system configuration.
    • HostApp.cs: Removed commented-out code and added PersistCurrentSystemConfig method.
    • SystemList.cs: Removed commented-out code and added PersistSystemConfig method.
  • global.json: Updated .NET SDK version from 8.0.303 to 8.0.400.

@highbyte highbyte merged commit 189cc96 into master Sep 12, 2024
3 checks passed
@highbyte highbyte deleted the feature/fix-115 branch September 12, 2024 18:29
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WASM UI: C64 loaded ROMs are no longer saved to local storage
1 participant