-
Notifications
You must be signed in to change notification settings - Fork 123
[PE-7266] Add coin exclusive tracks to coin page #13332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
|
||
| import { useLineupQuery } from './useLineupQuery' | ||
|
|
||
| const DEFAULT_PAGE_SIZE = 10 |
There was a problem hiding this comment.
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' |
There was a problem hiding this comment.
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: { |
There was a problem hiding this comment.
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. | |||
There was a problem hiding this comment.
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(), |
There was a problem hiding this comment.
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
Description
Adds coin exclusive tracks to coin page using new user/tracks gate-condition endpoint.