jiti-meet/react/features/base/dialog/components
Leonard Kim 7c88de20fe feat(deps): update atlaskit/tabs to 8.0.8
There are (at least) two changes that are breaking:
- defaultTab is gone
- The re-rendering logic looks to have been re-written so that
  passing in a new array of tabs causes a re-render, which can
  reset the currently selected tab.

The fixes involved removing defaultTab from each tab configuration,
as it is no longer respected anyway. Also, instead of letting Tabs
be uncontrolled and allowing it to set its own selected, which
would result in the first tab automatically being selected on
Tabs re-render, use Tabs a controlled prop to dicate which
tab is selected; this is accomplished by specifying a selected
prop.
2018-09-14 14:50:08 -05:00
..
AbstractDialog.js Coding style: utilize default values 2018-09-07 16:48:16 -05:00
AbstractDialogTab.js Refactor settings modal (#3121) 2018-06-20 13:19:53 -07:00
BottomSheet.native.js [RN] Support landscape and portrait orientations in BottomSheet 2018-05-15 17:12:40 +02:00
BottomSheet.web.js [RN] Refactor SimpleBottomSheet 2018-05-08 22:25:25 +02:00
Dialog.native.js removes need for `eslint-disable-next-line react/jsx-wrap-multilines` and `eslint-diable-line no extra-parens` 2018-08-12 17:06:35 -05:00
Dialog.web.js ref: define state and property types (2) 2017-11-28 22:03:00 -06:00
DialogContainer.js Move DialogContainer to BaseApp to have dialogs on the welcome screen too 2018-09-11 23:27:11 +02:00
DialogContent.native.js [RN] Add invite function to calendar 2018-09-11 23:27:11 +02:00
DialogContent.web.js [RN] Add invite function to calendar 2018-09-11 23:27:11 +02:00
DialogWithTabs.native.js Refactor settings modal (#3121) 2018-06-20 13:19:53 -07:00
DialogWithTabs.web.js feat(deps): update atlaskit/tabs to 8.0.8 2018-09-14 14:50:08 -05:00
StatelessDialog.native.js [RN] Fix exports/imports of nonexistent files 2017-06-07 13:27:44 -05:00
StatelessDialog.web.js feat(new-toolbars): initial implementation 2018-03-27 00:54:30 -05:00
index.js [RN] Add invite function to calendar 2018-09-11 23:27:11 +02:00
styles.js [RN] Add invite function to calendar 2018-09-11 23:27:11 +02:00