Axel Prola
97930bfef2
feat(external-api): Set blurred background from external api. (#15131)
Add setBlurredBackground command to external api.
Co-authored-by: Axel Prola <axel.prola@equasens.com >
1 년 전
Hristo Terezov
2514617417
fix: Make all middleware functions sync.
Some middleware functions are declared as async. This wraps next(action) in Promise which will delay the execution of actions and also dispatch will return the its result always as a Promise.
1 년 전
Hristo Terezov
6d9bbe0376
fix(MainToolbar): replace hidden buttons.
Currently if a button in the main toolbar is not visible, the button is
not replaced by another button from the overflow menu.
1 년 전
Horatiu Muresan
9f8662c0a1
chore(eslint) Update eslint (#14412)
1 년 전
Joseph Garrone
73952ee1f7
refactor(styles): Migrate withStyles to tss-react, remove @mui/styles dependency (#14310)
1 년 전
Jaya Allamsetty
9ae5677c00
fix: Make multi-stream mode the default mode.
Since plan-b mode will no longer be supported, check for unified plan support is not needed anymore.
1 년 전
Mihaela Dumitru
cb26042d08
fix(virtual-background) display current settings (#13857)
2 년 전
Mihaela Dumitru
9d68cb52b3
fix(virtual-background) standardize options object (#13760)
2 년 전
Saúl Ibarra Corretgé
7ea2b9c8c0
fix(misc) use safeJsonParse from js-utils
2 년 전
Javier García
7a305ef96e
feat: New config disable feature virtual background (#13580)
* New config disable feature virtual background
* Change enableVirtualBackground to disableVirtualBackground in config file and correct lint problems
* Fix comment disable virtual background
* Change deprecated APP.storage to IReduxState
2 년 전
Robert Pintilii
2d8014775a
ref(toolbar) Move getButtons to functions (#13502)
Move visible logic inside each button
Move click functionality inside each button
Extract getButtons function from Toolbox components to functions file
2 년 전
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users (#12969)
feat(a11y): Globally improve accessibility for screen reader users
2 년 전
Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
2 년 전
Robert Pintilii
2ba6bcf172
chore(deps) Upgrade eslint (#13341)
Upgrade eslint related packages
Fix new errors
2 년 전
Robert Pintilii
74bac9806f
fix(virtual-background) Use correct video device (#13329)
In the case when the user selects a new video device then goes to Virtual Background without saving first, use the newly selected device for the virtual background preview instead of the saved one
2 년 전
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
2 년 전
Robert Pintilii
96b6edccf8
ref(TS) Remove flow comments in TS files (#13258)
2 년 전
Robert Pintilii
33564a311b
ref(video-picker) Styles refactor (#13206)
Move styles from SCSS to JSS
Convert a component from class to function
2 년 전
Robert Pintilii
c1f1c0d341
ref(TS) Convert some components to TS (#13179)
2 년 전
Robert Pintilii
3a2a129f44
ref(TS) Improve TS (#13167)
Fix some errors. Remove @ts-ignores
Convert some files to TS
Remove some eslint-disables
2 년 전
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2 년 전
Robert Pintilii
206a4afd76
ref(TS) Convert some components to TS (#13129)
2 년 전
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
2 년 전
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 년 전
Robert Pintilii
00780929e5
feat(tooltip) Create and move to our component (#13061)
Create Tooltip component
Fix Popover positioning calculations
Add margins to popover
Remove @atlaskit /tooltip
Update all components to use the new Tooltip component
Added tooltip actions and reducers for the following functionality: when a user hovers over an element is sees the tooltip for that element and then hovers another element that has a tooltip, instead of using the delay and animations we just unmount the current tooltip and mount the next one immediately
2 년 전
Robert Pintilii
126b0d385f
feat(ui-components) Create Spinner component (#13026)
Replace atlaskit Spinner with the new component
Remove @atlaskit /spinner
2 년 전
Robert Pintilii
c8ecd47ff5
fix(virtual-background) Style fix (#13016)
2 년 전
Robert Pintilii
8982f17ce1
feat(virtual-background) Move dialog to SettingsDialog tab (#13005)
Implement redesign
2 년 전
Saúl Ibarra Corretgé
c641835d0f
fix(virtual-background) don't disable uploads
Even when images are provided via dyamic branding.
Fixes: https://github.com/jitsi/jitsi-meet/issues/12941
2 년 전
Gabriel Borlea
72ef1668f2
fix(video-background): set dialog add button margin to right size
2 년 전
Robert Pintilii
fbc0a502e7
ref(TS) Improve TS (#12656)
2 년 전
Joseph Garrone
4ef4e45ee4
fix(styles) Remove Theme type annotation (#12544)
* tss-react doesn't need a type anotation for the Theme
* Update tss-react to 4.4.4
3 년 전
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
3 년 전
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
3 년 전
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
3 년 전
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
3 년 전
Robert Pintilii
6423ed8fb5
ref(ui-components) Use new Dialog component (#12351)
Convert some files to TS
3 년 전
Jaya Allamsetty
68f79e52e7
fix(virtual-background) Remove unused action type VIRTUAL_BACKGROUND_TRACK_CHANGED.
3 년 전
Jaya Allamsetty
3f78de2d34
fix(virtual-backgroud) Remove desktop share as virtual background.
Its no longer supported in multi-stream mode.
3 년 전
Robert Pintilii
3e744c5ffe
ref(TS) Convert some files to TS (#12289)
3 년 전
Bogdan Duduman
48db099134
feat: include sort members eslint changes
3 년 전
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
3 년 전
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
3 년 전
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
3 년 전
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
3 년 전
Robert Pintilii
271ea8315b
ref: Improve reducers TS (#12123)
3 년 전
Robert Pintilii
3403d7bec2
ref: Convert reducers to TS (#12101)
3 년 전
Robert Pintilii
dfb2a07cfa
ref: Convert material-ui files to TS (#12013)
Convert files that use material-ui to TS (needed for material-ui upgrade)
3 년 전
Robert Pintilii
5f04c5ba64
ref: Convert some reducers to TS (#11988)
3 년 전
luzpaz
c7f96de787
fix(misc) fix typos
Found via `codespell -q 3 -S ./lang -L miliseconds`
3 년 전