jiti-meet/react/features/welcome/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
..
AbstractWelcomePage.js Make web use the redux settings/profile 2018-05-09 15:20:22 +02:00
BlankPage.native.js core: refactor routing (continued) 2018-07-11 22:58:41 -05:00
BlankPage.web.js [RN] Prepare to display BlankPage more 2017-09-02 13:26:06 -05:00
LocalVideoTrackUnderlay.native.js [RN] Add TintedView component 2017-12-19 09:10:58 -06:00
LocalVideoTrackUnderlay.web.js [RN] LocalVideoTrackUnderlay 2017-09-05 17:45:20 -05:00
SideBarItem.js [RN] WelcomeScreen post-merge changes 2018-05-30 11:13:16 +02:00
VideoSwitch.js [RN] Improve video switch style and remove react warning 2018-05-15 17:42:54 +02:00
WelcomePage.native.js [RN] Drop the react-native-permissions dependency 2018-09-05 14:56:00 -05:00
WelcomePage.web.js feat(deps): update atlaskit/tabs to 8.0.8 2018-09-14 14:50:08 -05:00
WelcomePageLists.js [WiP] Calendar integration ui (#3395) 2018-08-27 10:13:59 -05:00
WelcomePageSideBar.native.js [RN] WelcomeScreen post-merge changes 2018-05-30 11:13:16 +02:00
index.js [RN] Prepare to display BlankPage more 2017-09-02 13:26:06 -05:00
styles.js [RN] Improve video switch style and remove react warning 2018-05-15 17:42:54 +02:00