Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users (#12969)
feat(a11y): Globally improve accessibility for screen reader users
2 years ago
Hristo Terezov
f8bd8b616e
feat(reactions): New button for web.
2 years ago
Robert Pintilii
8b8565bf60
ref(TS) Convert some native components to TS (#13259)
2 years ago
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 years ago
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2 years ago
Robert Pintilii
46c91b7566
ref(TS) Convert some components to TS (#13137)
*Remove unnecessary @ts-ignores
2 years ago
Robert Pintilii
fbc0a502e7
ref(TS) Improve TS (#12656)
2 years ago
Mihaela Dumitru
192187db32
feat(config/giphy) add proxyUrl config for giphy requests (#12816)
2 years ago
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
3 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
3 years ago
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
3 years ago
Mihaela Dumitru
b4809fe083
feat(gif) Support rating config + show display name over gif tile (#12461)
3 years ago
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
3 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']
3 years ago
Robert Pintilii
5c77f61037
ref(gifs) Convert feature to TS (#12264)
3 years ago
Robert Pintilii
62a10e6587
fix(giphy) Allow space in input (#12221)
Fixes: space closes gif menu
3 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
3 years ago
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
3 years ago
Robert Pintilii
c9bbc6c762
ref(TS) Remove unnecessary ts-ignores (#12136)
3 years ago
Robert Pintilii
dfb2a07cfa
ref: Convert material-ui files to TS (#12013)
Convert files that use material-ui to TS (needed for material-ui upgrade)
3 years ago
Robert Pintilii
d8b435ad16
fix(typescript) Make TS parse tsx files (#11866)
3 years ago
Saúl Ibarra Corretgé
b0deb9ec0c
fix(lint) make sure eslint also runs on TypeScript files (#11777)
Co-authored-by: robertpin <robert.pin9@gmail.com >
Co-authored-by: Gabriel Borlea <gabriel.borlea@8x8.com >
3 years ago
Calin-Teodor
077901cd2b
feat(conf/gifs/participants): created ParticipantsPaneFooter and updated comments
3 years ago
Calin-Teodor
49357e3cd2
feat(gifs/native): fixed linter
3 years ago
Calin-Teodor
049a3eb7fb
feat(gifs/native): created GifsMenuFooter
3 years ago
Calin Chitu
3f795cd1ff
feat(gifs/native): fixed gify search input
3 years ago
Robert Pintilii
1355876f83
feat(gif, rn) Added GIPHY integration on native (#11236)
Update Android build to support gif
Use GIF format instead of animated webp
Show GIFs in chat messages
Display GIF over tile
Add Giphy button in reactions menu
Added Giphy dialog
Fix isGifMessage to also allow upper case
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