Skip to content

Commit

Permalink
Build web app for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtertiaer committed Nov 13, 2024
1 parent 43f883d commit 1d42ee9
Show file tree
Hide file tree
Showing 20 changed files with 1,288 additions and 0 deletions.
Binary file added web/dist/assets/amplipi_logo-936651c4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
214 changes: 214 additions & 0 deletions web/dist/assets/aux_input-9ad90f24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/dist/assets/bluetooth-0d2b3218.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/dist/assets/dlna-d48e4efc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/dist/assets/favicon-d69299aa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/dist/assets/fmradio-cbd08fe5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web/dist/assets/index-6d27eb45.css

Large diffs are not rendered by default.

1,045 changes: 1,045 additions & 0 deletions web/dist/assets/index-fa1a5c47.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web/dist/assets/index-fa1a5c47.js.map

Large diffs are not rendered by default.

Binary file added web/dist/assets/internet_radio-42b8fc4a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/dist/assets/lms-64b72ba0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/dist/assets/opensans_v35-325f509b.ttf
Binary file not shown.
Binary file added web/dist/assets/pandora-5f2fd489.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/dist/assets/plexamp-855d2305.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/dist/assets/raleway_v28-ddb04dad.ttf
Binary file not shown.
Binary file added web/dist/assets/rca_inputs-6123dfcb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/dist/assets/shairport-41f5b64a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/dist/assets/spotify-d396a4d6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/dist/assets/usb-f5c39ff5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions web/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>

<html lang="en">
<head>
<script>
try{
eval("const foo = null ?? 'string'");
}
catch(e){
document.open()
document.write("<h1>Sorry, this browser version is no longer supported, please update your browser.</h1>");
document.close()
}
</script>

<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/assets/favicon-d69299aa.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Amplipi - Home Audio</title>
<script type="module" crossorigin src="/assets/index-fa1a5c47.js"></script>
<link rel="stylesheet" href="/assets/index-6d27eb45.css">
</head>
<body style="margin: 0;">
<div id="root"></div>

</body>
</html>

0 comments on commit 1d42ee9

Please sign in to comment.