feat: added frontend exception notifications

This commit is contained in:
Mose Müller
2023-08-03 15:18:32 +02:00
parent 85a171c33e
commit b30295d840
3 changed files with 53 additions and 17 deletions

View File

@ -15,4 +15,7 @@ input.instantUpdate {
} */
.notificationToast {
background-color: rgba(114, 214, 253, 0.5) !important;
}
.exceptionToast {
background-color: rgba(216, 41, 18, 0.678) !important;
}