add screens for the shortcuts for the BVC group (doesn't submit yet)

This commit is contained in:
2024-02-24 18:38:11 -07:00
parent 6aab1ff49d
commit 866dcb3a2a
10 changed files with 667 additions and 14 deletions

View File

@@ -31,6 +31,7 @@ export type Settings = {
}>;
showContactGivesInline?: boolean; // Display contact inline or not
showShortcutBvc?: boolean; // Show shortcut for BVC actions
vapid?: string; // VAPID (Voluntary Application Server Identification) field for web push
warnIfProdServer?: boolean; // Warn if using a production server
warnIfTestServer?: boolean; // Warn if using a testing server