Skip to content

Conversation

@dylanjeffers
Copy link
Contributor

@dylanjeffers dylanjeffers commented Oct 28, 2025

Description

Adds coin exclusive tracks to coin page using new user/tracks gate-condition endpoint.

image image image image

@changeset-bot
Copy link

changeset-bot bot commented Oct 28, 2025

⚠️ No Changeset found

Latest commit: 84ade88

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

@dylanjeffers dylanjeffers requested a review from a team October 28, 2025 23:04

import { useLineupQuery } from './useLineupQuery'

const DEFAULT_PAGE_SIZE = 10
Copy link
Contributor

Choose a reason for hiding this comment

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

just checking 10 was intentional?

| 'usdc_purchase'
| 'follow'
| 'tip'
| 'nft'
Copy link
Contributor

Choose a reason for hiding this comment

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

boo

}

// Hook to get the count of exclusive tracks
export const useExclusiveTracksCount = (args: {
Copy link
Contributor

Choose a reason for hiding this comment

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

is this right? seems like we'd need a separate endpoint?

@@ -0,0 +1,167 @@
# Installing the Chart Library for UserBalanceHistoryGraph

The `UserBalanceHistoryGraph` component requires `react-native-gifted-charts` to render charts.
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe we don't merge this

premiumTracksSagas(),
exclusiveTracksSagas(),
searchTracksLineupSagas(),
remixesSagas(),
Copy link
Contributor

Choose a reason for hiding this comment

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

what's up with remixesSagas

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.

3 participants