Mihaela Dumitru
1b7a81afa5
feat(external-api) extend event to listen to system buttons and add config to prevent execution
1 год назад
Robert Pintilii
52fbd3aeb8
ref(toolbar) Convert to function component (#13511)
Extract keyboard shortcuts logic to custom hook
2 лет назад
Gabriel Borlea
ca8c055a58
fix(shortcuts): reactions description translations (#13504)
* fix(shortscuts): reactions description translations
* fix lint
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 лет назад
Robert Pintilii
d40aecb05d
feat(toolbox) Shift up to make tile name visible
2 лет назад
Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
2 лет назад
Hristo Terezov
f8bd8b616e
feat(reactions): New button for web.
2 лет назад
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 лет назад
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 лет назад
Robert Pintilii
eda25ca3c9
fix(toolbar) Remove focus on hide (#13256)
2 лет назад
Calinteodor
ba4784f149
feat(subtitles): rework feature (#12484)
* feat(subtitles): separated web from native and created native subtitles screen
2 лет назад
Calin-Teodor
035cccb97b
fix(toolbox): imports
2 лет назад
Robert Pintilii
fc0fd2d08c
ref(TS) Convert some components to TS (#13198)
2 лет назад
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 лет назад
Robert Pintilii
206a4afd76
ref(TS) Convert some components to TS (#13129)
2 лет назад
Emmanuel Pelletier
c81777a475
Make (most) UI elements reachable via keyboard (#12657)
feat(a11y): make (most) UI elements reachable via keyboard
2 лет назад
damencho
d7f6c2bbf0
feat: Introduces iAmVisitor mode.
2 лет назад
damencho
863fd12488
feat: Hide self-view and buttons in visitors mode.
2 лет назад
Calinteodor
f8af9c4fae
feat(notifications): native UI updates (#12798)
* feat(notifications): native notifications UI updates
2 лет назад
Yash-Ambekar
e3c95e376a
fix(toolbar) Removed width from toolbar (#12935)
2 лет назад
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 лет назад
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 лет назад
Robert Pintilii
ae7e441e21
fix(context-menu) Minor style fixes (#12874)
2 лет назад
Robert Pintilii
fbc0a502e7
ref(TS) Improve TS (#12656)
2 лет назад
Shawn
ab262ec8b1
fix(toolbox): do not show hangup menu for non-moderators
2 лет назад
Horatiu Muresan
42868c9ec2
fix(context-menu) Fit the overflow menu on small heights (#12848)
2 лет назад
Kirat
2bf3089dbf
Fixed overflow of popover (#12814)
2 лет назад
Horatiu Muresan
3e58cd8af3
feat(narrow-layout) Use drawer menus on desktop narrow mode (#12799)
2 лет назад
Avram Tudor
d7bedb2e07
ref(misc) remove unused code for dock / undock (#12661)
* ref(misc) remove unused code for dock / undock
* remove translations
2 лет назад
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
2 лет назад
Shawn
93ab7725e7
feat(toolbox) notify click for hangup-menu and end-meeting menu button
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 лет назад
Saúl Ibarra Corretgé
2596c463fe
fix(ts) make tsc (almost) not cry on native
Co-authored-by: Calinteodor <calin.chitu@8x8.com >
Co-authored-by: Robert Pintilii <robert.pin9@gmail.com >
2 лет назад
Robert Pintilii
687837310a
ref(components) Replace some InlineDialogs with Popover (#12453)
Remove comments referencing InlineDialog
2 лет назад
Robert Pintilii
faec46dd17
ref(popover) Update Popover to support click trigger (#12447)
Convert Popover to TS
Update OverflowMenu to use Popover instead of InlineDialog
2 лет назад
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 лет назад
Robert Pintilii
3eecf8063f
ref(TS) Remove unnecessary ts-ignores (#12412)
Remove ts-ignores that are no longer needed because of tsconfig.web.json
Change ts-ignore to ts-expect-error for files outside react/features
2 лет назад
bogdandarie
485c875ee5
feat(config) add ability to hide speaker stats
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 лет назад
Jaya Allamsetty
3f78de2d34
fix(virtual-backgroud) Remove desktop share as virtual background.
Its no longer supported in multi-stream mode.
2 лет назад
Mihaela Dumitru
e30b0306f9
fix(whiteboard) account for moderation rights (#12323)
2 лет назад
Robert Pintilii
6c9441fa7b
ref(ui-components) Update ContextMenu and move it to base/ui (#12318)
2 лет назад
Horatiu Muresan
a2d0492007
feat(toolbar-buttons) Hide buttons disabled through JWT (#12261)
2 лет назад
Mihaela Dumitru
93406bb12c
feat(whiteboard) add initial implementation (#12185)
2 лет назад
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2 лет назад
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
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 лет назад