Skip to content

feat(frontend): persist latest wasm analysis result in local storage#365

Open
Amas-01 wants to merge 2 commits into
SoroLabs:mainfrom
Amas-01:feat/frontend-persist-latest-wasm-analysis-result
Open

feat(frontend): persist latest wasm analysis result in local storage#365
Amas-01 wants to merge 2 commits into
SoroLabs:mainfrom
Amas-01:feat/frontend-persist-latest-wasm-analysis-result

Conversation

@Amas-01
Copy link
Copy Markdown

@Amas-01 Amas-01 commented May 30, 2026

PR: persist latest Wasm analysis result in local storage

Closes #298

Overview

  • Add analysisStorage module for browser-only persistence
  • Restore latest analysis on page load via useEffect
  • Save both success and error results to local storage
  • Handle invalid/missing storage gracefully
  • Add comprehensive documentation in FRONTEND_PERSISTENCE.md

Amas-01 added 2 commits May 30, 2026 14:29
- Add analysisStorage module for browser-only persistence
- Restore latest analysis on page load via useEffect
- Save both success and error results to local storage
- Handle invalid/missing storage gracefully
- Add comprehensive documentation in FRONTEND_PERSISTENCE.md

Resolves SoroLabs#298
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 30, 2026

@Amas-01 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

FE: Persist previous analysis results in local storage

1 participant