feat: fix chat scroll, add wizard step indicator, extract ArbitratorP… - #649
Merged
Kingsman-99 merged 1 commit intoAug 29, 2026
Merged
Conversation
…icker, add vote bars - Stellar-split#609: InvoiceChat auto-scrolls to bottom on new message when user is within 100px of bottom; shows a dismissible 'New message' indicator when user has scrolled up to read history - Stellar-split#610: DisputeWizard now shows a dot-based step indicator at the top with aria-label 'Step X of 4'; completed steps are visually distinct - Stellar-split#611: Extract arbitrator selection UI from DisputePanel into a standalone ArbitratorPicker component (src/components/ArbitratorPicker.tsx); DisputePanel updated to import and use it - Stellar-split#612: VotingPanel displays per-option vote count badge and percentage fill bar for 'Extend' vs 'Keep'; percentages update immediately on vote and show 0% when no votes have been cast Closes Stellar-split#609, Stellar-split#610, Stellar-split#611, Stellar-split#612
|
@mikelmonie is attempting to deploy a commit to the kingsman-99's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@mikelmonie 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.
Title:
feat: fix chat scroll, add wizard step indicator, extract ArbitratorPicker, add vote bars
Description:
Summary
Resolves four issues in a single batch — all changes are isolated to their respective
component files.
Changes
#609 — InvoiceChat: scroll to bottom on new message
#610 — DisputeWizard: step indicator
StepIndicatorat the top of the wizard modalmuted
<nav aria-label="Step X of 4">witharia-current="step"on the active dot#611 — ArbitratorPicker: extracted standalone component
src/components/ArbitratorPicker.tsxwith fully typed propsDisputePanel.tsxnow imports and usesArbitratorPicker— all inline arbitrator JSXremoved
#612 — VotingPanel: vote count badge + percentage fill bar per option
Testing
Closes #609
Closes #610
Closes #611
Closes #612