jiti-meet/react/features/invite/components
virtuacoplenny 4e4713c3e2 feat(invite): be able to call numbers from the invite dialog (#2555)
* feat(invite): be able to call numbers from the invite dialog

The major changes:
- Remove DialOutDialog, its views, redux hooks, css, and images.
  Its main functionality has been moved into AddPeopleDialog.
- Modify the AppPeopleDialog styling a bit so it is wider.
- Add phone numbers to AddPeopleDialog search results. Phone
  numbers are validated in parallel with the request for people
  and then appended to the result. The validation includes
  an ajax to validate the number is recognized as dialable by
  the server. The trigger for the validation is essentially if
  the entered input is numbers only.
- AddPeopleDialog holds onto the full object representation of
  an item selected in MultiSelectAutocomplete. This is so
  selected items can be removed on successful invite, leaving
  only unsuccessful items.
- More granular error handling on invite so individual invitees
  can be removed from the selected items list.

* squash: change load state, new regex for numbers

* squash: change strings, auto prepend 1 if no country code, add reminders
2018-03-12 12:23:40 -07:00
..
dial-in-info-page fix(info): do not show dial in numbers without a room specified 2018-03-09 17:18:10 -06:00
dial-in-summary fix(dial-in): remove console.warn used for debugging (#2547) 2018-03-01 15:50:23 -08:00
info-dialog fix(info): always remove last part of path for meeting name 2018-03-06 15:22:27 -06:00
AddPeopleDialog.native.js User Picker Implementation 2017-07-10 09:56:38 -07:00
AddPeopleDialog.web.js feat(invite): be able to call numbers from the invite dialog (#2555) 2018-03-12 12:23:40 -07:00
InfoDialogButton.native.js ref(info): new component for showing meeting info 2017-09-25 08:42:00 -05:00
InfoDialogButton.web.js feat(info): new dialog design (#2452) 2018-02-13 13:46:47 -06:00
InviteButton.native.js WiP(invite-ui): Initial move of invite UI to invite button (#1950) 2017-10-03 11:30:42 -05:00
InviteButton.web.js feat(invite): be able to call numbers from the invite dialog (#2555) 2018-03-12 12:23:40 -07:00
index.js feat(unsupported-browser): show dial-in for mobile 2018-02-22 17:29:03 -06:00