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/pages/SongDetail.tsx

    rc8baad1 rd1ee039  
    117117      console.error("Error toggling like:", err);
    118118    }
    119   };
    120 
    121   const handleCreateNewPlaylist = () => {
    122     console.log(`Creating new playlist for song ${song?.id}`);
    123     // TODO: actual playlist creation
    124     setShowPlaylistDropdown(false);
    125119  };
    126120
     
    343337                      isOpen={showPlaylistDropdown}
    344338                      onClose={() => setShowPlaylistDropdown(false)}
    345                       onCreateNewPlaylist={handleCreateNewPlaylist}
    346339                      direction="below"
    347340                    />
Note: See TracChangeset for help on using the changeset viewer.