IndexedDB migration: fix loading of data, fix object comparisons, add unmodified, etc

This commit is contained in:
2025-06-19 16:19:00 -06:00
parent 84f2d5c3a7
commit 4e215914a3
5 changed files with 224 additions and 169 deletions

View File

@@ -182,6 +182,15 @@
>
Accounts
</button>
<button
class="text-sm text-blue-600 hover:text-blue-800 underline"
@click="
sqlQuery = 'SELECT * FROM contacts;';
executeSql();
"
>
Contacts
</button>
<button
class="text-sm text-blue-600 hover:text-blue-800 underline"
@click="