jiti-meet/react/features/video-quality/components
Saúl Ibarra Corretgé 6e679f952f redux: refactor loading of middlewares and reducers
Up until now we relied on implicit loading of middlewares and reducers, through
having imports in each feature's index.js.

This leads to many complex import cycles which result in (sometimes) hard to fix
bugs in addition to (often) breaking mobile because a web-only feature gets
imported on mobile too, thanks to the implicit loading.

This PR changes that to make the process explicit. Both middlewares and reducers
are imported in a single place, the app entrypoint. They have been divided into
3 categories: any, web and native, which represent each of the platforms
  respectively.

Ideally no feature should have an index.js exporting actions, action types and
components, but that's a larger ordeal, so this is just the first step in
getting there. In order to both set example and avoid large cycles the app
feature has been refactored to not have an idex.js itself.
2020-06-16 11:24:15 +02:00
..
AbstractVideoQualityLabel.js audio-only,lastn: move audio-only and last N handling to standalone features 2019-08-02 15:54:47 +02:00
OverflowMenuVideoQualityItem.native.js fix(toolbar): video quality button shows current video quality (#2761) 2018-04-11 13:04:40 -07:00
OverflowMenuVideoQualityItem.web.js redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
VideoQualityDialog.native.js feat(quality-slider): initial implementation (#1817) 2017-08-09 14:40:03 -05:00
VideoQualityDialog.web.js Change dialog button property keys 2019-03-07 01:09:03 +01:00
VideoQualityExpandedLabel.native.js [RN] Add ExpandedLabel 2018-10-02 20:47:41 +02:00
VideoQualityExpandedLabel.web.js [RN] Add ExpandedLabel 2018-10-02 20:47:41 +02:00
VideoQualityLabel.native.js Remove some Flow annotations 2019-03-25 13:53:08 +01:00
VideoQualityLabel.web.js audio-only,lastn: move audio-only and last N handling to standalone features 2019-08-02 15:54:47 +02:00
VideoQualitySlider.native.js feat(new-toolbars): initial implementation 2018-03-27 00:54:30 -05:00
VideoQualitySlider.web.js ref: eslint-config-jitsi@1.0.3 2020-05-20 17:14:29 +02:00
index.js [RN] Add ExpandedLabel 2018-10-02 20:47:41 +02:00
styles.js [RN] Add ExpandedLabel 2018-10-02 20:47:41 +02:00