* 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
77 lines
1.6 KiB
SCSS
77 lines
1.6 KiB
SCSS
/* Functions BEGIN */
|
|
|
|
@import 'functions';
|
|
|
|
/* Functions END */
|
|
|
|
/* Variables BEGIN */
|
|
|
|
@import 'variables';
|
|
|
|
/* Variables END */
|
|
|
|
/* Mixins BEGIN */
|
|
|
|
@import "mixins";
|
|
|
|
/* Mixins END */
|
|
|
|
/* Animations BEGIN */
|
|
|
|
@import "animations";
|
|
|
|
/* Animations END */
|
|
|
|
/* Fonts BEGIN */
|
|
|
|
@import 'font';
|
|
@import 'font-awesome';
|
|
/* Fonts END */
|
|
|
|
/* Modules BEGIN */
|
|
|
|
@import 'aui_reset';
|
|
@import 'base';
|
|
@import 'utils';
|
|
@import 'overlay/overlay';
|
|
@import 'inlay';
|
|
@import 'reload_overlay/reload_overlay';
|
|
@import 'modals/desktop-picker/desktop-picker';
|
|
@import 'modals/device-selection/device-selection';
|
|
@import 'modals/dialog';
|
|
@import 'modals/feedback/feedback';
|
|
@import 'modals/invite/info';
|
|
@import 'modals/speaker_stats/speaker_stats';
|
|
@import 'modals/video-quality/video-quality';
|
|
@import 'videolayout_default';
|
|
@import 'notice';
|
|
@import 'popup_menu';
|
|
@import 'recording';
|
|
@import 'login_menu';
|
|
@import 'contact_list';
|
|
@import 'chat';
|
|
@import 'ringing/ringing';
|
|
@import 'welcome_page';
|
|
@import 'welcome_page_content';
|
|
@import 'toolbars';
|
|
@import 'side_toolbar_container';
|
|
@import 'jquery.contextMenu';
|
|
@import 'keyboard-shortcuts';
|
|
@import 'redirect_page';
|
|
@import 'components/form-control';
|
|
@import 'components/link';
|
|
@import 'components/button-control';
|
|
@import 'components/input-control';
|
|
@import 'components/input-slider';
|
|
@import "connection-info";
|
|
@import 'aui-components/dropdown';
|
|
@import '404';
|
|
@import 'policy';
|
|
@import 'popover';
|
|
@import 'filmstrip';
|
|
@import 'unsupported-browser/main';
|
|
@import 'modals/invite/add-people';
|
|
@import 'vertical_filmstrip_overrides';
|
|
|
|
/* Modules END */
|