You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make it possible to set toastify options globally so that one doens't need to pass in the same options everywhere.
One use case would be to pass in an offset for apps that have a top bar, see nextcloud/spreed#5794
or even to switch to bottom aligned notifications for some layouts.
The text was updated successfully, but these errors were encountered:
Talk allows to "fullscreen" the Talk area (video call area + right sidebar)
If that is done, any showError() from viewer, editors, sharing, talk, deck, tasks and other apps that integrate with the Talk UI, must not be mounted on body or whatever, but Talk needs to be able to define this, without the other apps having to adjust their code.
Make it possible to set toastify options globally so that one doens't need to pass in the same options everywhere.
One use case would be to pass in an offset for apps that have a top bar, see nextcloud/spreed#5794
or even to switch to bottom aligned notifications for some layouts.
The text was updated successfully, but these errors were encountered: