Robert Pintilii
5b844e45e3
ref(chat) Move styles from SCSS to JSS (#13559)
hace 1 año
Robert Pintilii
7859397790
ref(chat) Refactor ChatMessage component (#13556)
Remove Abstract class
Convert web component to function component
hace 1 año
Robert Pintilii
824cfc0c9c
ref(chat): Refactor Chat components (#13550)
Remove Abstract component
Convert web component to function component
hace 1 año
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
hace 2 años
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users (#12969)
feat(a11y): Globally improve accessibility for screen reader users
hace 2 años
Robert Pintilii
8565208d30
fix(chat-input) Autofocus when sending private message (#13400)
hace 2 años
Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
hace 2 años
Robert Pintilii
59f1ee1e1e
ref(TS) Improve TS (#13355)
hace 2 años
Robert Pintilii
2ba6bcf172
chore(deps) Upgrade eslint (#13341)
Upgrade eslint related packages
Fix new errors
hace 2 años
Robert Pintilii
65248d7d29
chore(deps) Upgrade TS (#13331)
Upgrade typescript related packages
Fix new errors and warnings
hace 2 años
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
hace 2 años
Robert Pintilii
dff41e0fcb
fix(chat) Fix horizontal scroll (#13308)
hace 2 años
Robert Pintilii
1ba7765898
ref(TS) Convert some native components to TS (#13281)
Remove some @ts-ignores
hace 2 años
Robert Pintilii
d267b2499d
fix(chat) Fix name overflows chat bubble (#13303)
Revert color change of scroll corner
hace 2 años
damencho
38a293f8f6
fix(chat): Fixes long display name that overflow the message bubble.
hace 2 años
damencho
c384d0d3a9
Revert "fix(chat) Make the name fit the chat bubble"
This reverts commit e56c7070c2 .
hace 2 años
robertpin
e56c7070c2
fix(chat) Make the name fit the chat bubble
hace 2 años
Robert Pintilii
f6760e4ac7
fix(chat) Focus input on chat open (#13285)
hace 2 años
Robert Pintilii
646c58f7d1
ref(TS) Convert some native components to TS (#13264)
hace 2 años
Robert Pintilii
96b6edccf8
ref(TS) Remove flow comments in TS files (#13258)
hace 2 años
Robert Pintilii
fc0fd2d08c
ref(TS) Convert some components to TS (#13198)
hace 2 años
Robert Pintilii
3a2a129f44
ref(TS) Improve TS (#13167)
Fix some errors. Remove @ts-ignores
Convert some files to TS
Remove some eslint-disables
hace 2 años
Robert Pintilii
05a79ec793
ref: Remove index files (#13154)
Fix imports
Convert some files to TS
hace 2 años
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
hace 2 años
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
hace 2 años
Robert Pintilii
206a4afd76
ref(TS) Convert some components to TS (#13129)
hace 2 años
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
hace 2 años
Дамян Минков
397b94da79
feat: Visitors chat (#13112)
* feat(visitors): Visitors chat.
Only live chat is supported, no room history is loaded on visitor nodes.
* feat(visitors): Append display name to promotion requests.
* feat: Indicate visitor's chat messages.
* fix: Fixes preconfigure vnodes script.
* fix: Fixes few cases around routing messages.
Disables private messaging on visitor node and add anonymous name to those visitors without a pre-set name.
* fix: Fixes grouping visitor's messages and some error translations.
* squash: Fixes main.json.
hace 2 años
Robert Pintilii
89c914272c
ref: Convert some class components to function components (#13103)
Replace withStyles with makeStyles
hace 2 años
Saúl Ibarra Corretgé
34b2577b97
chore(cleanup) drop no longer needed AtlasKit supporting code
hace 2 años
Robert Pintilii
78a4f9b792
ref(avatar) Convert to TS (#13092)
Fix imports
Remove unnecessary @ts-ignore
hace 2 años
Robert Pintilii
bc1827fb4a
ref(TS) Convert some Abstract classes to TS (#13095)
hace 2 años
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
hace 2 años
Emmanuel Pelletier
45b7f53294
Improve usability of toggled button labels (#12426)
* feat(a11y) buttons can now have toggled-aware a11y labels
hace 2 años
Emmanuel Pelletier
f727b9295f
Use tabs ARIA design pattern when using tabbed UI (#12994)
feat(a11y): use tabs ARIA design pattern when using tabbed UI
hace 2 años
Emmanuel Pelletier
72dd609247
feat(a11y) add headings across the app for easier screen reader nav (#12427)
feat(a11y): added headings across the app for easier screen reader nav
hace 2 años
Calinteodor
f8af9c4fae
feat(notifications): native UI updates (#12798)
* feat(notifications): native notifications UI updates
hace 2 años
Maria Mironova
e1ac000cd1
fix(chat) keep avatar width inside flex container (#12891)
Co-authored-by: Maria Mironova <maria@example.com >
hace 2 años
Robert Pintilii
fbc0a502e7
ref(TS) Improve TS (#12656)
hace 2 años
Robert Pintilii
921f3ee8cd
fix(chat) Break long text in multiple lines (#12842)
hace 2 años
robertpin
8e1d96cc48
feat(chat) Redesign chat
Move some styles from SCSS to JSS
Convert some files to TS
Implement redesign
hace 2 años
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
hace 2 años
Calinteodor
a795e0797a
feat(native): New mobile release UI fixes (#12592)
hace 2 años
Calinteodor
971fe0481f
feat(chat/polls/native) Update chat and polls UI (#12550)
* feat(chat/polls/native): update ui
hace 2 años
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
hace 2 años
bgrozev
99955df5c8
Cleanup sounds (switch to mp3, encode at lower bitrate).' (#12507)
* Reencode mp3 sounds at lower bitrate, mono.
* Encode wav sounds as mp3.
* Remove unused sound file.
* Add opus encoded sounds.
* Add a script to encode sounds.
hace 2 años
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
hace 2 años
Calinteodor
74cd486232
feat(chat/native): moved ChatAndPollsNavigator to mobile/navigation (#12527)
* feat(chat/native): moved ChatAndPollsNavigator to mobile/navigation
hace 2 años
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
hace 2 años
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
hace 2 años