feat: adding frontend notifications for attribute updates

This commit is contained in:
Mose Müller
2023-08-03 11:59:46 +02:00
parent 86adba18da
commit cf46dbbdde
13 changed files with 101 additions and 30 deletions

View File

@ -5,4 +5,14 @@ input.instantUpdate {
.numberComponentButton {
padding: 0.15em 6px !important;
font-size: 0.70rem !important;
}
.navbarOffset {
padding-top: 60px !important;
right: 20;
}
/* .toastContainer {
position: fixed;
} */
.notificationToast {
background-color: rgba(114, 214, 253, 0.5) !important;
}