Add unlock modal for locked text posts#14045
Merged
dylanjeffers merged 5 commits intomainfrom Apr 3, 2026
Merged
Conversation
The Unlock button and Members Only text on locked text posts now open a "How to Unlock" modal showing the coin requirement and a Buy Coins button that opens the buy/sell modal. https://claude.ai/code/session_01Nn1WcA8yq5kJA2Xrm2ZBWv
|
Tapping the locked text post area now reveals a "How To Unlock" section showing the coin requirement and a "Buy Coins" button that navigates to the BuySell screen, matching the pattern used for gated tracks. https://claude.ai/code/session_01Nn1WcA8yq5kJA2Xrm2ZBWv
Contributor
🌐 Web preview readyPreview URL: https://audius-web-preview-pr-14045.audius.workers.dev Unique preview for this PR (deployed from this branch). |
- Resolve merge conflict in mobile TextPostCard, keeping main's UI (gradient blur placeholder, Unlock button, Members Only text) - Create LockedTextPostDrawer on mobile that shows "HOW TO UNLOCK" with coin info and Buy Coins button, matching the track LockedContentDrawer - Wire up Unlock button and Members Only text on mobile text posts to open the new drawer - Update LineupTileAccessStatus to open the LockedContent drawer for token-gated tracks instead of navigating directly to BuySell https://claude.ai/code/session_01Nn1WcA8yq5kJA2Xrm2ZBWv
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.
The Unlock button and Members Only text on locked text posts now open
a "How to Unlock" modal showing the coin requirement and a Buy Coins
button that opens the buy/sell modal.
https://claude.ai/code/session_01Nn1WcA8yq5kJA2Xrm2ZBWv