Robert Pintilii
52fbd3aeb8
ref(toolbar) Convert to function component (#13511)
Extract keyboard shortcuts logic to custom hook
1 rok temu
Gabriel Borlea
ca8c055a58
fix(shortcuts): reactions description translations (#13504)
* fix(shortscuts): reactions description translations
* fix lint
2 lat temu
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 lat temu
Hristo Terezov
6187bb928a
fix(Popup): Invalid reference.
2 lat temu
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users (#12969)
feat(a11y): Globally improve accessibility for screen reader users
2 lat temu
Hristo Terezov
70be08212d
fix(RN): broken build after AV pending changes.
2 lat temu
Hristo Terezov
bb7ae777b0
feat(unmute/track creation): pending indicator.
2 lat temu
Robert Pintilii
d40aecb05d
feat(toolbox) Shift up to make tile name visible
2 lat temu
Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
2 lat temu
Robert Pintilii
2ba6bcf172
chore(deps) Upgrade eslint (#13341)
Upgrade eslint related packages
Fix new errors
2 lat temu
Robert Pintilii
dc037bc8dd
ref(TS) Convert some native components to TS (#13307)
2 lat temu
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
2 lat temu
Hristo Terezov
350443ad34
fix(large-video): Attempt to fix jumping.
When the toolbox is hidden and due to a ReactFocusLock instance the
focus is returned to the toolbox the whole page scrolls to the toolbox
which is positioned outside of the viewport in the bottom.
Then when the animation for displaying the toolbox is started the
scenario looks like the large video is jumping.
Now we don't return the focus from ReactFocusLock to elements which are
not part of the viewport.
2 lat temu
Hristo Terezov
f8bd8b616e
feat(reactions): New button for web.
2 lat temu
Hristo Terezov
be55ccd6f4
fix(main-Toolbox): Display the correct buttons.
If some of the buttons from the main toolbar are disabled we were
displaying buttons from the overflow menu in their place.
2 lat temu
Robert Pintilii
1ba7765898
ref(TS) Convert some native components to TS (#13281)
Remove some @ts-ignores
2 lat temu
Avram Tudor
1402a63324
ref(keyboard-shortcuts) refactor keyboard shortcuts to use redux (#13260)
* ref(keyboard-shortcuts) refactor keyboard shortcuts to use redux
fix unsynced default value between config flag and local storage
* code review
* fix build
2 lat temu
Robert Pintilii
eda25ca3c9
fix(toolbar) Remove focus on hide (#13256)
2 lat temu
Calinteodor
ba4784f149
feat(subtitles): rework feature (#12484)
* feat(subtitles): separated web from native and created native subtitles screen
2 lat temu
Calin-Teodor
035cccb97b
fix(toolbox): imports
2 lat temu
Robert Pintilii
fc0fd2d08c
ref(TS) Convert some components to TS (#13198)
2 lat temu
Robert Pintilii
57dbd3cf54
fix(device-picker) Close picker when another is open (#13190)
2 lat temu
Robert Pintilii
fd47225d30
fix(popover) Fix close popover from toggle button (#13180)
2 lat temu
Robert Pintilii
3a2a129f44
ref(TS) Improve TS (#13167)
Fix some errors. Remove @ts-ignores
Convert some files to TS
Remove some eslint-disables
2 lat temu
Calin-Teodor
5d840a5072
feat(conference, toolbox): reverted PR and removed pointer events from parent views
2 lat temu
Calin-Teodor
7457480f02
feat(conference, toolbox): fixed linter
2 lat temu
Calin-Teodor
c834627949
fix(toolbox): stop onpress bubbling for components underneath the toolbox
2 lat temu
Robert Pintilii
05a79ec793
ref: Remove index files (#13154)
Fix imports
Convert some files to TS
2 lat temu
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 lat temu
Robert Pintilii
6afb7ba9a6
ref(TS) Changes types to interfaces (#13141)
2 lat temu
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2 lat temu
Robert Pintilii
46c91b7566
ref(TS) Convert some components to TS (#13137)
*Remove unnecessary @ts-ignores
2 lat temu
Robert Pintilii
206a4afd76
ref(TS) Convert some components to TS (#13129)
2 lat temu
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
2 lat temu
Robert Pintilii
1bf0bd6bca
fix(design-system) Remove tokens that are not part of DS (#13122)
Replace tokens with ones that are part of the Design System and are either the same or very similar
2 lat temu
Дамян Минков
649a4ffd46
feat(visitors): Updates mobile to handle redirected conf error. (#13110)
* feat(visitors): Updates mobile to handle redirected conf error.
* squash: Center the buttons when iAmVisitor.
* squash: Enables chat in visitor mode.
* feat: Prints the used lib-jitsi-meet.
* feat: Shows a notification when joining as a visitor.
* fix(notifications): display and fix styles for notifications in tile view
---------
Co-authored-by: Calin-Teodor <calin.chitu@8x8.com >
2 lat temu
Robert Pintilii
e95b964b78
ref(TS) Convert some Abstract classes to TS (#13099)
2 lat temu
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 lat temu
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 lat temu
Emmanuel Pelletier
45b7f53294
Improve usability of toggled button labels (#12426)
* feat(a11y) buttons can now have toggled-aware a11y labels
2 lat temu
Gabriel Borlea
297ab194a8
fix(dialog-portal): set z-index to high value (#13004)
2 lat temu
Emmanuel Pelletier
c81777a475
Make (most) UI elements reachable via keyboard (#12657)
feat(a11y): make (most) UI elements reachable via keyboard
2 lat temu
damencho
d7f6c2bbf0
feat: Introduces iAmVisitor mode.
2 lat temu
damencho
3c69645169
feat(mobile): Adds visitors count.
2 lat temu
damencho
863fd12488
feat: Hide self-view and buttons in visitors mode.
2 lat temu
Calinteodor
f8af9c4fae
feat(notifications): native UI updates (#12798)
* feat(notifications): native notifications UI updates
2 lat temu
Yash-Ambekar
e3c95e376a
fix(toolbar) Removed width from toolbar (#12935)
2 lat temu
Robert Pintilii
27b8794d8c
feat(video-picker) Redesign (#12902)
Convert some files to TS
Implement redesign
Add Virtual background and Flip video to picker menu
2 lat temu
Robert Pintilii
22ded30b61
feat(audio-menu) Redesign audio picker menu (#12899)
Convert some files to TS
Remove unnecessary files
Implement redesign
Add noise suppression to picker menu
Fix Popover placement on browser resize
2 lat temu
Gabriel Borlea
1a113ba733
feat: add custom buttons for participant menu and toolbar via config (#12832)
* add custom remote menu button
* add config for custom buttons
* whitelist custom buttons flag
* add toolbox custom button
* fix notify toolbox buttons
* whitelist toolbar custom buttons
* rename and fix notify
* rename participant remote menu
* revert some flag wrong changes
* fix some formatings
* add undefined type to custom buttons toolbox
* code review
* code review 2
* fix linting issue
2 lat temu