Robert Pintilii
fbc0a502e7
ref(TS) Improve TS (#12656)
2年前
Robert Pintilii
921f3ee8cd
fix(chat) Break long text in multiple lines (#12842)
2年前
robertpin
8e1d96cc48
feat(chat) Redesign chat
Move some styles from SCSS to JSS
Convert some files to TS
Implement redesign
2年前
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
2年前
Calinteodor
a795e0797a
feat(native): New mobile release UI fixes (#12592)
2年前
Calinteodor
971fe0481f
feat(chat/polls/native) Update chat and polls UI (#12550)
* feat(chat/polls/native): update ui
2年前
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年前
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.
2年前
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年前
Calinteodor
74cd486232
feat(chat/native): moved ChatAndPollsNavigator to mobile/navigation (#12527)
* feat(chat/native): moved ChatAndPollsNavigator to mobile/navigation
2年前
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
2年前
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
2年前
Duduman Bogdan Vlad
36bef94c3c
Remove logic show toolbar on new message received (#12488)
2年前
Saúl Ibarra Corretgé
7cd39b7983
feat(ts) make tsc happy
2年前
Robert Pintilii
6ab996568b
ref(TS, rn) Fix some TS errors on tsconfig.native (#12432)
2年前
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2年前
Robert Pintilii
af0715dc17
ref(keyboard-avoider) Don't use styled components (#12420)
2年前
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年前
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年前
Calinteodor
b558d7936c
feat(chat): fixed chat counter (#12385)
* feat(chat): fixed chat counter and updated new messages button web styles
2年前
Calinteodor
be93fbd512
feat(toolbox/conference/audio-mode/chat/native): UI fixes and updates (#12375)
feat(toolbox/conference/audio-mode/chat/native): UI fixes and updates
2年前
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年前
Robert Pintilii
be25ad855f
ref(TS) Convert some files to TS (#12307)
2年前
Robert Pintilii
f4f8808d95
ref(ui-components) Update some dialogs to use the new component (#12288)
Improve Dialog component to auto close on cancel or on submit
Change logic to determine whether a dialog is using the new component
Convert some files to TS
2年前
Calin-Teodor
69e0a37529
feat(base/ui): added autofocus prop
2年前
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2年前
Robert Pintilii
9c6119606f
ref(chat) Convert some files to TS (#12238)
2年前
Robert Pintilii
779ecd6da6
feat(ui-components) Add Tabs component (#12199)
2年前
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
2年前
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2年前
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
2年前
Robert Pintilii
271ea8315b
ref: Improve reducers TS (#12123)
2年前
Robert Pintilii
3bd3be4df0
ref: Convert files to TS (#12007)
Convert files that use material-ui to TS (needed for material-ui upgrade)
2年前
bogdandarie
be1752c162
Feat (chat) add new message badge (#11987)
Change scroll to bottom when receive a new message with:
- scroll to bottom if scroll was at the bottom before getting a new message
- keep the scroll in his original position when the scroll position was not at the bottom
- scroll to bottom when open first time the chat
2年前
Robert Pintilii
0435c3cc64
ref(ui-components) Use new input and button in chat (#12000)
2年前
Robert Pintilii
fb20786b65
ref(ui-components) Replace inputs with new component (#11964)
2年前
Robert Pintilii
5f04c5ba64
ref: Convert some reducers to TS (#11988)
2年前
Calin-Teodor
ccba7e8f75
feat(base/modal): renamed prop and fixed scroll inside webview
2年前
Calin-Teodor
4ef88aa90e
feat(base-chat): conditioned should set responder
2年前
luzpaz
c7f96de787
fix(misc) fix typos
Found via `codespell -q 3 -S ./lang -L miliseconds`
2年前
Calinteodor
d42e18c7bb
feat(base/native): button abstractions (#11795)
* feat(base): created Button.tsx and IconButton.tsx
2年前
Calinteodor
de37c3e809
feat(polls/native): New polls screen (#11741)
* feat(polls/native) style updates
3年前
apetrus20
efb46df3d9
fix(chat) fix scrolling chat in safari
3年前
Calinteodor
fbf693b2dc
feat(mobile/navigation) updated screens that have footer
* feat(mobile/navigation) updated screens that have footer
* feat(chat/native) reverted style change
* feat(chat/native) reverted changes and added input vertical padding
* feat(base/modal) replaced headerHeight with top safe area inset
* feat(carmode/native) removed unused import and fixed linter
* feat(chat/polls/native) reverted style changes
* feat(base/modal) added isModalPresentation default prop
* feat(base/modal) made isModalPresentation optional
* feat(base/modal) headerHeight based on top notch devices
* feat(polls) updated styles
* feat(base/modal) updated comment
3年前
Werner Fleischer
def3c76e10
fix(rn, chat): localize the chat button label
3年前
Calin Chitu
fb6f38800b
fix(chat/native) we need to dispatch close and open chat
3年前
Calinteodor
0fe7383154
fix(chat/native) private message replies (#11521)
Fixes issue #11516
3年前
Horatiu Muresan
61abf0d882
feat(carmode) Add carmode screen
- opens as a modal
- lastn is 0, mutes local video while open
- long press to talk
- and more
3年前
Calinteodor
7c523f3250
language(typescript) actionTypes.js -> actionTypes.ts (#10940)
* language(typescript) first ts component, added ts configurations, actionTypes.js are now ts files
3年前
Calinteodor
41c068feaf
feat(chat/web) fixed 2 byte char duplication (#11332)
* feat(chat/web) fixed for 2 byte char duplication on Chat
3年前