Minor wording and style changes

This commit is contained in:
Scott Idem
2025-05-01 19:14:06 -04:00
parent c6d21fadc2
commit f2751cbaf9
2 changed files with 9 additions and 2 deletions

View File

@@ -84,6 +84,9 @@ onMount(() => {
<button
type="button"
on:click={() => {
if (!confirm('Are you sure you want to clear IndexedDB databases, localStorage, and sessionStorage? This will also reload the page.')) {
return;
}
// Clear Indexed DB
indexedDB.deleteDatabase('ae_archives_db'); // Archives module
indexedDB.deleteDatabase('ae_core_db');