Changeset d1ee039 for frontend/src/components/SongItem.tsx
- Timestamp:
- 02/15/26 23:28:14 (5 months ago)
- Branches:
- main
- Children:
- 615dcee, c807e22
- Parents:
- c8baad1
- File:
-
- 1 edited
-
frontend/src/components/SongItem.tsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/components/SongItem.tsx
rc8baad1 rd1ee039 67 67 68 68 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 creation73 setPlaylistOpen(false);74 };75 69 76 70 const subtitleParts: string[] = []; … … 240 234 usePortal={true} 241 235 direction={dropdownDirection} 242 onCreateNewPlaylist={handleCreateNewPlaylist}243 236 /> 244 237 </div>
Note:
See TracChangeset
for help on using the changeset viewer.
