Stellar Wave: key price display, card a11y, sort animation, drop countdown#364
Merged
Chucks1093 merged 9 commits intoMay 29, 2026
Merged
Conversation
Introduces reusable formatting that converts stroop amounts to XLM with a stroops fallback for sub-threshold values (accesslayerorg#353).
Covers XLM display, stroops fallback, and creator record resolution (accesslayerorg#353).
Adds optional priceStroops and nextDropAt fields for Stellar marketplace data (accesslayerorg#353, accesslayerorg#362).
Uses the shared stroops formatter for stat chips and the key price row (accesslayerorg#353).
Passes stroops from demo data into TradeDialog for buy-side confirmation (accesslayerorg#353).
Formats time remaining until the next drop, updates every second, and shows a drop-live label at zero (accesslayerorg#362).
Groups the buy row with a visually hidden label so screen readers announce shared context before each control (accesslayerorg#354).
Uses layout transitions with a shared spring config and disables motion when prefers-reduced-motion is set (accesslayerorg#355).
Keep stroops pricing, sort layout animation, and drop countdown imports alongside upstream ChevronDown usage.
f81508e to
3ab479d
Compare
|
@codellins 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! 🚀 |
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
prefers-reduced-motion(Add transition animation for marketplace sort order change #355).Verification
pnpm exec tsc -b --noEmitpasses.pnpm test src/utils/__tests__/keyPriceDisplay.utils.test.ts src/utils/__tests__/dropCountdown.utils.test.tspasses (9 tests).nextDropAtdemo data and confirm the countdown ticks each second until it shows “Drop live”.Closes #353
Closes #354
Closes #355
Closes #362
Made with Cursor