Save chats, messages and media to IndexedDB

This commit is contained in:
天クマ 2026-07-16 15:26:42 -03:00
commit 3a1ed0903c
9 changed files with 348 additions and 67 deletions

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0" user-scalable=no>
<title>Pandora</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@ -10,7 +10,6 @@
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="loading.css">
<link rel="stylesheet" href="metroicons.css">
<script src="https://unpkg.com/lucide@latest" defer></script>
</head>
<body>
<script defer>
@ -153,6 +152,6 @@
</div>
<!-- Client-side script loaded as ES Module -->
<script type="module" src="app.js"></script>
<script type="module" src="./js/app.js"></script>
</body>
</html>