Skip to content

[PE-7289] Add artist social links on coin create - #13435

Merged
dylanjeffers merged 4 commits into
mainfrom
pe-7289-add-artist-social-links
Nov 14, 2025
Merged

[PE-7289] Add artist social links on coin create#13435
dylanjeffers merged 4 commits into
mainfrom
pe-7289-add-artist-social-links

Conversation

@dylanjeffers

@dylanjeffers dylanjeffers commented Nov 14, 2025

Copy link
Copy Markdown
Contributor

Description

Adds artist's social links to coin metadata during coin create. Note this should be paired with the api pr: AudiusProject/api#571

@changeset-bot

changeset-bot Bot commented Nov 14, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: b9910b7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

<DownloadAppBanner />
{/* Re-enable for ToS updates */}
{/* <TermsOfServiceUpdateBanner /> */}
<TradingVolumeLaunchBanner />

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Comment on lines +172 to +174
.map((link) => link?.trim())
.filter((link): link is string => Boolean(link))
.map((link) => {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: The double map here seems unnecessary

import { useFeatureFlag } from '@audius/common/hooks'
import { launchpadMessages } from '@audius/common/messages'
import { Chain, Feature, Name } from '@audius/common/models'
import { Chain, Feature, Name, type User } from '@audius/common/models'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused import?

@dylanjeffers
dylanjeffers merged commit 16d4c68 into main Nov 14, 2025
3 of 4 checks passed
@dylanjeffers
dylanjeffers deleted the pe-7289-add-artist-social-links branch November 14, 2025 21:39
audius-infra pushed a commit that referenced this pull request Nov 15, 2025
[16d4c68] [PE-7289] Add artist social links on coin create (#13435) Dylan Jeffers
[714814d] [PE-7320] Add copy link coin overflow option (#13440) KJ
[108cdc1] [PE-7335] Increase slippage to 2% (#13432) Dylan Jeffers
[8a59173] [PE-7025] Fix optimistic fee claiming not working (#13431) JD Francis
[5e6438e] [PE-7336] Fix stripe mobile on-ramp visibility (#13439) Dylan Jeffers
[c6488b4] Revert "Increase max file size for uploads (#13430)" (#13436) Marcus Pasell
[f0d22bf] Drop trading volume launch banner (#13434) Dylan Jeffers
[e2d6f9e] Increase max file size for uploads (#13430) Marcus Pasell
[e16832d] [PE-7286] Update portfolio balance error text color (#13429) Dylan Jeffers
[92ee20d] [PE-7324] Prevent portfolio balance hovering from swiping page (#13426) Dylan Jeffers
[d520d7b] [PE-7287] Fix artist-coin description color (#13425) Dylan Jeffers
[c1bc62d] [PE-7315] Drop verify flow (#13410) Dylan Jeffers
[beb486a] [PE-7148] Update Upload coin gated track button to populate initial form data (#13424) KJ
[0bc129c] [PE-7121] Add tooltip for coin price in insights section (#13422) KJ
[12cbd20] [PE-7196] Fix coin balance loading state (#13420) KJ
[3c24888] [PD-488] Fix spacing in the coin details right section (#13423) KJ
[20f30bc] Version Packages (#13416) github-actions[bot]
[5c7cc68] [PE-7322] Fix comment reply right padding (#13417) KJ
[6fea43f] [PE-7325] Fix tip $AUDIO balance large after swap to $AUDIO (#13415) Reed
[74098b3] [PE-7288] Update edit coin description field height (#13413) KJ
[1f84141] Timeout image loading in case of hanging connections (#13409) Danny
[6fd0a97] Add DOM test output on web-test failures (#13383) JD Francis
[0fd54bc] [PE-7316] Update artist coin hover card width (#13412) Dylan Jeffers
[950757b] [PE-7315] Fix remix contest winners index (#13397) Dylan Jeffers
[09d0bbb] [PE-7204] Associate external wallet after swap (#13411) Dylan Jeffers
[6173e94] Format tickers for urls and hooks (#13402) KJ
[a0125db] Filter out unsupported challenges from notifs (#13408) Reed
[48ccd99] Drop photo requirement text (#13407) Dylan Jeffers
[23d315d] Fix takeover cta (#13406) KJ
[9a0cc8c] css lint fixes (#13405) KJ
[f8e35fc] Artist takeover (#13403) KJ
[a705fcd] Add banner (#13404) KJ
[cb4c07e] Ensure the token mint is set correctly in meteora dbc swaps (#13401) Marcus Pasell
[16da7c3] Fix bundlesize check (#13400) Dylan Jeffers
[6395893] Revert "[PE-7239] Fix issues due to stale local storage data (#13311)" (#13396) Dylan Jeffers
[2b8e0c9] [PE-7312] Update announcement notifs to link from notif data (#13395) KJ
[f96f996] Fix user track filter type (#13394) Dylan Jeffers
[83bcf85] [PE-7307, PE-7308] Add coin redeem pages (#13390) KJ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants