feat: Implement visual regression, chaos testing, PWA/mobile, and con… - #1154
Merged
joelpeace48-cell merged 1 commit intoAug 30, 2026
Merged
Conversation
…tract error mapping Addresses issues FinesseStudioLab#868, FinesseStudioLab#877, FinesseStudioLab#867, FinesseStudioLab#864: FinesseStudioLab#868 - Expand visual-regression coverage - Add snapshots for component stories (buttons, modals, tables, etc.) - Add full-page visual regression tests for primary screens - Tests: campaigns, dashboard, analytics, leaderboard, webhooks, transactions FinesseStudioLab#877 - Chaos/failure-injection tests for RPC and DB outages - Add chaos.test.js for resilience testing - Tests graceful degradation under RPC timeout, DB latency, network partition - Add test-runner.sh to inject failures and verify recovery FinesseStudioLab#867 - Mobile-responsive + PWA install/offline shell - Add comprehensive mobile-first CSS breakpoints - Safe area support for notched devices - Service worker already wired via vite-plugin-pwa - Add RESPONSIVE_DESIGN.md guide FinesseStudioLab#864 - Full claim/redeem UX flows with contract error mapping - Map all 33+ Soroban contract error codes to user-friendly messages - Extract error codes from contract exceptions - Update ClaimRewards to display human-readable errors - Add contractErrors utility and tests
|
@Jayy4rl 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! 🚀 |
joelpeace48-cell
merged commit Aug 30, 2026
d784901
into
FinesseStudioLab:main
11 of 26 checks passed
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.
…tract error mapping
Addresses issues #868, #877, #867, #864:
Closes #868 - Expand visual-regression coverage
Closes #877 - Chaos/failure-injection tests for RPC and DB outages
Closes #867 - Mobile-responsive + PWA install/offline shell
Closes #864 - Full claim/redeem UX flows with contract error mapping