Patrick He
7bb2f1eaad
feat(chat) add message reactions
1年前
Hristo Terezov
32f9f8ba92
fix(gifs): trim the message before extracting the URL.
1年前
Saúl Ibarra Corretgé
80e08a112a
chore(deps) remove remaining lodash dependencies
We are fully using lodash-es now.
1年前
Calinteodor
a8958019a5
feat(chat/polls/native): added ids for tests (#14994)
* feat(chat/polls/navigation): added ids for tests and removed some unused helpers
1年前
Hristo Terezov
200228339b
fix(gif): Restrict gif rendering to Giphy only
1年前
Calinteodor
7641ddad68
feat(chat/native): set limit for linkifying and replacing non unicode messages (#14979)
* feat(chat): set limit for linkifying and replacing non unicode emoji messages
1年前
Patrick He
8bfa65987d
feat(chat) use the original message ID for processing
This is a prerequisite for operations that rely on previous messages, such as reactions.
1年前
Calinteodor
b2e06c1c94
feat(chat): revert char_limit for input (#14973)
* feat(chat): revert char_limit for message input
1年前
Calin-Teodor
06b727ae1a
feat(chat): fixed linter
1年前
Calin-Teodor
68106feb57
feat(chat): set CHAR_LIMIT for chat input
1年前
Ilayda Dastan
ce840cc7b6
fix(chat) improve new message visibility for local participant
Closes: https://github.com/jitsi/jitsi-meet/issues/14561
1年前
Avram Tudor
097d51ce10
feat: prosody plugin for sending system chat messages (#14603)
* feat: prosody plugin for sending system chat messages
* code review changes
* code review changes
* update module name
* update comment
1年前
ilaydadastan
38be09fc54
fix(chat): added emoji tooltip and enter key in smiley panel
1年前
Ilayda Dastan
79891419af
fix(chat): fixed error message colors (#14574)
* fix(chat): fixed error message colors
* fix(chat): changed error message background color
1年前
ilaydadastan
82fa1eb870
fix(chat): added translation function
1年前
Horatiu Muresan
9f8662c0a1
chore(eslint) Update eslint (#14412)
1年前
Hristo Terezov
4a5ba0f05d
fix(visitors): Disable polls.
1年前
Calinteodor
77abbee308
feat(base/modal): changed hasTabNavigator to hasExtraHeaderHeight (#14033)
* feat(base/modal): changed hasTabNavigator to hasExtraHeaderHeight
2年前
Calinteodor
29d02f0a2b
feat(chat/native): fixed keyboard overlapping chat input bar (#13984)
* feat(chat/native): fixed keyboard overlapping chat input bar
2年前
Thomas Egebrand Gram
f74b6cd82f
fix (mobile-layout) change "vh" to "dvh" for all layouts (#13840)
* Convert all vh units to dvh; fixing layout for mobile browsers such as Chrome for Android.
2年前
Calin-Teodor
9138f56701
feat(chat): fixed action import for abstract component
2年前
Robert Pintilii
5b844e45e3
ref(chat) Move styles from SCSS to JSS (#13559)
2年前
Robert Pintilii
7859397790
ref(chat) Refactor ChatMessage component (#13556)
Remove Abstract class
Convert web component to function component
2年前
Robert Pintilii
824cfc0c9c
ref(chat): Refactor Chat components (#13550)
Remove Abstract component
Convert web component to function component
2年前
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年前
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users (#12969)
feat(a11y): Globally improve accessibility for screen reader users
2年前
Robert Pintilii
8565208d30
fix(chat-input) Autofocus when sending private message (#13400)
2年前
Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
2年前
Robert Pintilii
2ba6bcf172
chore(deps) Upgrade eslint (#13341)
Upgrade eslint related packages
Fix new errors
2年前
Robert Pintilii
65248d7d29
chore(deps) Upgrade TS (#13331)
Upgrade typescript related packages
Fix new errors and warnings
2年前
Robert Pintilii
dff41e0fcb
fix(chat) Fix horizontal scroll (#13308)
2年前
Robert Pintilii
1ba7765898
ref(TS) Convert some native components to TS (#13281)
Remove some @ts-ignores
2年前
Robert Pintilii
d267b2499d
fix(chat) Fix name overflows chat bubble (#13303)
Revert color change of scroll corner
2年前
damencho
38a293f8f6
fix(chat): Fixes long display name that overflow the message bubble.
2年前
damencho
c384d0d3a9
Revert "fix(chat) Make the name fit the chat bubble"
This reverts commit e56c7070c2 .
2年前
robertpin
e56c7070c2
fix(chat) Make the name fit the chat bubble
2年前
Robert Pintilii
f6760e4ac7
fix(chat) Focus input on chat open (#13285)
2年前
Robert Pintilii
646c58f7d1
ref(TS) Convert some native components to TS (#13264)
2年前
Robert Pintilii
fc0fd2d08c
ref(TS) Convert some components to TS (#13198)
2年前
Robert Pintilii
3a2a129f44
ref(TS) Improve TS (#13167)
Fix some errors. Remove @ts-ignores
Convert some files to TS
Remove some eslint-disables
2年前
Robert Pintilii
05a79ec793
ref: Remove index files (#13154)
Fix imports
Convert some files to TS
2年前
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2年前
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2年前
Robert Pintilii
206a4afd76
ref(TS) Convert some components to TS (#13129)
2年前
Robert Pintilii
89c914272c
ref: Convert some class components to function components (#13103)
Replace withStyles with makeStyles
2年前
Saúl Ibarra Corretgé
34b2577b97
chore(cleanup) drop no longer needed AtlasKit supporting code
2年前
Robert Pintilii
78a4f9b792
ref(avatar) Convert to TS (#13092)
Fix imports
Remove unnecessary @ts-ignore
2年前
Robert Pintilii
bc1827fb4a
ref(TS) Convert some Abstract classes to TS (#13095)
2年前
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2年前
Emmanuel Pelletier
45b7f53294
Improve usability of toggled button labels (#12426)
* feat(a11y) buttons can now have toggled-aware a11y labels
2年前