feat: live stream tipping via chat (quick-tip buttons)#382
Merged
davedumto merged 5 commits intoStreamFi-x:devfrom Mar 29, 2026
Merged
feat: live stream tipping via chat (quick-tip buttons)#382davedumto merged 5 commits intoStreamFi-x:devfrom
davedumto merged 5 commits intoStreamFi-x:devfrom
Conversation
Adds preset tip buttons above chat input to send XLM tips quickly. Posts a system tip message to chat and shows a stacked tip alert overlay on the player. Closes StreamFi-x#368 Made-with: Cursor
Adds paid stream access configuration and a viewer payment gate. The server verifies USDC payments on Stellar Horizon and stores grants with tx hash replay protection. Closes StreamFi-x#375 Made-with: Cursor
|
@Nwanne-san is attempting to deploy a commit to the david's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Nwanne-san 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! 🚀 |
Contributor
|
hi @Nwanne-san please fix failing ci and then conflicts |
- merge access/check for paid grants, token_gated horizon check, and session wallet - add quick tip bar, tip alerts, token gated gate, chat moderation hooks - tipmodal defers confirmation to container; add funds nudge on low xlm Made-with: Cursor
Made-with: Cursor
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.
Description
Add quick-tip buttons inside the stream chat sidebar so viewers can tip without leaving the stream.
Closes #368
Changes proposed
What were you told to do?
What did I do?
Quick-tip interactions in chat
QuickTipBarwith1 XLM,5 XLM,10 XLM, andCustom...actions.AddFundsButton.Tip message + video alert UX
systemmessages.Supporting updates
TipModal.Check List (Check all the applicable boxes)
Screenshots / Testing Evidence
npm test -- --watchman=false --runTestsByPath components/stream/__tests__/chat-section.test.tsx hooks/__tests__/useChat.test.ts app/api/streams/chat/__tests__/route.test.ts lib/stellar/__tests__/payments.test.tsMade with Cursor