Ignore:
Timestamp:
02/15/26 23:28:14 (5 months ago)
Author:
Dimitar Arsov <dimitararsov04@…>
Branches:
main
Children:
615dcee, c807e22
Parents:
c8baad1
Message:

create new playlist, delete playlists and add song to playlist on playlist creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/components/SongItem.tsx

    rc8baad1 rd1ee039  
    6767
    6868  const isPlaying = currentSong?.id === song.id;
    69 
    70   const handleCreateNewPlaylist = () => {
    71     console.log(`Creating new playlist for song ${song.id}`);
    72     // TODO: Implement actual playlist creation
    73     setPlaylistOpen(false);
    74   };
    7569
    7670  const subtitleParts: string[] = [];
     
    240234          usePortal={true}
    241235          direction={dropdownDirection}
    242           onCreateNewPlaylist={handleCreateNewPlaylist}
    243236        />
    244237      </div>
Note: See TracChangeset for help on using the changeset viewer.