Setupfake#227
Merged
Merged
Conversation
feat: post-claim share Bridgelet prompt for recipients
feat: define and implement wallet-based sender auth for /send
feat: wire openapi-typescript type generation for Bridgelet API
…nd expired states (#107)
feat(mocks): MSW handler for POST /accounts with realistic response
feat(dev): developer toolbar for toggling mock scenarios
feat(mocks): MSW handlers for Stellar Horizon fee_stats and accounts/:id
…form feat(a11y): focus management on multi-step send form
feat(claim): ClaimStatusCard component - available, claimed, and expired states
…plete feat: claim flow — 429 feedback, page layout, success screen, mobile UX
[#133] Build public ROADMAP.md into a visual roadmap page
[#100] SDK wrapper: exponential backoff retry for transient errors
…utilities (#94, #96, #97, #99) - Add lib/config.ts: centralise SDK_URL and API_KEY from env with dev fallback (#94) - Add lib/errors.ts: BridgeletApiError class with status, message, userMessage (#99) - Add lib/sdk.ts: createClaim, getClaimStatus, redeemClaim wrappers using config + errors - Configure Storybook 8 with nextjs-vite, addon-docs, addon-a11y, chromatic (#96) - Add stories for ClaimStatusCard, SendFormStep, ToastNotification, WalletAddressInput, SkeletonLoader with autodocs and all variants (#97) - Update .env.example with NEXT_PUBLIC_SDK_URL and NEXT_PUBLIC_API_KEY
…torybook feat(frontend): Storybook setup, component stories, config and error …
…stubs Experiment: UI stubs for future multi-chain support
feat: add SDK playground, unit tests, WalletConnect experiment, and sender dashboard
…book 8 compatible nextjs framework
…ature/lhci-score-gates-145
Feature/frontend sdk tests 142
feat: implement nfc tap to share claim link
test(e2e): implement Playwright browser happy path test
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.
Executive Summary
Linked Issues & References
Type of Change
Category
Domain
Technical Implementation Details
Breaking Changes
Verification & Testing Strategy
Automated Tests
Manual Verification
1. Environment:
2. Reproduction Steps:
3. Proof of Execution:
Quality Assurance Checklist
By submitting this Pull Request, I acknowledge that I have adhered to the Bridgelet contribution guidelines.