Robert Pintilii
22ded30b61
feat(audio-menu) Redesign audio picker menu (#12899)
Convert some files to TS
Remove unnecessary files
Implement redesign
Add noise suppression to picker menu
Fix Popover placement on browser resize
2 år sedan
Robert Pintilii
ae7e441e21
fix(context-menu) Minor style fixes (#12874)
2 år sedan
Robert Pintilii
fbc0a502e7
ref(TS) Improve TS (#12656)
2 år sedan
Robert Pintilii
0d5dae7ab9
feat(prejoin) Update design (#12844)
2 år sedan
Robert Pintilii
4f34a576d0
feat(polls) Redesign (#12838)
Convert files to TS
Move styles from SCSS to JSS
Implement redesign
2 år sedan
Horatiu Muresan
507d883503
fix(dialog) Make sure dialog fits in the available height (#12803)
2 år sedan
Calinteodor
c50111a57d
feat(ui/polls/security/native): style fixes and updates (#12761)
* feat(base/ui/native): button fixes and ui updates
2 år sedan
Calinteodor
c764397994
Update react native paper dependency to latest (#12740)
* Update react-native-paper to latest
2 år sedan
Horatiu Muresan
0ad52a06ce
feat(prejoin) Disable join buttons during joining
- use new `Button` component for drop down buttons
2 år sedan
Robert Pintilii
51bdf67cf2
fix(dialog) Fix Dialog on mobile (#12650)
Use JitsiPortal on mobile
2 år sedan
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
2 år sedan
Calinteodor
93566e313e
feat(native): Last mobile release UI fixes (#12603)
* feat(base/modal): order props alphabetically
* feat(base/ui): added ripple color for tertiary button
* feat(prejoin): removed autoFocus from input and adjusted content
* feat(conference): adjusted RaisedHandCountLabel and added extra code spaces
* feat(prejoin): fixed content to fit tablets
* feat(conference): moved header button styles to navigation styles
* feat(mobile/navigation): updated header navigation button styles
* feat(prejoin): updated elements width, removed left inset
2 år sedan
Calinteodor
a795e0797a
feat(native): New mobile release UI fixes (#12592)
2 år sedan
Robert Pintilii
f5f55c4f23
fix(dialog) Improvements (#12590)
Remove focus outline for the close icon
Increase max height
2 år sedan
robertpin
867c488e10
fix(dialog) Update max height
2 år sedan
Hristo Terezov
48ed3b7dc6
fix(dialog): cancel hide timeout on openDialog
Since we unmount the dialog after a timeout because of an animation we
need to cancel the timeout in case we need to render new dialog.
Otherwise the actual hiding can be executed after we render the new
dialog.
2 år sedan
Hristo Terezov
04abfe1a3b
feat(dialog): add disableAutoHideOnSubmit prop
Needed for shared video dialog.
2 år sedan
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 år sedan
Robert Pintilii
a884a6b232
fix(ui) Fix new icons issues (#12545)
2 år sedan
Calin-Teodor
c0f0803f01
feat(base/modal): addBottomPadding default prop for extra padding on JitsiScreen
2 år sedan
Calin-Teodor
cdb2436b73
feat(base/ui): updated BUTTON_TYPES imports based upon native or web
2 år sedan
Robert Pintilii
cbb8b5f620
fix(dialog) Fix initial focus (#12509)
Don't focus on the close button if there's another focusable element
2 år sedan
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 år sedan
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
2 år sedan
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
2 år sedan
Robert Pintilii
7a3b8d6ac4
fix(recording-dialog) Fix broken dialog content (#12490)
2 år sedan
Saúl Ibarra Corretgé
7cd39b7983
feat(ts) make tsc happy
2 år sedan
Saúl Ibarra Corretgé
2596c463fe
fix(ts) make tsc (almost) not cry on native
Co-authored-by: Calinteodor <calin.chitu@8x8.com >
Co-authored-by: Robert Pintilii <robert.pin9@gmail.com >
2 år sedan
Calinteodor
67cf6e6d18
feat(base/ui/native): removed unused files and updated imports (#12477)
* feat(base/ui/native): removed unused files and updated imports
2 år sedan
Saúl Ibarra Corretgé
eb59949dfa
fix(dialog,web) fix opening dialogs in succession
If onSubmit opens a new dialog, we'd be hiding it otherwise.
2 år sedan
Robert Pintilii
75d7c4b160
ref(dialog) Update some dialogs' styles (#12467)
2 år sedan
Robert Pintilii
a780051720
fix(input) Fix background color (#12452)
Use theme background on autofill Firefox
2 år sedan
Robert Pintilii
4755f5a031
fix(dialog) Wrap dialog in FocusLock (#12431)
Improve accessibility by not allowing the user to navigate outside the dialog
2 år sedan
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 år sedan
Robert Pintilii
6f209a8139
ref(salesforce) Use new Dialog component (#12400)
2 år sedan
Robert Pintilii
dd6478b3cf
ref(ui-components) Use new Dialog (#12363)
Convert some files to TS
Improve Dialog component
2 år sedan
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 år sedan
Calinteodor
abdc5123eb
feat(base/ui): fixed native button active style (#12353)
* feat(base/ui): fixed native button active style
2 år sedan
Robert Pintilii
6423ed8fb5
ref(ui-components) Use new Dialog component (#12351)
Convert some files to TS
2 år sedan
Calin-Teodor
179647c93c
feat(base/ui/native): centered button label
2 år sedan
Robert Pintilii
25bd824621
ref(ui-components) Use new Dialog component (#12306)
Convert some files to TS
2 år sedan
Robert Pintilii
6c9441fa7b
ref(ui-components) Update ContextMenu and move it to base/ui (#12318)
2 år sedan
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 år sedan
Calin-Teodor
69e0a37529
feat(base/ui): added autofocus prop
2 år sedan
Robert Pintilii
bfa88f13dc
feat(ui-components) Add Dialog Component (#12260)
2 år sedan
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2 år sedan
Robert Pintilii
779ecd6da6
feat(ui-components) Add Tabs component (#12199)
2 år sedan
Robert Pintilii
2d6e181a13
feat(ui-components) Add Select component (#12182)
Remove @atlaskit /dropdown
Convert some files to TS
2 år sedan
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
2 år sedan
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2 år sedan