add proxy server for dynamic api endpoint handling and auth
BIN
frontend/public/404.gif
Normal file
|
After Width: | Height: | Size: 305 KiB |
BIN
frontend/public/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 549 B |
BIN
frontend/public/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 14 KiB |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "My Vue 3 App",
|
||||
"short_name": "My App",
|
||||
"name": "osu! music player",
|
||||
"short_name": "music player",
|
||||
"icons": [
|
||||
{
|
||||
"src": "img/icons/android-chrome-192x192.png",
|
||||
@@ -13,8 +13,8 @@
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": "/index.html",
|
||||
"start_url": "/menu",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone",
|
||||
"theme_color": "#4DBA87"
|
||||
"theme_color": "#1c1719"
|
||||
}
|
||||
|
||||
@@ -69,6 +69,14 @@ function reset() {
|
||||
<h1> Meeeeee </h1>
|
||||
<input @change="update" type="text" id="url-input" :value="userStore.baseUrl" />
|
||||
<br>
|
||||
<div class="flex p-5 justify-between">
|
||||
<img :src="'https://a.ppy.sh/14100399'" class="w-1/3">
|
||||
<div>
|
||||
<p>User: {{ 'JuLi0n_' }}</p>
|
||||
<p>Api: Not Connected</p>
|
||||
<p>Sharing: <button class="border bordercolor rounded-lg p-0.5"> Off </button></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col w-full justify-around p-10">
|
||||
<div class="flex flex-1 justify-between">
|
||||
|
||||