Changeset 2b08bed for frontend/src/components/userProfile
- Timestamp:
- 01/30/26 22:14:36 (5 months ago)
- Branches:
- main
- Children:
- 2730163
- Parents:
- 98992cf
- Location:
- frontend/src/components/userProfile
- Files:
-
- 1 added
- 2 edited
-
ArtistView.tsx (modified) (1 diff)
-
ListenerView.tsx (modified) (1 diff)
-
UserListModal.tsx (added)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/components/userProfile/ArtistView.tsx
r98992cf r2b08bed 37 37 className="group cursor-pointer" 38 38 onClick={() => 39 navigate(`/ musical-entity/${album.musicalEntityId}`)39 navigate(`/collection/album/${album.musicalEntityId}`) 40 40 } 41 41 > -
frontend/src/components/userProfile/ListenerView.tsx
r98992cf r2b08bed 31 31 key={playlist.id} 32 32 className="group cursor-pointer" 33 onClick={() => navigate(`/playlist /${playlist.id}`)}33 onClick={() => navigate(`/playlists/${playlist.id}`)} 34 34 > 35 35 <div className="aspect-square rounded-md overflow-hidden bg-gray-100 mb-2 relative shadow-sm group-hover:shadow-lg transition-all">
Note:
See TracChangeset
for help on using the changeset viewer.
