feat(frontend): persist invoice form draft to localStorage - #185
Open
RawNuke wants to merge 1 commit into
Open
Conversation
Debounce-save the amount, currency, and due date fields to localStorage and restore them on reload. The draft key is namespaced per wallet address. A successful submission clears the draft. Closes Stellar-VaultLink#181 Signed-off-by: RawNuke <67506722+RawNuke@users.noreply.github.com>
|
@RawNuke is attempting to deploy a commit to the Samuel Ojetunde 's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Summary
The invoice registration form now saves its values to localStorage while you type, restores them when you reload mid-form, and clears them after a successful submission.
Related issue
Closes #181
Type of change
Changes made
useDebounceanduseLocalStoragehooks.invofi:invoice-draft:<wallet address>with ananonymouskey when no wallet is connected.Testing
Ran inside
invofi/apps/frontendwith the placeholder environment from.github/workflows/ci.yml:npm run type-checkpasses (if frontend or SDK changed)npm run lintpasses (if frontend changed)npm run buildalso passes. The frontend has no unit test runner, so the restore and clear transitions were verified by a line-by-line logic audit and a storage-sanitization simulation.Screenshots (if UI changed)
No visual change.
Checklist
mainIf this helped, RawNuke welcomes sponsorship: https://github.com/sponsors/RawNuke