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
common: Add useDesktopNotifications hook to handle the @wuespace/telestion-client-coreuseNotifications API notifications by sending desktop notifications. Call useDesktopNotifications() in your client project's src/components/app.tsx to use it. (16d2033), closes #1171
common: Add a showDialog function which creates a new configured dialog. Every dialog is stored in the Telestion Common dialog state which is accessible through the useDialog hook. These dialogs are rendered with the ModalContext component. (fec24d8)
common: Add state support for the dialog and their entries in the showDialog function. Every component in the dialog configuration now receives the current state and a function to update it. The resolved promise then returns the final state of the dialog. (f78523f)
common: Use spectrum dialog instead of native dialog window to confirm user configuration reset (eb4e0b1), closes #854
template: Enable desktop notifications by default using the common's useDesktopNotifications hook (f00325a), closes #1171