feat: added playlist option
All checks were successful
Build and Push Docker Image / docker (push) Successful in 10s

This commit is contained in:
2025-10-12 15:32:53 +02:00
parent 3f52382cdc
commit 17faca1f46
22 changed files with 28651 additions and 10272 deletions

View File

@@ -41,6 +41,11 @@ export const $answerForm = el('answerForm');
export const $guessTitle = el('guessTitle');
export const $guessArtist = el('guessArtist');
export const $answerResult = el('answerResult');
// Playlist elements
export const $playlistSection = el('playlistSection');
export const $playlistSelect = el('playlistSelect');
export const $currentPlaylist = el('currentPlaylist');
export const $playlistInfo = el('playlistInfo');
export function showLobby() {
$lobby.classList.remove('hidden');