Saúl Ibarra Corretgé
8a3225712f
fix(settings) use new moderator icon
2023-03-07 17:12:50 +01:00
Gabriel Borlea
02c232440e
fix(av-moderation): buttons for participants pane ( #12977 )
...
* fix(av): buttons for participants pane
* fix tests
* fix lint
* rename cliked from participant pane
2023-03-06 11:05:26 -06:00
Emmanuel Pelletier
f727b9295f
Use tabs ARIA design pattern when using tabbed UI ( #12994 )
...
feat(a11y): use tabs ARIA design pattern when using tabbed UI
2023-03-06 17:13:29 +02:00
Robert Pintilii
0d0bec3aad
feat(device-selection) Separate Devices into Audio and Video in Settings ( #12987 )
...
Create separate tabs for Audio and Video in the Settings Dialog
Move some settings from the More tab to Audio/ Video tab
Implement redesign
Convert some files to TS
Move some styles from SCSS to JSS
Enable device selection on welcome page
2023-03-06 15:14:52 +02:00
Emmanuel Pelletier
cfb8589bef
Use focus-visible for some focus styles to fix a11y issues ( #12968 )
...
feat(a11y): fix-focus-styles
2023-03-06 12:39:46 +02:00
Robert Pintilii
7b8b911fee
feat(shortcuts) Update dialog ( #12993 )
...
Create Shortcuts tab in Settings Dialog
Move keyboard shortcut option from More to this tab
Move shortcuts info from KeyboardShortcuts dialog to this tab
Remove KeyboardShortcuts dialog
2023-03-03 13:48:17 +02:00
Robert Pintilii
d550254f31
ref(moderator-settings) Update Moderator tab in Settings Dialog ( #12991 )
...
Update design
2023-03-03 11:48:00 +02:00
Avram Tudor
baf5aa14e8
feat(devices) scroll overflow devices texts on hover ( #12974 )
2023-03-01 09:38:26 +02:00
Horatiu Muresan
29b6ce7721
fix(numbers-list) Re-add sip svg
2023-02-28 11:53:26 -06:00
Horatiu Muresan
fed74afffe
fix(sound-settings) Disable checkbox for disabled sounds ( #12976 )
2023-02-28 16:47:00 +02:00
Emmanuel Pelletier
c81777a475
Make (most) UI elements reachable via keyboard ( #12657 )
...
feat(a11y): make (most) UI elements reachable via keyboard
2023-02-28 12:21:15 +02:00
damencho
d7f6c2bbf0
feat: Introduces iAmVisitor mode.
2023-02-24 07:51:47 -06:00
damencho
863fd12488
feat: Hide self-view and buttons in visitors mode.
2023-02-24 07:51:47 -06:00
damencho
1466d7d149
fix: Always normalizes bosh config.
2023-02-24 07:51:47 -06:00
Calinteodor
d0fe034db5
feat(base/dialog): visibility control for PageReloadDialog ( #12961 )
...
* feat(base/dialog): visibility control for PageReloadDialog
2023-02-24 13:51:27 +02:00
Horatiu Muresan
35ee92869f
feat(deeplinking) Refactor deeplinking ( #12950 )
...
- redesign deeplinking mobile page, desktop page and dial in number page
- now dial in number page is an entry point in app.bundle.
2023-02-23 17:01:55 +02:00
Calinteodor
f8af9c4fae
feat(notifications): native UI updates ( #12798 )
...
* feat(notifications): native notifications UI updates
2023-02-21 11:26:04 +02:00
Horatiu Muresan
9d8e646d4e
fix(lobby) Fix lobby inputs ( #12930 )
2023-02-17 15:34:45 +02:00
Robert Pintilii
ef0168c9ff
ref(dialog) Remove atlaskit dialog ( #12925 )
2023-02-17 12:53:14 +02:00
Robert Pintilii
df1a5a25d4
ref(desktop-picker) Replace atlaskit tabs with our component ( #12910 )
...
Fixes wrong focus on desktop picker dialog
2023-02-17 11:34:47 +02:00
Robert Pintilii
c424884201
ref(settings-dialog) Update to use new Dialog component ( #12912 )
...
* ref(settings-dialog) Update to use new Dialog component
Created new DialogWithTabs component
Refactored Dialog into Dialog and BaseDialog
Updated dialog functionality on mobile
2023-02-17 11:34:30 +02:00
Gabriel Borlea
456ce38a10
fix(context-menu): set height for context menu when it does not have enough space at top
2023-02-15 19:06:57 +02:00
Titus Moldovan
8fcfd7a308
fix(rn) makes the preferedCode vp8 and enabled p2p
2023-02-14 16:40:38 +01:00
Robert Pintilii
27b8794d8c
feat(video-picker) Redesign ( #12902 )
...
Convert some files to TS
Implement redesign
Add Virtual background and Flip video to picker menu
2023-02-14 12:15:37 +02:00
Calinteodor
3cb0df579c
feat(overlay): native page reload dialog ( #12667 )
...
feat(overlay): native feature removal + replaced PageReloadOverlay with PageReloadDialog
2023-02-14 11:50:46 +02:00
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
2023-02-13 16:01:08 +02:00
Robert Pintilii
533deea5fd
ref(password-required) Update component to use new Dialog ( #12900 )
...
Convert component to TS
2023-02-13 15:47:42 +02:00
Saúl Ibarra Corretgé
dec58afe46
feat(icons) add new moderator icon
2023-02-09 16:38:03 +01:00
Mihaela Dumitru
2aa770e532
feat(config) add flag to disable lobby password & group lobby config flags ( #12793 )
2023-02-09 14:46:25 +02:00
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
2023-02-09 13:12:00 +02:00
Calinteodor
3e59359563
feat(base/icon): removed burger icon ( #12876 )
...
* feat(base/icons): removed unused icon
2023-02-07 13:02:15 +02:00
Robert Pintilii
ae7e441e21
fix(context-menu) Minor style fixes ( #12874 )
2023-02-07 12:05:46 +02:00
Robert Pintilii
09e4696c60
feat(title-bar) Update design ( #12851 )
...
Convert some files to TS
Move some styles from SCSS to JSS
Update design
2023-02-03 13:31:00 +02:00
Robert Pintilii
a594aac078
fix(toolbar) Fix styles ( #12863 )
2023-02-03 13:30:38 +02:00
Robert Pintilii
fbc0a502e7
ref(TS) Improve TS ( #12656 )
2023-02-02 13:12:31 +02:00
Robert Pintilii
0d5dae7ab9
feat(prejoin) Update design ( #12844 )
2023-01-30 13:34:56 +02:00
Robert Pintilii
4f34a576d0
feat(polls) Redesign ( #12838 )
...
Convert files to TS
Move styles from SCSS to JSS
Implement redesign
2023-01-30 11:35:21 +02:00
Horatiu Muresan
42838e756c
fix(self-view) Hide self view when alone in meet as well ( #12831 )
2023-01-27 16:30:47 +02:00
Mihaela Dumitru
192187db32
feat(config/giphy) add proxyUrl config for giphy requests ( #12816 )
2023-01-26 16:12:12 +02:00
Calin-Teodor
d396727e39
feat(base/lib-jitsi-meet): fixed build failing from bad import
2023-01-25 17:30:13 +02:00
Horatiu Muresan
3e58cd8af3
feat(narrow-layout) Use drawer menus on desktop narrow mode ( #12799 )
2023-01-25 17:02:26 +02:00
Jaya Allamsetty
5e90e72562
Feat ssrc rewriting ( #12408 )
...
Use a fixed set of remote tracks for a call based on the ssrc-limit set in jvb config. When this feature is enabled, JVB will signal the audio and video SSRCs and their owner/endpoint info using a bridge channel message. For audio, the mappings are determined based on the energy rankings on the audio sources present in the call and for video, the mappings are calculated based on the video sources the client requests through the video receiver constraints.
Remote tracks are then created/remapped by the client based on these mappings.
* Added track_owner_changed action
* Skip track-based large-video selection in rewriting mode.
* Register OWNER_CHANGED handler at track level.
* feat(participants) Add source info to participants in redux.
With ssrc-rewriting, the receiver constraints need to be generated using the source info received in presence. Currently they are generated from the track info in redux but with ssrc-rewriting, remote sources are not signaled and therefore created until they are being requested through receiver constraints.
Co-authored-by: James A <jqdrqgnq@users.noreply.github.com>
2023-01-24 13:58:58 -05:00
Werner Fleischer
e8bd75b2d1
fix(breakout-room, rn): joining room
2023-01-24 15:02:23 +01:00
robertpin
8e1d96cc48
feat(chat) Redesign chat
...
Move some styles from SCSS to JSS
Convert some files to TS
Implement redesign
2023-01-24 14:56:27 +01:00
robertpin
6de306e46e
feat(participants) Add count badge to toolbar button
...
Update title bar button: ParticipantsCountLabel -> SpeakerStatsLabel. Only show button when speaker stats is enabled
Add badge to the participants pane button to show participants count
2023-01-24 14:46:33 +01:00
Saúl Ibarra Corretgé
9775ad25ca
feat(wifistats) drop support for WiFiStats
2023-01-23 19:39:24 +01:00
Horatiu Muresan
507d883503
fix(dialog) Make sure dialog fits in the available height ( #12803 )
2023-01-19 15:30:17 +02:00
Saúl Ibarra Corretgé
817a05cf7b
fix(deep-linking) drop broken an unused setting
...
The showImage setting has been broken for about 2 years since the asset
is not there.
Fixes: https://github.com/jitsi/jitsi-meet/issues/5409
Ref: https://community.jitsi.org/t/error-nginx-usr-share-jitsi-meet-images-deep-linking-image-png-failed/120418
2023-01-16 20:07:01 +01:00
bgrozev
bc88ebe443
fix: Fix appending URL params. ( #12763 )
...
* fix: Fix appending URL params.
* squash: Lint.
2023-01-12 07:37:54 -06:00
Calinteodor
c50111a57d
feat(ui/polls/security/native): style fixes and updates ( #12761 )
...
* feat(base/ui/native): button fixes and ui updates
2023-01-12 12:11:27 +02:00