Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert to snapweb v5 #1742

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34,568 changes: 34,568 additions & 0 deletions music_assistant/server/providers/snapcast/snapweb/3rd-party/libflac.js

Large diffs are not rendered by default.

Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.
5 changes: 5 additions & 0 deletions music_assistant/server/providers/snapcast/snapweb/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified music_assistant/server/providers/snapcast/snapweb/favicon.ico
Binary file not shown.
45 changes: 23 additions & 22 deletions music_assistant/server/providers/snapcast/snapweb/index.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.ico" sizes="48x48">
<link rel="icon" href="./logo.svg" sizes="any" type="image/svg+xml">
<link rel="apple-touch-icon" href="./apple-touch-icon-180x180.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta name="author" content="Johannes M. Pohl" />
<meta name="description" content="Snapcast web client" />
<title>Snapweb</title>
<script type="module" crossorigin src="./assets/index-BYMjFABP.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BDBx6C_I.css">
<link rel="manifest" href="./manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="./registerSW.js"></script></head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>

<html>

<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#455A64">
<meta name="author" content="Johannes M. Pohl">
<meta name="version" content="0.5.0">
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="styles.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>Snapweb</title>
<script src="3rd-party/libflac.js"></script>
<script src="config.js"></script>
<script src="snapstream.js"></script>
<script src="snapcontrol.js"></script>
</head>

<body>
<div id="show"></div>
</body>

</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
192 changes: 0 additions & 192 deletions music_assistant/server/providers/snapcast/snapweb/logo.svg

This file was deleted.

16 changes: 16 additions & 0 deletions music_assistant/server/providers/snapcast/snapweb/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"short_name": "Snapweb",
"name": "Snapcast WebApp",
"icons": [
{
"src": "launcher-icon.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "/index.html",
"display": "standalone",
"categories": ["music"],
"description": "Snapcast web client",
"theme_color": "#455A64"
}

This file was deleted.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

3 changes: 0 additions & 3 deletions music_assistant/server/providers/snapcast/snapweb/robots.txt

This file was deleted.

Loading