Fix 17 UI issues from testing comments (Tiers 1-3)#773
Merged
dangershony merged 4 commits intomainfrom Apr 20, 2026
Merged
Conversation
Address UI bugs and UX gaps documented in docs/UI_TESTING_COMMENTS.md: Tier 1: #18 stage percentage 0%, #9 invest button spinner, #2 refresh loading state, #12 debug prefill stage dates Tier 2: #1 create wallet spinner, #3 funders refresh button, #5 investor detail refresh, #8 stages refresh after investing, #14 recovery error messages, #16 stage status after recovery, #22 claimable stage info text Tier 3: #6 view transaction link, #7 refresh during approval wait, #13 recovery stage count filter, #15 wallet refresh before recovery, #17 spend stage popup timing, #24 below-threshold penalty routing All changes verified by integration tests against local Docker signet.
Add 'Recovered after penalty', 'Spent by investor', and 'Project Unfunded, Spent back to investor' to IsStatusRecovered so stage badges render correctly after all recovery paths. Add regression test assertions in MultiFundClaimAndRecoverTest and MultiInvestClaimAndRecoverTest to verify stages show non-blank status after penalty release and unfunded release respectively.
Resolve 3 conflicts: - CreateProjectViewModel.cs: take staggered stage dates with DateTime.UtcNow - FundersView.axaml.cs: keep refresh spinner + toast forwarding from PR #773 - CreateWalletModal.axaml: keep main's mobile-friendly Panel spinner
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
docs/UI_TESTING_COMMENTS.md(Tiers 1-3)Fixed Issues
Tier 1 (quick wins)
RatioOfTotalcomputationTier 2 (medium effort, high value)
Task<bool>→Task<(bool, string?)>)Tier 3 (medium effort, medium value)
ExplorerHelperRemaining (Tier 4 — separate PR)
#4, #10, #11, #19, #20, #21, #23