Robert Pintilii
126b0d385f
feat(ui-components) Create Spinner component (#13026)
Replace atlaskit Spinner with the new component
Remove @atlaskit /spinner
2 роки тому
Robert Pintilii
09e4696c60
feat(title-bar) Update design (#12851)
Convert some files to TS
Move some styles from SCSS to JSS
Update design
2 роки тому
Robert Pintilii
12318db4c7
fix(local-rec) Handle no mic permission (#12862)
2 роки тому
Robert Pintilii
fbc0a502e7
ref(TS) Improve TS (#12656)
2 роки тому
Robert Pintilii
a5ddcab084
fix(local-rec) Reset max size on recording stop (#12815)
2 роки тому
Robert Pintilii
2dbb3c10e2
fix(local-rec) Stop recording properly on size exceeded (#12757)
2 роки тому
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
2 роки тому
Robert Pintilii
7a9f51b01b
ref(TS) Convert some features to TS (#12546)
2 роки тому
Robert Pintilii
19a9b17425
fix(recording) Fix local recording (#12531)
Starting chrome 107, the recorder does not record any data if the audio stream has no tracks
To fix this we create a track for the local user (muted track)
2 роки тому
Calin-Teodor
cdb2436b73
feat(base/ui): updated BUTTON_TYPES imports based upon native or web
2 роки тому
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
2 роки тому
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
2 роки тому
Robert Pintilii
7a3b8d6ac4
fix(recording-dialog) Fix broken dialog content (#12490)
2 роки тому
Robert Pintilii
6ab996568b
ref(TS, rn) Fix some TS errors on tsconfig.native (#12432)
2 роки тому
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 роки тому
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
2 роки тому
robertpin
ebcd1d85f2
fix(local-recording) don't use tab audio
We have observed that participant audio is distant and garbled, so we
added the tracks individually to the mixer.
In addition, using tab audio prevents us from using preferCurrentTab due
to: https://bugs.chromium.org/p/chromium/issues/detail?id=1317964 so
losing audio effects but having better participant audio quality (in
addition to better UX) is not a bad compromise.
2 роки тому
Robert Pintilii
25bd824621
ref(ui-components) Use new Dialog component (#12306)
Convert some files to TS
2 роки тому
Horatiu Muresan
a2d0492007
feat(toolbar-buttons) Hide buttons disabled through JWT (#12261)
2 роки тому
Robert Pintilii
21bcbdc12f
feat(local-recording) Change tab title to help identifying it (#12294)
2 роки тому
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2 роки тому
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
2 роки тому
Robert Pintilii
247c54b6c6
ref(TS) Convert constants tiles to TS (#12148)
Remove unnecessary ts-ignores
2 роки тому
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2 роки тому
Robert Pintilii
c9bbc6c762
ref(TS) Remove unnecessary ts-ignores (#12136)
2 роки тому
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
2 роки тому
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
2 роки тому
Robert Pintilii
dfb2a07cfa
ref: Convert material-ui files to TS (#12013)
Convert files that use material-ui to TS (needed for material-ui upgrade)
2 роки тому
Calinteodor
94dc6309de
feat(base/native): Switch thumb track color (#12066)
* feat(base/native): Switch thumbColor and trackColor default props
2 роки тому
Robert Pintilii
8dd71a921b
ref(ui-components) Improve native and web Switch (#12061)
Bring Switch component more in line
Convert some files to TS
2 роки тому
Calinteodor
e458eed931
feat(recording): StartRecordingDialogContent web and native (#12009)
* feat(recording): StartRecordingDialogContent web and native
2 роки тому
Robert Pintilii
40637aa3dc
ref(ui-components) Improve Button component (#12015)
Bring web and native more in line
2 роки тому
Calin-Teodor
e8cdf38fda
native ui fixes
2 роки тому
Saúl Ibarra Corretgé
bf222c5094
fix(highlight) check for JaaS features before opening the dialog
2 роки тому
Saúl Ibarra Corretgé
f5649efa49
fix(dropbox) fix signing out when switching rec providers
2 роки тому
Saúl Ibarra Corretgé
7b361b3e23
fix(dropbox) fix incorrect button labels and click on web
The web and mobile Button components are not implemented the same way
and this came to bite us.
This is a stopgap fix, the real fix needs to be to make them have
exactly the same shared props and behavior.
2 роки тому
Robert Pintilii
efa0a132c4
fix(config) Fix recording config backwards compatibility (#11953)
Overwrite the new flag with the old one only if the new one is not set
Fix hideStorageWarning config
2 роки тому
Calin-Teodor
f0ba37e605
feat(recording/native): added new Button component
2 роки тому
Robert Pintilii
b1a9d68cf5
ref(ui-components) Move components to base/ui (#11912)
2 роки тому
Robert Pintilii
ac2af79807
ref(TS) Alpha sort interfaces (#11883)
2 роки тому
Robert Pintilii
eb20e85166
fix(local-recording) Improvements (#11854)
Add config option for self recording
Add Beta label
2 роки тому
Robert Pintilii
df887d24a2
fix(local-recording) Fixes (#11834)
Allow service change when only Dropbox and Local recording are enabled
Add space between REC indicator and meeting title
Hide Recording button if the feature is enabled but not supported
Don't play Stop recording sound on self recording
2 роки тому
Saúl Ibarra Corretgé
b0deb9ec0c
fix(lint) make sure eslint also runs on TypeScript files (#11777)
Co-authored-by: robertpin <robert.pin9@gmail.com >
Co-authored-by: Gabriel Borlea <gabriel.borlea@8x8.com >
2 роки тому
Calinteodor
d42e18c7bb
feat(base/native): button abstractions (#11795)
* feat(base): created Button.tsx and IconButton.tsx
3 роки тому
Robert Pintilii
c4f39e9c34
feat(recording) Add config to hide storage warning (#11761)
3 роки тому
Robert Pintilii
730d42cba1
fix(local-recording) Improvements (#11754)
Show Start rec button if local rec is enabled but fileRecordings is disabled
Add warning for users to stop the recording
3 роки тому
Robert Pintilii
252441da29
feat(transcription) Enable for all (#11739)
Move all transcription configs into new object
3 роки тому
Robert Pintilii
a7c96e302f
feat(local-recording) Add self local recording (#11706)
Only record local participant audio/ video streams
3 роки тому
Robert Pintilii
40a6240444
feat(local-recording) Update config (#11731)
Enable feature by default
3 роки тому
Robert Pintilii
7dca91a50a
fix(local-recording) Add notification config and style fixes (#11728)
Add analytics
3 роки тому