damencho
cdc7962d11
feat: Adds region parameter to dial out authorize requests.
2 лет назад
damencho
fc8ce532f6
feat: Hides any error from the UI for the DialIn info app.
If the conference mapper return an error we show it on deeplinking page. In case the conf mapper receives non authenticated request it may return an error and this is normal so hide it from that page.
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 лет назад
Calinteodor
a95eaa6c2e
feat(base/ui): Native buttons UI fixes (#13788)
* feat(base/ui): native buttons UI fixes and improvements
2 лет назад
Mihaela Dumitru
6ddb77e03c
feat(dial-in) add sip audio only (#13714)
2 лет назад
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users (#12969)
feat(a11y): Globally improve accessibility for screen reader users
2 лет назад
Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
2 лет назад
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
2 лет назад
Horatiu Muresan
44cc0f7e9a
fix(toolbar-buttons) Hide rec and livestream buttons for non-moderators (#13328)
2 лет назад
Horatiu Muresan
e7db18bd80
fix(dial-in) Place PIN on a new line (#13309)
2 лет назад
robertpin
a9863e65c3
fix(dial-in) Make text selectable on Dial In page
2 лет назад
Robert Pintilii
646c58f7d1
ref(TS) Convert some native components to TS (#13264)
2 лет назад
Calinteodor
a5663872d9
feat(invite/native): add people functionality fixes (#13240)
feat(invite/native): add people functionality fixes
2 лет назад
Robert Pintilii
007283aab3
chore(deps) Cleanup (#13246)
Remove @atlaskit and styled-components
Upgrade @emotion and @mui packages
Move @types packages to devDeps
2 лет назад
Gabriel Borlea
aec86cecc0
ref(invite): add people form (#13207)
2 лет назад
Robert Pintilii
bf1dde7cd1
ref(TS) Convert some files to TS (#13223)
2 лет назад
Robert Pintilii
fc0fd2d08c
ref(TS) Convert some components to TS (#13198)
2 лет назад
Robert Pintilii
c1f1c0d341
ref(TS) Convert some components to TS (#13179)
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
0bea2926d2
ref(TS) Convert some components to TS (#13142)
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
a52f9313a6
ref(TS Convert all Abstract classes to TS (#13127)
2 лет назад
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
2 лет назад
Robert Pintilii
1bf0bd6bca
fix(design-system) Remove tokens that are not part of DS (#13122)
Replace tokens with ones that are part of the Design System and are either the same or very similar
2 лет назад
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 лет назад
Robert Pintilii
00780929e5
feat(tooltip) Create and move to our component (#13061)
Create Tooltip component
Fix Popover positioning calculations
Add margins to popover
Remove @atlaskit /tooltip
Update all components to use the new Tooltip component
Added tooltip actions and reducers for the following functionality: when a user hovers over an element is sees the tooltip for that element and then hovers another element that has a tooltip, instead of using the delay and animations we just unmount the current tooltip and mount the next one immediately
2 лет назад
Horatiu Muresan
35ee92869f
feat(deeplinking) Refactor deeplinking (#12950)
- redesign deeplinking mobile page, desktop page and dial in number page
- now dial in number page is an entry point in app.bundle.
2 лет назад
Mihaela Dumitru
84221c5c13
feat(dialout) check appId for permission to call outbound destination (#12871)
2 лет назад
Robert Pintilii
fbc0a502e7
ref(TS) Improve TS (#12656)
2 лет назад
Mihaela Dumitru
0e47f72b5f
fix(invite-dialog) adjust dial in limit display condition and styling (#12654)
3 лет назад
Robert Pintilii
aef5328aeb
ref(TS) Convert some features to TS (#12651)
3 лет назад
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
3 лет назад
Robert Pintilii
48efe36cdf
fix(dial-in) Fix warning (#12571)
Only show warning if the feature is enabled
3 лет назад
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
3 лет назад
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.
3 лет назад
Robert Pintilii
cbb8b5f620
fix(dialog) Fix initial focus (#12509)
Don't focus on the close button if there's another focusable element
3 лет назад
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
3 лет назад
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
3 лет назад
Robert Pintilii
b321cf3639
ref(add-people-dialog) Update design (#12468)
Convert some files to TS
3 лет назад
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
3 лет назад
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 >
3 лет назад
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
3 лет назад
Robert Pintilii
25bd824621
ref(ui-components) Use new Dialog component (#12306)
Convert some files to TS
3 лет назад
Saúl Ibarra Corretgé
a2d39ca5b1
fix(rn,util) avoid 'clipboard-copy' being bundled in native
The copyText wrapper is used in the `showStartedRecordingNotification`
action, which is common for web and native. Provide a native
implementation so the right one is bundled.
3 лет назад
Alexandru Petrus
7aefc3b94a
feat(invite-dialog) Add limit message for invite dialog
3 лет назад
Bogdan Duduman
53df3a7b55
fix: fix copyText import
3 лет назад
Saúl Ibarra Corretgé
02f5987187
feat(rn,conference) show participants pane in the top bar
Replace the invite button, which is accessible within the participants
pane.
Show the screen-sharing button in the toolbox when space allows, and fix
it so it's rendered when outside the overflow menu.
3 лет назад