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
1ba7765898
ref(TS) Convert some native components to TS (#13281)
Remove some @ts-ignores
2年前
Robert Pintilii
96b6edccf8
ref(TS) Remove flow comments in TS files (#13258)
2年前
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2年前
Robert Pintilii
6afb7ba9a6
ref(TS) Changes types to interfaces (#13141)
2年前
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2年前
Robert Pintilii
46c91b7566
ref(TS) Convert some components to TS (#13137)
*Remove unnecessary @ts-ignores
2年前
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
2年前
Robert Pintilii
78a4f9b792
ref(avatar) Convert to TS (#13092)
Fix imports
Remove unnecessary @ts-ignore
2年前
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2年前
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年前
Robert Pintilii
43c4ec0808
feat(avatar) Update style (#13019)
2年前
Gabriel Borlea
2556a7ab77
fix(face-landmarks): assign empty array to facelandmarks in speakerstats if undefined
2年前
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
2年前
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
2年前
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
2年前
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
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年前
Robert Pintilii
6dedc7fb1a
ref(TS) Convert some features to TS (#12454)
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年前
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年前
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
2年前
William Liang
5d6aec3f3c
fix(speaker-stats) decouple sort order from speaker stats (#12197)
2年前
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2年前
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
2年前
Robert Pintilii
247c54b6c6
ref(TS) Convert constants tiles to TS (#12148)
Remove unnecessary ts-ignores
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
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
2年前
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
2年前
Robert Pintilii
dfb2a07cfa
ref: Convert material-ui files to TS (#12013)
Convert files that use material-ui to TS (needed for material-ui upgrade)
2年前
Robert Pintilii
3a87282e26
ref(ui-components) Replace Switch with new components (#11956)
2年前
Robert Pintilii
ca3bd9138c
Revert "fix(html) add doctype and fix HTML errors"
This reverts commit 432d07c2ad .
2年前
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 >
2年前
Robert Pintilii
139fa9b3f2
fix(theme) Fix tokens (#11822)
Fix elements to use correct tokens
2年前
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
3年前
Saúl Ibarra Corretgé
625206db20
fix(rn,speakerstats) fix not rendering stats
3年前
Gabriel Borlea
1fbbe7bc46
fix(speaker-stats): get realtime local face expressions (#11334)
* fix(speaker-stats): get realtime local face expressions
* code review
3年前
Avram Tudor
42703fed47
ref(face-landmarks) refactor namings (#11307)
* ref(face-landmarks) refactor namings
* code review
3年前
Shahab
320aeaa4df
refactor(speaker-stats) use jss instead of sass in SpeakerStats (#11121)
3年前
Gabriel Borlea
85581266e4
fix(speaker-stats): labels spearator line fixed and remove footer space
3年前
Calinteodor
b1be511d67
Mobile UI polish (#10982)
Updated screens with new ui on mobile
3年前
Gabriel Borlea
eb70c611c2
feat(speaker-stats) new design for web and mobile
3年前
Calinteodor
b9433368ee
feat(rn,app) unified navigators
3年前
Horatiu Muresan
197dbfbbcb
feat(toolbar-button-clicked) Enhance toolbar buttons with notify click
- add possibility to allow execution of the button's routine besides triggering
`toolbarButtonClicked` API event
- keep backwards compatibility
- get rid of `ToolbarButton`
3年前
Gabriel Borlea
f8340bfd41
fix(speaker-stats): responsiveness of facial expressions (#10664)
3年前
Дамян Минков
648b22bb6d
fix: Use default remote display name in speaker stats when one is missing.
3年前
Gabriel Borlea
40844afb60
fix(speaker-stats): prevent search from closing when enter pressed and from keeping previous state (#10597)
* fix(speaker-stats): prevent search from closing when enter pressed and from keeping previous state
* fix(speaker-stats): remove unnecessary blank lines
* fix(speaker-stats): add empty dependencies to prevent dismiss callback
* add(speaker-stats): reset search criteria action
3年前
Calinteodor
bf3cc65f4c
feat(security) created SecurityOptions React Navigation screen (#10509)
* feat(security) Security Options screen
3年前