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
vor 2 Jahren
Robert Pintilii
65248d7d29
chore(deps) Upgrade TS (#13331)
Upgrade typescript related packages
Fix new errors and warnings
vor 2 Jahren
Robert Pintilii
1ba7765898
ref(TS) Convert some native components to TS (#13281)
Remove some @ts-ignores
vor 2 Jahren
Robert Pintilii
96b6edccf8
ref(TS) Remove flow comments in TS files (#13258)
vor 2 Jahren
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
vor 2 Jahren
Robert Pintilii
6afb7ba9a6
ref(TS) Changes types to interfaces (#13141)
vor 2 Jahren
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
vor 2 Jahren
Robert Pintilii
46c91b7566
ref(TS) Convert some components to TS (#13137)
*Remove unnecessary @ts-ignores
vor 2 Jahren
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
vor 2 Jahren
Robert Pintilii
78a4f9b792
ref(avatar) Convert to TS (#13092)
Fix imports
Remove unnecessary @ts-ignore
vor 2 Jahren
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
vor 2 Jahren
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
vor 2 Jahren
Robert Pintilii
43c4ec0808
feat(avatar) Update style (#13019)
vor 2 Jahren
Hristo Terezov
b033d0268a
fix(speaker-stats): dispatch action only on change
vor 2 Jahren
Hristo Terezov
4aea40d34f
fix: Batch actions.
vor 2 Jahren
Gabriel Borlea
2556a7ab77
fix(face-landmarks): assign empty array to facelandmarks in speakerstats if undefined
vor 3 Jahren
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
vor 3 Jahren
Gabriel Borlea
4b969cf4ab
feat(face-landmarks): add face landmarks timeline (#12561)
* feat(face-landmarks): add face landmarks timeline
fixes after rebase
* fixes after rebase compiling and linting
* fix: change keyboard shorcut for participants stats
* fix: label for emotions switch
* fix: linting issues
* code review changes
* fix linting issues
* code review changes 2
* fix typo
vor 3 Jahren
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
vor 3 Jahren
Calinteodor
2c7dc5e40e
feat(base/ui/native): Use new Input component (#12526)
feat(base/ui/native): replaced react native TextInput component with our native Input component
vor 3 Jahren
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
vor 3 Jahren
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
vor 3 Jahren
Robert Pintilii
6dedc7fb1a
ref(TS) Convert some features to TS (#12454)
vor 3 Jahren
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
vor 3 Jahren
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
vor 3 Jahren
bogdandarie
485c875ee5
feat(config) add ability to hide speaker stats
vor 3 Jahren
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
vor 3 Jahren
Robert Pintilii
b858496adb
ref(ui-components) Use new Dialog component (#12349)
Convert some files to TS
Refactor MuteEveryone and MuteEveryonesVideo dialogs. Move shared code to abstract components. Remove unnecessary code
vor 3 Jahren
William Liang
5d6aec3f3c
fix(speaker-stats) decouple sort order from speaker stats (#12197)
vor 3 Jahren
Bogdan Duduman
48db099134
feat: include sort members eslint changes
vor 3 Jahren
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
vor 3 Jahren
Robert Pintilii
247c54b6c6
ref(TS) Convert constants tiles to TS (#12148)
Remove unnecessary ts-ignores
vor 3 Jahren
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
vor 3 Jahren
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
vor 3 Jahren
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
vor 3 Jahren
Robert Pintilii
271ea8315b
ref: Improve reducers TS (#12123)
vor 3 Jahren
Robert Pintilii
3403d7bec2
ref: Convert reducers to TS (#12101)
vor 3 Jahren
Robert Pintilii
dfb2a07cfa
ref: Convert material-ui files to TS (#12013)
Convert files that use material-ui to TS (needed for material-ui upgrade)
vor 3 Jahren
Robert Pintilii
3a87282e26
ref(ui-components) Replace Switch with new components (#11956)
vor 3 Jahren
Robert Pintilii
ca3bd9138c
Revert "fix(html) add doctype and fix HTML errors"
This reverts commit 432d07c2ad .
vor 3 Jahren
Bo Frederiksen
432d07c2ad
fix(html) add doctype and fix HTML errors
* Changed render mode to standard compliant and adjusted CSS accordantly.
* Fixed HTML errors, removed XHTML reminiscences and whitespace.
* Added doctype and fixed a few HTML errors.
* The input field speakerStatsSearch overflows the dialog box. Added missing box-sizing.
Co-authored-by: Bo Frederiksen <bo.frederiksen@semaphor.dk >
vor 3 Jahren
Robert Pintilii
139fa9b3f2
fix(theme) Fix tokens (#11822)
Fix elements to use correct tokens
vor 3 Jahren
Gabriel Borlea
0c021868b5
feat(face-landmarks): integrate human library
It replaces face-api.
* feat(face-landmarks): integrate human library
* feat(face-landmarks): rewrite worker in typescript
* fix(face-landmarks): allow worker bundle size up to 2 mib
* fix: remove unwanted comment
* code review
vor 3 Jahren
Saúl Ibarra Corretgé
625206db20
fix(rn,speakerstats) fix not rendering stats
vor 3 Jahren
Calinteodor
7c523f3250
language(typescript) actionTypes.js -> actionTypes.ts (#10940)
* language(typescript) first ts component, added ts configurations, actionTypes.js are now ts files
vor 3 Jahren
Gabriel Borlea
1fbbe7bc46
fix(speaker-stats): get realtime local face expressions (#11334)
* fix(speaker-stats): get realtime local face expressions
* code review
vor 3 Jahren
Avram Tudor
42703fed47
ref(face-landmarks) refactor namings (#11307)
* ref(face-landmarks) refactor namings
* code review
vor 3 Jahren
Shahab
320aeaa4df
refactor(speaker-stats) use jss instead of sass in SpeakerStats (#11121)
vor 3 Jahren
Gabriel Borlea
85581266e4
fix(speaker-stats): labels spearator line fixed and remove footer space
vor 3 Jahren
Calinteodor
b1be511d67
Mobile UI polish (#10982)
Updated screens with new ui on mobile
vor 3 Jahren