added settings modal for mail

This commit is contained in:
Kevin Froman 2020-02-09 03:11:41 -06:00
parent dee531fd51
commit 559f6bed49
12 changed files with 695 additions and 202 deletions

11
static-data/www/shared/package-lock.json generated Normal file
View file

@ -0,0 +1,11 @@
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"bulma-switch": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/bulma-switch/-/bulma-switch-2.0.0.tgz",
"integrity": "sha512-myD38zeUfjmdduq+pXabhJEe3x2hQP48l/OI+Y0fO3HdDynZUY/VJygucvEAJKRjr4HxD5DnEm4yx+oDOBXpAA=="
}
}
}