doc: add more help for the notifications

This commit is contained in:
2023-12-26 17:48:14 -07:00
parent ddbb700c34
commit 25b1598fcb
13 changed files with 171 additions and 50 deletions

View File

@@ -2,7 +2,7 @@ import BaseDexie, { Table } from "dexie";
import { encrypted, Encryption } from "@pvermeer/dexie-encrypted-addon";
import { Account, AccountsSchema } from "./tables/accounts";
import { Contact, ContactSchema } from "./tables/contacts";
import { Log, LogSchema } from "@/db/tables/logs";
import { Log, LogSchema } from "./tables/logs";
import {
MASTER_SETTINGS_KEY,
Settings,