Robert Pintilii
fbc0a502e7
ref(TS) Improve TS (#12656)
2 years ago
Robert Pintilii
0d5dae7ab9
feat(prejoin) Update design (#12844)
2 years ago
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 years ago
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
2 years ago
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
2 years ago
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 years ago
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 years ago
Robert Pintilii
44c8b31187
ref(styles) Change some withStyles to makeStyles (#12373)
Convert PreMeetingScreen to TS and transform it to function component
2 years ago
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 years ago
Robert Pintilii
7364c7f27b
ref(TS) Remove unnecessary ts-ignores
2 years ago
Robert Pintilii
63b6b5a72d
ref(TS) Convert some files to TS (#12204)
2 years ago
Robert Pintilii
4c9f3d287a
fix(prejoin) Fix focus stealing in settings (#12188)
Remove ref focus from InputField component
Replace input component in GifsMenu and add ref focus
2 years ago
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
2 years ago
Horatiu Muresan
43bea201e6
fix(prejoin) Hide conference name based on config
2 years ago
Horatiu Muresan
6e1e6df952
fix(prejoin) Fix roomname showing for 3rd party prejoin app (#12155)
* fix(prejoin) Fix roomname showing for 3rd party prejoin app
* fix: Do not convert roomName to string when undefined.
Co-authored-by: damencho <damencho@jitsi.org >
2 years ago
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2 years ago
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
2 years ago
Horatiu Muresan
cc5a3e499f
feat(aot-prejoin) Add support for showing AOT on prejoin
2 years ago
Saúl Ibarra Corretgé
7dba5f8a7e
fix(prejoin) use the conference display name instead of the room name
The room name could be a UUID and the conference display name an actual
name, using the subject.
2 years ago
Robert Pintilii
3bd3be4df0
ref: Convert files to TS (#12007)
Convert files that use material-ui to TS (needed for material-ui upgrade)
2 years ago
Avram Tudor
f07bd4a0d6
feat(prejoin) add room name to premeeting screen (#12049)
2 years ago
Robert Pintilii
b259757c79
fix(lobby) Fix buttons colors (#11867)
2 years ago
Robert Pintilii
139fa9b3f2
fix(theme) Fix tokens (#11822)
Fix elements to use correct tokens
2 years ago
Robert Pintilii
de294cae92
fix(giphy-integration) Fix input issues (#11601)
Fix auto focus on menu open
Fix unable to use space in input
3 years ago
Horatiu Muresan
20f6ba1736
fix(premeeting) Detach premeeting toolbar buttons visibility
- if hiddenPremeetingButtons is undefined, toolbarButtons overwrite decides what buttons to show
- if hiddenPremeetingButtons is empty array, all buttons are show on premeeting screen regardless of toolbarButtons
- if hiddenPremeetingButtons hides some buttons, only those buttons will be hidden regardless of toolbarButtons overwrite
3 years ago
Shahab
8e035b03b0
fix(premeeting): fix undefined breakpoint in media query (#11148)
3 years ago
Shahab
64d32a5005
fix(premeeting): call hooks before any conditional block in ConnectionStatus (#11136)
3 years ago
Shahab
2dad8163bb
refactor(premeeting): use jss instead of sass in ConnectionStatus (#11115)
3 years ago
Robert Pintilii
190041fc5a
feat(gif) Added GIF support (GIPHY integration) (#11021)
Show GIF menu in reactions menu
Search GIFs using the GIPHY API
Show GIFs as images in chat
Show GIFs on the thumbnail of the participant that sent it
Move GIF focus using up/ down arrows and send with Enter
Added analytics
3 years ago
Horatiu Muresan
8ebca64af1
feat(dynamic-branding): Add custom theme branding (#10335)
- apply theming to various buttons
3 years ago
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
3 years ago
Vlad Piersec
e4448e0a68
fix(Prejoin): Make prejoin avatar match the other avatars
3 years ago
Vlad Piersec
fc6e8fd4b9
feat(config): Add config option for making display name read only
3 years ago
Avram Tudor
adbb5f8ead
fix(prejoin) implement ux improvements for mobile (#9939)
3 years ago
hmuresan
6c40329f6a
feat(branding) Add premeeting background image overwrite
3 years ago
hmuresan
a892d5fed1
fix(pre-meeting) Hide invite button for JaaS
3 years ago
Avram Tudor
1ad9046a38
Improve premeeting screens ux (#9726)
* feat(prejoin) move invite to toolbar section
* feat(premeeting) redesign prejoin and lobby screens
* code review changes
* fix prejoin flicker and avatar id
* fix password error message and native lobby dialog close position
3 years ago
Calinteodor
487da8f231
fix(lobby) disable invite from lobby screen fix #9209 (#9417)
* fix(lobby) disable invite from lobby screen fix #9209
* fix(lobby) destructered props fix #9209
* fix(lobby) changed const name fix #9209
* fix(lobby) added empty line fix #9209
4 years ago
Steffen Kolmer
e9675453e1
feat: Make Jitsi WCAG 2.1 compliant (#8921)
* Make Jitsi WCAG 2.1 compliant
* Fixed password form keypress handling
* Added keypress handler to name form
* Removed unneccessary dom query
* Fixed mouse hove style
* Removed obsolete css rules
* accessibilty background feature
* Merge remote-tracking branch 'upstream/master' into nic/fix/merge-conflicts
* fix error
* add german translation
* Fixed merge issue
* Add id prop back to device selection
* Fixed lockfile
Co-authored-by: AHMAD KADRI <52747422 +ahmadkadri@users.noreply.github.com >
4 years ago
Saúl Ibarra Corretgé
89abaa83aa
fix(premeeting) drop gradient
It looks particularly odd, specially when any virtual background is activated.
4 years ago
tudordan7
c765e08aa1
fix(virtual-background): Check if virtual background is disabled on premeeting.
4 years ago
Tudor D. Pop
8b315846b9
feat(premeeting-screen) add virtual background functionality
4 years ago
luz paz
d3680bbebd
fix(misc) follow-up typos
Found via `codespell -q 3 -S ./lang`
4 years ago
Vlad Piersec
bb19567efa
fix(prejoin): Use localFlipX on prejoin screen
4 years ago
Vlad Piersec
91ba835f78
feat(Toolbar): Redesign web toolbar
4 years ago
Hristo Terezov
a2e2d31dfd
fix(copyText): in iframe for chrome<85
4 years ago
Steffen Kolmer
5d8bf0c1e7
feat: Add a new setting to remove individual sharing features from UI (#8660)
* Added new config to enable individual sharing features
* make config values url friendly
* Add new setting to whitelist
* Fixed some linter issues
* Fixed more linter issues
* Fixed merge error
* Check if interfaceConfig is defined
* Only show more numbers link if there is more than one number
4 years ago
Hristo Terezov
b1a3c5cd7b
feat(external_api): allow clipboard-write
4 years ago
Tudor-Ovidiu Avram
8f1cb7ded2
fix(vpaas) fix invite url flicker for jaas users
4 years ago
Tudor-Ovidiu Avram
478f1a731e
feat(prejoin) improve ux
4 years ago