feat: implement Provisioner QR wizard (#13) and Web Worker hook (#10) - #33
Merged
elizabetheonoja-art merged 1 commit intoJun 19, 2026
Conversation
- Issue Utility-Protocol#13: Rewrite Provisioner with real qrcode-to-canvas generation, API submission via api.post, loading/error states per step, keyboard navigation (Enter/Escape), and spinner animations - Issue Utility-Protocol#10: Create useWorker hook wrapping data.worker.ts lifecycle (instantiate, postMessage, receive, terminate) with typed payloads and main-thread fallback on worker failure Closes Utility-Protocol#13, closes Utility-Protocol#10
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.
Summary
Implements two issues assigned to @NikeRegy:
Issue #13: Micro-Meter Provisioning Flow with QR Generators
qrcodelibrary to render actual QR canvas (not placeholder text)api.post('/api/provision', ...)for on-chain provisioningIssue #10: Web Worker Multi-Threaded Chunk Aggregators
WorkerPayload,AggregationChunk,TransformedValuewith type-safe result handlingmountedRefpattern prevents state updates after cleanupCI Checks
tsc --noEmitpassesnpm run buildsucceedsCloses #13, closes #10