feat: add mobile deep-link button to invite code flow#257
Open
SeanROlszewski wants to merge 5 commits into
Open
feat: add mobile deep-link button to invite code flow#257SeanROlszewski wants to merge 5 commits into
SeanROlszewski wants to merge 5 commits into
Conversation
The generate() method already sets connectorURL for both connect URL and invite code modes, but the UI guard restricted the Connector URL section to connect URL mode only. Remove the mode check so the "Open Connector URL" and copy buttons appear whenever a connector URL is available. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The InviteCodeState component only showed a QR code and invite code text, with no way to open the connector URL directly on mobile. Add the same mobile/desktop split used by QRState: on mobile, show an "Open World App" deep-link button; on desktop, show the QR code. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ode widget The previous commit only added a mobile-only deep-link button. Add a visible link on all viewports so users can open the connector URL directly from the invite code widget. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Extract and display the invite code from the connector URL's `c` query parameter so developers can see the code alongside the connector URL. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Keep the connector URL link and invite code display added on this branch; extract the invite code from the connector URI's `c` query parameter so the variable is properly defined. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
QRState)Test plan
🤖 Generated with Claude Code