feat: Add email configuration and alert system

Introduces SMTP configuration settings and alert definitions to enable automated email notifications.
This includes new types for `SmtpConfig` and `AlertDefinition`, and integrates these into the settings page and mock database.
Adds styling for select elements and scrollbar hiding in the main HTML.
Updates mock database logic to potentially support local development without a backend.
This commit is contained in:
2025-12-06 23:01:02 +01:00
parent 89f4c9946b
commit 26fc451871
13 changed files with 1167 additions and 223 deletions

View File

@@ -15,6 +15,9 @@
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.9.2",
"pg": "^8.11.3",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.13",
"uuid": "^9.0.1"
}
}