Various UI improvements (#176)

* add retry/backoff to reconnecting log streams
* update favicons
This commit is contained in:
Benson Wong
2025-06-23 16:17:21 -07:00
committed by GitHub
parent 4236cec03a
commit 285191e655
10 changed files with 86 additions and 8 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "llama-swap",
"short_name": "llama-swap",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}