- Implement main.js for the master display functionality, including WebSocket connection, audio output management, and state handling. - Create style.css for the master display's visual design, ensuring a cohesive look and feel with a dark theme and responsive layout. - Integrate device management with a fallback for non-Electron environments, allowing users to select audio outputs. - Add features for managing favorites, including toggling favorites and filtering by genre. - Enhance user experience with a responsive favorites grid and drag-to-scroll functionality.
18 lines
564 B
HTML
18 lines
564 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Radio Admin</title>
|
|
|
|
<script type="module" crossorigin src="/assets/admin-GqZPhz-K.js"></script>
|
|
<link rel="modulepreload" crossorigin href="/assets/modulepreload-polyfill-B5Qt9EMX.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/player-BBOsFRH-.js">
|
|
<link rel="stylesheet" crossorigin href="/assets/admin-C-qnWY0z.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
|
|
</html> |