jiti-meet/react/features/notifications/components
virtuacoplenny 510334fa7f ref(notifications): convert some dialogs to error or warning notifica… (#1991)
* ref(notifications): convert some dialogs to error or warning notifications

- Expand the configurability of the Notification component so warnings
  and errors can be displayed.
- Allow Notification to take in arbitrary text for the body.
- Rename defaultTitleKey to titleKey for consistency with descriptionKey.

* ref(notifications): remove openReportDialog method

openReportDialog is a wrapper around showError that adds
a logger statement. It is being called in one place only
so remove the method and have that one place call logger.

* ref(notifications): UI.showTrackNotWorkingDialog takes a boolean

Change UI.showTrackNotWorkingDialog so it takes a boolean
arguments instead of the entire track. A small refactor so
the method needs to know less.

* [squash] Fixes eslint errors

* WiP: Fixes desktop sharing error strings and adds support button

* [squash] Fix icons appearances

* [squash] Fix translate titles and messages

* [squash] fix(translation): Fixes incorrect password string

* [squash] fix(recording): Fixes recording message

* [squash] fix(warning): Turns some warnings to errors and makes support link optional.

* [squash] fix(translation): Addressing language comments

* [squash] Fixes jsdoc and formatting

* [squash] fix(noopener): Fixes window.open noopener

* [squash] fix(constants): Extract constants and refactor NotificationWithToggle

* [squash] fix(lang): Fixes camera and mic error titles

* [squash] fix(supportLink): Renames addSupportLink to hideErrorSupportLink
2017-11-03 14:05:03 -05:00
..
Notification.native.js feat(notifications): implement a react/redux notification system (#1786) 2017-07-28 12:56:49 -05:00
Notification.web.js ref(notifications): convert some dialogs to error or warning notifica… (#1991) 2017-11-03 14:05:03 -05:00
NotificationWithToggle.native.js feat(device-errors): move device error dialogs to notifications 2017-08-01 16:33:00 -07:00
NotificationWithToggle.web.js ref(notifications): convert some dialogs to error or warning notifica… (#1991) 2017-11-03 14:05:03 -05:00
NotificationsContainer.native.js feat(notifications): implement a react/redux notification system (#1786) 2017-07-28 12:56:49 -05:00
NotificationsContainer.web.js ref: move 'jwt' feature to 'base' 2017-10-12 14:43:09 -05:00
index.js feat(device-errors): move device error dialogs to notifications 2017-08-01 16:33:00 -07:00