Ignore:
Timestamp:
01/30/26 22:14:36 (5 months ago)
Author:
Dimitar Arsov <dimitararsov04@…>
Branches:
main
Children:
2730163
Parents:
98992cf
Message:

show followers, following and songs in album

Location:
frontend/src/components/userProfile
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/components/userProfile/ArtistView.tsx

    r98992cf r2b08bed  
    3737                className="group cursor-pointer"
    3838                onClick={() =>
    39                   navigate(`/musical-entity/${album.musicalEntityId}`)
     39                  navigate(`/collection/album/${album.musicalEntityId}`)
    4040                }
    4141              >
  • frontend/src/components/userProfile/ListenerView.tsx

    r98992cf r2b08bed  
    3131                key={playlist.id}
    3232                className="group cursor-pointer"
    33                 onClick={() => navigate(`/playlist/${playlist.id}`)}
     33                onClick={() => navigate(`/playlists/${playlist.id}`)}
    3434              >
    3535                <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.