Commit d66e089
Remove Artist Coin Tracks feature from explore (#14071)
## Summary
This PR removes the Artist Coin Tracks (Fan Club Exclusives) feature
from the explore page across web and mobile platforms. The feature
included dedicated sections for displaying featured artist coin tracks
and has been completely deprecated.
## Key Changes
- **Removed components:**
- `useFeaturedArtistCoinTracks` hook from common API
- `FeaturedArtistCoinTracks` component from mobile explore screen
- `ArtistCoinTracksSection` component from web desktop explore page
- **Updated explore content:**
- Removed `featuredArtistCoinTracks` field from `useExploreContent` hook
and its response type
- Removed `useFeaturedArtistCoinTracks` export from common API index
- **Updated UI:**
- Removed `ArtistCoinTracksSection` from web desktop SearchExplorePage
- Removed `FeaturedArtistCoinTracks` from mobile ExploreContent
- Removed `ArtistCoinTracksSection` from web mobile SearchExplorePage
- Removed `artistCoinExclusives` message from explore messages
- **Reordered sections:**
- Reorganized section rendering order in web desktop SearchExplorePage
for better content flow
## Implementation Details
The removal is clean with no orphaned references. All related UI
components, API hooks, and message strings have been removed
consistently across both web and mobile platforms.
https://claude.ai/code/session_01KBKEm4FZFntgm93SCSoKJK
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Ray Jacobson <raymondjacobson@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent eac7b77 commit d66e089
9 files changed
Lines changed: 5 additions & 109 deletions
File tree
- packages
- common/src
- api
- tan-query/collection
- messages
- mobile/src/screens/explore-screen/components
- web/src/pages/search-explore-page/components
- desktop
- mobile
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | | - | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
| |||
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 57 | + | |
63 | 58 | | |
64 | 59 | | |
65 | 60 | | |
| |||
Lines changed: 0 additions & 30 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
322 | 321 | | |
323 | 322 | | |
324 | 323 | | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | 324 | | |
331 | 325 | | |
332 | 326 | | |
333 | 327 | | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
334 | 332 | | |
335 | 333 | | |
336 | 334 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
249 | 248 | | |
250 | 249 | | |
251 | 250 | | |
252 | | - | |
253 | 251 | | |
254 | 252 | | |
255 | 253 | | |
| |||
0 commit comments