EZWallet: clarify onboarding copy and add KALE ticket support - #141
Merged
tacticalnoot merged 1 commit intoMay 8, 2026
Merged
Conversation
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.
Motivation
Description
src/experiments/ezwallet/EZWalletApp.svelteto a simple, stepwise flow (hero text, step labels, placeholders, and safety language) to improve readability for global users.src/experiments/ezwallet/config.tsasKALEwith issuerCB23WRDQWGSP6YPMY4UV5C4OW5CBTXKYN3XEATG7KJEZCXMJBYEHOUOVand exposed it to the app.makeOne) and batch-generation (bulk) paths insideEZWalletApp.svelte, and updated QR payload generation to emit the correct KALE issuer when chosen.src/experiments/ezwallet/qrPayload.tsso incoming ticket payloads are checked for the expected KALE issuer.Testing
pnpm -s checkto validate type and svelte diagnostics and confirmed the changes to the EZWallet files did not introduce new EZWallet-specific failures.svelte-checkoutput shows pre-existing unrelated TypeScript/Svelte errors in other components and layout files, which are unchanged by this PR.Codex Task