feat: transformation en application Radyobòkaz Player (WIP sécurisé)

Fork de la librairie headless svelte-podcast transformé en lecteur :
radio Funkwhale mizik.o-k-i.net (~2000 titres), page démo RSS Syntax.fm,
file de lecture, préférences et progression persistées.

État avant refonte playbook OKI (bugs connus : volume inerte,
bouton démo RSS cassé en navigation client, cibles tactiles mobiles).
This commit is contained in:
sucupira
2026-07-21 17:54:36 -04:00
parent b1165a817e
commit 72f4d2e160
82 changed files with 1226 additions and 2330 deletions
+3 -5
View File
@@ -1,19 +1,17 @@
<!DOCTYPE html>
<html lang="en" class="h-full scroll-smooth bg-white hover:scroll-auto">
<html lang="fr" class="h-full bg-slate-100">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="%sveltekit.assets%/icon.png" />
<meta name="theme-color" content="#f97316" />
<meta name="theme-color" content="#ea580c" />
<meta name="color-scheme" content="light" />
<link rel="bookmark" title="Svelte Podcast Docs" />
%sveltekit.head%
</head>
<body class="h-full scroll-smooth hover:scroll-auto">
<body class="h-full">
<div>%sveltekit.body%</div>
</body>
</html>