Robert Pintilii
|
ae7e441e21
|
fix(context-menu) Minor style fixes (#12874)
|
2023-02-07 12:05:46 +02:00 |
Robert Pintilii
|
fbc0a502e7
|
ref(TS) Improve TS (#12656)
|
2023-02-02 13:12:31 +02:00 |
Shawn
|
ab262ec8b1
|
fix(toolbox): do not show hangup menu for non-moderators
|
2023-02-02 10:50:15 +01:00 |
Horatiu Muresan
|
42868c9ec2
|
fix(context-menu) Fit the overflow menu on small heights (#12848)
|
2023-01-31 15:19:01 +02:00 |
Kirat
|
2bf3089dbf
|
Fixed overflow of popover (#12814)
|
2023-01-25 19:09:55 +01:00 |
Horatiu Muresan
|
3e58cd8af3
|
feat(narrow-layout) Use drawer menus on desktop narrow mode (#12799)
|
2023-01-25 17:02:26 +02:00 |
Avram Tudor
|
d7bedb2e07
|
ref(misc) remove unused code for dock / undock (#12661)
* ref(misc) remove unused code for dock / undock
* remove translations
|
2022-12-09 15:19:57 +02:00 |
Robert Pintilii
|
0ba033e07d
|
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
|
2022-11-28 12:52:45 +02:00 |
Shawn
|
93ab7725e7
|
feat(toolbox) notify click for hangup-menu and end-meeting menu button
|
2022-11-11 16:06:53 -06:00 |
Robert Pintilii
|
936a1a6b0e
|
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
|
2022-11-08 12:24:32 +02:00 |
Robert Pintilii
|
b52b4c2a78
|
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
|
2022-11-03 10:35:51 +02:00 |
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>
|
2022-11-01 10:07:10 +01:00 |
Robert Pintilii
|
687837310a
|
ref(components) Replace some InlineDialogs with Popover (#12453)
Remove comments referencing InlineDialog
|
2022-10-25 16:11:55 +03:00 |
Robert Pintilii
|
faec46dd17
|
ref(popover) Update Popover to support click trigger (#12447)
Convert Popover to TS
Update OverflowMenu to use Popover instead of InlineDialog
|
2022-10-24 12:51:18 +03:00 |
Robert Pintilii
|
2938d1f2dc
|
ref(TS) Require interfaces to start with I (#12424)
|
2022-10-20 12:11:27 +03:00 |
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
|
2022-10-19 11:42:54 +03:00 |
bogdandarie
|
485c875ee5
|
feat(config) add ability to hide speaker stats
|
2022-10-17 22:40:13 +02:00 |
Robert Pintilii
|
6c3206e4d4
|
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
|
2022-10-11 13:47:54 +03:00 |
Jaya Allamsetty
|
3f78de2d34
|
fix(virtual-backgroud) Remove desktop share as virtual background.
Its no longer supported in multi-stream mode.
|
2022-10-07 19:22:54 -04:00 |
Mihaela Dumitru
|
e30b0306f9
|
fix(whiteboard) account for moderation rights (#12323)
|
2022-10-06 16:01:45 +03:00 |
Robert Pintilii
|
6c9441fa7b
|
ref(ui-components) Update ContextMenu and move it to base/ui (#12318)
|
2022-10-06 13:09:40 +03:00 |
Horatiu Muresan
|
a2d0492007
|
feat(toolbar-buttons) Hide buttons disabled through JWT (#12261)
|
2022-10-04 16:02:49 +03:00 |
Mihaela Dumitru
|
93406bb12c
|
feat(whiteboard) add initial implementation (#12185)
|
2022-09-30 17:50:45 +03:00 |
Bogdan Duduman
|
48db099134
|
feat: include sort members eslint changes
|
2022-09-27 10:25:20 +02:00 |
Robert Pintilii
|
139884fbe7
|
ref(dep) Upgrade MUI (#12089)
|
2022-09-13 10:36:00 +03:00 |
Robert Pintilii
|
10bb186c13
|
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi/eslint
Fix all lint errors
|
2022-09-08 12:52:36 +03:00 |
Robert Pintilii
|
c9bbc6c762
|
ref(TS) Remove unnecessary ts-ignores (#12136)
|
2022-09-07 11:20:05 +03:00 |
Robert Pintilii
|
efb69d5382
|
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
|
2022-09-06 20:32:20 +03:00 |
Robert Pintilii
|
17008237dc
|
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
|
2022-09-05 14:24:13 +03:00 |
wfleischer
|
09efaecc41
|
feat(conference) add end conference
Add the ability (for moderators) to end the meeting for everyone.
|
2022-08-26 20:25:04 +02:00 |
Robert Pintilii
|
dfb2a07cfa
|
ref: Convert material-ui files to TS (#12013)
Convert files that use material-ui to TS (needed for material-ui upgrade)
|
2022-08-25 14:35:19 +03:00 |