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.
1 jaar geleden
Calin-Teodor
9138f56701
feat(chat): fixed action import for abstract component
1 jaar geleden
Robert Pintilii
5b844e45e3
ref(chat) Move styles from SCSS to JSS (#13559)
1 jaar geleden
Robert Pintilii
7859397790
ref(chat) Refactor ChatMessage component (#13556)
Remove Abstract class
Convert web component to function component
1 jaar geleden
Robert Pintilii
824cfc0c9c
ref(chat): Refactor Chat components (#13550)
Remove Abstract component
Convert web component to function component
1 jaar geleden
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 jaren geleden
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users (#12969)
feat(a11y): Globally improve accessibility for screen reader users
2 jaren geleden
Robert Pintilii
8565208d30
fix(chat-input) Autofocus when sending private message (#13400)
2 jaren geleden
Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
2 jaren geleden
Robert Pintilii
2ba6bcf172
chore(deps) Upgrade eslint (#13341)
Upgrade eslint related packages
Fix new errors
2 jaren geleden
Robert Pintilii
65248d7d29
chore(deps) Upgrade TS (#13331)
Upgrade typescript related packages
Fix new errors and warnings
2 jaren geleden
Robert Pintilii
dff41e0fcb
fix(chat) Fix horizontal scroll (#13308)
2 jaren geleden
Robert Pintilii
1ba7765898
ref(TS) Convert some native components to TS (#13281)
Remove some @ts-ignores
2 jaren geleden
Robert Pintilii
d267b2499d
fix(chat) Fix name overflows chat bubble (#13303)
Revert color change of scroll corner
2 jaren geleden
damencho
38a293f8f6
fix(chat): Fixes long display name that overflow the message bubble.
2 jaren geleden
damencho
c384d0d3a9
Revert "fix(chat) Make the name fit the chat bubble"
This reverts commit e56c7070c2 .
2 jaren geleden
robertpin
e56c7070c2
fix(chat) Make the name fit the chat bubble
2 jaren geleden
Robert Pintilii
f6760e4ac7
fix(chat) Focus input on chat open (#13285)
2 jaren geleden
Robert Pintilii
646c58f7d1
ref(TS) Convert some native components to TS (#13264)
2 jaren geleden
Robert Pintilii
fc0fd2d08c
ref(TS) Convert some components to TS (#13198)
2 jaren geleden
Robert Pintilii
3a2a129f44
ref(TS) Improve TS (#13167)
Fix some errors. Remove @ts-ignores
Convert some files to TS
Remove some eslint-disables
2 jaren geleden
Robert Pintilii
05a79ec793
ref: Remove index files (#13154)
Fix imports
Convert some files to TS
2 jaren geleden
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 jaren geleden
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2 jaren geleden
Robert Pintilii
206a4afd76
ref(TS) Convert some components to TS (#13129)
2 jaren geleden
Robert Pintilii
89c914272c
ref: Convert some class components to function components (#13103)
Replace withStyles with makeStyles
2 jaren geleden
Saúl Ibarra Corretgé
34b2577b97
chore(cleanup) drop no longer needed AtlasKit supporting code
2 jaren geleden
Robert Pintilii
78a4f9b792
ref(avatar) Convert to TS (#13092)
Fix imports
Remove unnecessary @ts-ignore
2 jaren geleden
Robert Pintilii
bc1827fb4a
ref(TS) Convert some Abstract classes to TS (#13095)
2 jaren geleden
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 jaren geleden
Emmanuel Pelletier
45b7f53294
Improve usability of toggled button labels (#12426)
* feat(a11y) buttons can now have toggled-aware a11y labels
2 jaren geleden
Emmanuel Pelletier
f727b9295f
Use tabs ARIA design pattern when using tabbed UI (#12994)
feat(a11y): use tabs ARIA design pattern when using tabbed UI
2 jaren geleden
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
2 jaren geleden
Calinteodor
f8af9c4fae
feat(notifications): native UI updates (#12798)
* feat(notifications): native notifications UI updates
2 jaren geleden
Maria Mironova
e1ac000cd1
fix(chat) keep avatar width inside flex container (#12891)
Co-authored-by: Maria Mironova <maria@example.com >
2 jaren geleden
Robert Pintilii
921f3ee8cd
fix(chat) Break long text in multiple lines (#12842)
2 jaren geleden
robertpin
8e1d96cc48
feat(chat) Redesign chat
Move some styles from SCSS to JSS
Convert some files to TS
Implement redesign
2 jaren geleden
Calinteodor
a795e0797a
feat(native): New mobile release UI fixes (#12592)
2 jaren geleden
Calinteodor
971fe0481f
feat(chat/polls/native) Update chat and polls UI (#12550)
* feat(chat/polls/native): update ui
2 jaren geleden
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 jaren geleden
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 jaren geleden
Calinteodor
74cd486232
feat(chat/native): moved ChatAndPollsNavigator to mobile/navigation (#12527)
* feat(chat/native): moved ChatAndPollsNavigator to mobile/navigation
2 jaren geleden
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
2 jaren geleden
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
2 jaren geleden
Saúl Ibarra Corretgé
7cd39b7983
feat(ts) make tsc happy
2 jaren geleden
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 jaren geleden
Robert Pintilii
af0715dc17
ref(keyboard-avoider) Don't use styled components (#12420)
2 jaren geleden
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 jaren geleden
Robert Pintilii
442ae6c3cb
chore(TS): Create web tsconfig (#12381)
* fix(ts,connection) avoid mixing web and native code
* chore(ts) split config
The mobile part is still WIP.
* Remove default tsconfig
* Fix ts-loader - use web tsconfig
* Fix tsconfig
Use noEmit only on npm scripts (for type checking), but don't use it in webpack
* Fix
* Fix import
* Fix
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
2 jaren geleden
Calinteodor
b558d7936c
feat(chat): fixed chat counter (#12385)
* feat(chat): fixed chat counter and updated new messages button web styles
2 jaren geleden