Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
2 years ago
Robert Pintilii
f5fb402784
ref(TS) Convert some features to TS (#12366)
2 years ago
Calin-Teodor
6df2e4009c
feat(dynamic-branding): get branding data from state
3 years ago
Calinteodor
f3f9cd3d05
feat(dynamic-branding) add initial mobile SDK customization
* feat(dynamic-branding) sdk customization
* feat(dynamic-branding) unsetDynamicBranding when we disconnect
* feat(dynamic-branding) added branding colors to conference
* feat(dynamic-branding) extracted logger to its own file
* feat(dynamic-branding) reverted style change
* feat(dynamic-branding) unset branding if connection failed
* feat(dynamic-branding) removed index.js, updated imports, added ImageBackground component
* feat(dynamic-branding) created logger feature object
* feat(dynamic-branding) moved brandingStyles to mapStateToProps, used SvGUri
* feat(dynamic-branding) created BrandingImageBackground component, fixed styles
* feat(dynamic-branding) moved BrandingImageBackground to dynamic-branding feature
* feat(dynamic-branding) fixed linter
* feat(dynamic-branding) added style comment
3 years ago
Horatiu Muresan
d84ba85f58
fix(dynamic-branding) Fix bogus mUI dependency on mobile (#10375)
3 years ago
Saúl Ibarra Corretgé
8f08a54fb2
chore(deps) adapt to logger package rename
3 years ago
Vlad Piersec
ddcb85a1d8
fix(jaas): Get dynamic branding url from config file
We make the request for dynamic branding as soon as possible so
at the time of the request the config is not yet added to the store.
In order to fix this we get the jass brandingDataUrl &
dynamicBrandingUrl directly from the config.
3 years ago
Vlad Piersec
33e4324f6d
fix(branding): Use config url for dynamic branding
4 years ago
Vlad Piersec
d2ec0ea6f3
fix(branding): Fix dynamic logo display
* Display of the logo has been reworked (simplified).
* The logo will not be displayed if the call to `branding` endpoint fails.
* Add more docs.
4 years ago
Tudor-Ovidiu Avram
8a4fb72eae
feat(branding) allow invite links to be branded
4 years ago
Vlad Piersec
8758c222c6
feat(branding): Add ability to customize logo & background
5 years ago