feat(notifications): Make all error notifications sticky.

There are many cases where the error disappears and users easily miss the information.
This commit is contained in:
damencho
2025-02-07 14:36:46 -06:00
committed by Дамян Минков
parent f670f39dd2
commit 0387cdc888
15 changed files with 30 additions and 37 deletions

View File

@@ -287,7 +287,7 @@ class ConferenceConnector {
},
descriptionKey: 'dialog.reservationErrorMsg',
titleKey: 'dialog.reservationError'
}, NOTIFICATION_TIMEOUT_TYPE.LONG));
}));
break;
}
@@ -295,7 +295,7 @@ class ConferenceConnector {
APP.store.dispatch(showErrorNotification({
descriptionKey: 'dialog.gracefulShutdown',
titleKey: 'dialog.serviceUnavailable'
}, NOTIFICATION_TIMEOUT_TYPE.LONG));
}));
break;
// FIXME FOCUS_DISCONNECTED is a confusing event name.