feat: add name + description + about section to Perps Markets#7354
Merged
feat: add name + description + about section to Perps Markets#7354
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
1f5ee0d to
9f17916
Compare
9f17916 to
8861ead
Compare
192a700 to
50332a7
Compare
8861ead to
1a153b5
Compare
|
🧪 Flashlight Performance Report (AWS Device Farm) 🔀 Commit: fe4fe0f
|
ibrahimtaveras00
approved these changes
Apr 17, 2026
Contributor
ibrahimtaveras00
left a comment
There was a problem hiding this comment.
Looks good on both OS's, QA Passed 👍🏽
maxbbb
reviewed
Apr 20, 2026
1a153b5 to
5c35247
Compare
e74466d to
e25547a
Compare
5c35247 to
2830225
Compare
2830225 to
07f9100
Compare
e25547a to
1df4db3
Compare
maxbbb
approved these changes
Apr 20, 2026
07f9100 to
887844d
Compare
1df4db3 to
598ddfc
Compare
i1skn
added a commit
that referenced
this pull request
Apr 21, 2026
## Description Polymarket currently shows the rules CTA even when the description is too short for that affordance to be useful. This extracts the description card into a shared `ExpandableDescriptionCard` so the CTA only appears once the content reaches the truncation threshold, and so the same component can be reused in the perps market About flow in #7354. ## What to test - Open a Polymarket event with a short description and confirm the CTA does not show. - Open a Polymarket event with a longer description and confirm the CTA shows and still opens the rules sheet. ## Screenshots Before  After 
887844d to
1f0f4b4
Compare
598ddfc to
fa2e7f4
Compare
1f0f4b4 to
5580506
Compare
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.

Fixes https://linear.app/rainbow/issue/APP-3529/add-name-description-to-perps-markets
What changed (plus any additional context for devs)
This PR introduces names and descriptions for each Hyperliquid market, along with a basic “About” section. We load name and description directly from HL API, as our backend does not expose it.
Because the market name is fetched via a separate network request, we display a loader until that data is available.
Descriptions are shown only for markets where they exist. However, the rest of the “About” section remains visible for all markets, regardless of whether a description is present.
Screen recordings / screenshots
Simulator Screen Recording - iPhone 17 Pro - 2026-04-14 at 22.29.00.mov (uploaded via Graphite)
What to test