Upgrade EZWallet UI to premium holographic dark dashboard - #132
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.svelteand added a small visual system of scoped classes (.ezwallet-shell,.glass-panel,.holo-button,.holo-text,.stellar-orbit-bg,.qr-frame,.trust-chip, etc.)..qr-framewith a white/high-contrast QR background and quiet-zone padding and increased generated QR size to improve mobile scanning (QRCode.toDataURL(..., width: 320)).buildIntent,encodeIntent,generateBulk,TIERS,PLATFORM_PAYMENT_DESTINATIONandUSDCconstants) and left payment destination and payload rules unchanged.batchRowsto a reactive$statearray and added standardbackground-clipfor cross-browser compatibility on holographic text.Testing
npm run -s check, which failed due to pre-existing TypeScript/Svelte errors in unrelated lab/layout components; the failures are not caused by the EZWallet styling changes.batchRowsreactive and fixed a CSS compatibility note, and confirmed no new type errors were introduced by those edits in that file during checks.Codex Task