Fix ServiceWorker, update MBViewer, misc app fixes

This commit is contained in:
2024-07-01 20:45:14 +02:00
parent d481847470
commit 53204d067b
8 changed files with 172 additions and 33 deletions

View File

@ -1,4 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta property="og:title" content="🃏️ [Matrix] Sticker Helper"/>
@ -39,7 +41,8 @@ TODO:
* APNG encoding, if it works
* allow copying the JSON (and optionally reuploading images? probably not needed tho) when importing existing Maunium packs
-->
</head>
<body>
<div id="Main" hidden="true">
<div id="LayoutAccountSelect"></div>
@ -1039,3 +1042,5 @@ TODO:
max-width: 128px;
}
</style>
</body>
</html>