Switched to Pinia, Added Save for Albums

This commit is contained in:
Shiny Nematoda 2022-07-17 08:06:17 +00:00
parent a43b0907e2
commit f303f91108
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
25 changed files with 945 additions and 799 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

5
public/favicon.svg Normal file
View file

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#ebebeba3" class="bi bi-vinyl" viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path d="M8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM4 8a4 4 0 1 1 8 0 4 4 0 0 1-8 0z"/>
<path d="M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>
</svg>

After

Width:  |  Height:  |  Size: 340 B

View file

@ -3,6 +3,12 @@
"short_name": "Hyperpipe",
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
"description": "Privacy respecting YouTube Music Frontend."
"background_color": "#000",
"description": "Privacy respecting YouTube Music Frontend.",
"icons": [
{
"src": "/favicon.svg",
"sizes": "any"
}
]
}