feat: swap prefill, repeat swap, solver draft, semantic tables (#276 … - #360
Open
bambuska-man wants to merge 1 commit into
Open
feat: swap prefill, repeat swap, solver draft, semantic tables (#276 …#360bambuska-man wants to merge 1 commit into
bambuska-man wants to merge 1 commit into
Conversation
…ar-vortex-protocol#276 stellar-vortex-protocol#277 stellar-vortex-protocol#278 stellar-vortex-protocol#279) - stellar-vortex-protocol#279: extend SwapCard with initialChain/initialSrcToken/initialDstToken props with graceful fallback; homepage reads ?srcChain/srcToken/amount/dstToken via useSearchParams (Suspense-wrapped) and passes them as prefill values - stellar-vortex-protocol#276: add Swap again link to my-intents rows building the prefill URL; destination address intentionally omitted; pagination UI added - stellar-vortex-protocol#277: new useLocalStorageDraft hook (debounced write, 24h TTL, wallet-address guard); wired into SolvePageClient to persist address/bond across reloads, cleared on success and reset - stellar-vortex-protocol#278: convert ExplorePageClient and my-intents intent lists from div stacks to native table/thead/tbody/tr/th/td markup with real column headers so screen readers announce column context and table navigation mode works Also fix pre-existing syntax corruptions in explore/page.tsx, solve/page.tsx and solve/[address]/page.test.tsx (stray JSX fragments and missing closing brace) Closes stellar-vortex-protocol#276 Closes stellar-vortex-protocol#277 Closes stellar-vortex-protocol#278 Closes stellar-vortex-protocol#279
|
@bambuska-man 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.
…#277 #278 #279)
Also fix pre-existing syntax corruptions in explore/page.tsx, solve/page.tsx and solve/[address]/page.test.tsx (stray JSX fragments and missing closing brace)
Closes #276
Closes #277
Closes #278
Closes #279
Summary
Closes #
Changes
Testing
npm run buildpassesnpx tsc --noEmitpassesnpm testpasses (or note any skipped/unrelated failures)Checklist
feat:,fix:,chore:, etc.)