Saúl Ibarra Corretgé
6d0271338e
fix(virtual-backgrounds) fix handling empty file list
The returned object is not an array but array-like. That is, it checks
truthy, while having a length of 0.
hace 11 meses
Saúl Ibarra Corretgé
4e033fff4b
fix(virtual-background) fix image upload cancelling
Fixes: https://github.com/jitsi/jitsi-meet/issues/15520
hace 11 meses
Hristo Terezov
86d1bd3c78
feat(Video): Handle .play() errors.
- Do not throw the error. This results in unhandled rejection promise.
- Add proper logging so that we can figure out from which video element the error occured.
hace 1 año
Joseph Garrone
73952ee1f7
refactor(styles): Migrate withStyles to tss-react, remove @mui/styles dependency (#14310)
hace 1 año
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.
hace 2 años
Mihaela Dumitru
cb26042d08
fix(virtual-background) display current settings (#13857)
hace 2 años
Mihaela Dumitru
9d68cb52b3
fix(virtual-background) standardize options object (#13760)
hace 2 años
Saúl Ibarra Corretgé
7ea2b9c8c0
fix(misc) use safeJsonParse from js-utils
hace 2 años
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
hace 2 años
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
hace 2 años
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users (#12969)
feat(a11y): Globally improve accessibility for screen reader users
hace 2 años
Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
hace 2 años
Robert Pintilii
2ba6bcf172
chore(deps) Upgrade eslint (#13341)
Upgrade eslint related packages
Fix new errors
hace 2 años
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
hace 2 años
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
hace 2 años
Robert Pintilii
33564a311b
ref(video-picker) Styles refactor (#13206)
Move styles from SCSS to JSS
Convert a component from class to function
hace 2 años
Robert Pintilii
3a2a129f44
ref(TS) Improve TS (#13167)
Fix some errors. Remove @ts-ignores
Convert some files to TS
Remove some eslint-disables
hace 2 años
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
hace 2 años
Robert Pintilii
206a4afd76
ref(TS) Convert some components to TS (#13129)
hace 2 años
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
hace 2 años
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
hace 2 años
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
hace 2 años
Robert Pintilii
126b0d385f
feat(ui-components) Create Spinner component (#13026)
Replace atlaskit Spinner with the new component
Remove @atlaskit /spinner
hace 2 años
Robert Pintilii
c8ecd47ff5
fix(virtual-background) Style fix (#13016)
hace 2 años
Robert Pintilii
8982f17ce1
feat(virtual-background) Move dialog to SettingsDialog tab (#13005)
Implement redesign
hace 2 años
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
hace 2 años
Gabriel Borlea
72ef1668f2
fix(video-background): set dialog add button margin to right size
hace 2 años
Robert Pintilii
fbc0a502e7
ref(TS) Improve TS (#12656)
hace 2 años
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
hace 3 años
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
hace 3 años
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
hace 3 años
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
hace 3 años
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
hace 3 años
Robert Pintilii
6423ed8fb5
ref(ui-components) Use new Dialog component (#12351)
Convert some files to TS
hace 3 años
Jaya Allamsetty
68f79e52e7
fix(virtual-background) Remove unused action type VIRTUAL_BACKGROUND_TRACK_CHANGED.
hace 3 años
Jaya Allamsetty
3f78de2d34
fix(virtual-backgroud) Remove desktop share as virtual background.
Its no longer supported in multi-stream mode.
hace 3 años
Bogdan Duduman
48db099134
feat: include sort members eslint changes
hace 3 años
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
hace 3 años
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
hace 3 años
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
hace 3 años
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
hace 3 años
Robert Pintilii
dfb2a07cfa
ref: Convert material-ui files to TS (#12013)
Convert files that use material-ui to TS (needed for material-ui upgrade)
hace 3 años
luzpaz
c7f96de787
fix(misc) fix typos
Found via `codespell -q 3 -S ./lang -L miliseconds`
hace 3 años
Horatiu Muresan
155a14b351
fix(virtual-background) Fix virtual backgrounds list (#11833)
hace 3 años
Jaya Allamsetty
76f7f3943f
fix(virtual-background) Do not allow desktop as virtual background when multi-stream is enabled.
hace 3 años
robertpin
ab91f79448
fix(settings-dialog) Add back CSS classes used by tests
hace 3 años
Shahab
70efa31c16
refactor(virtual-background): use jss instead of sass (#11152)
hace 3 años
tudordan7
5de6ef4a1b
fix(virtual-background): Prevent buttons repositioning on click action.
hace 4 años
Horatiu Muresan
197dbfbbcb
feat(toolbar-button-clicked) Enhance toolbar buttons with notify click
- add possibility to allow execution of the button's routine besides triggering
`toolbarButtonClicked` API event
- keep backwards compatibility
- get rid of `ToolbarButton`
hace 4 años
Tudor D. Pop
a618697e34
feat(notifications) revisit timeouts and make them configurable
hace 4 años