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
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
hace 2 años
Horatiu Muresan
e7db18bd80
fix(dial-in) Place PIN on a new line (#13309)
hace 2 años
robertpin
a9863e65c3
fix(dial-in) Make text selectable on Dial In page
hace 2 años
Robert Pintilii
646c58f7d1
ref(TS) Convert some native components to TS (#13264)
hace 2 años
Calinteodor
a5663872d9
feat(invite/native): add people functionality fixes (#13240)
feat(invite/native): add people functionality fixes
hace 2 años
Robert Pintilii
007283aab3
chore(deps) Cleanup (#13246)
Remove @atlaskit and styled-components
Upgrade @emotion and @mui packages
Move @types packages to devDeps
hace 2 años
Gabriel Borlea
aec86cecc0
ref(invite): add people form (#13207)
hace 2 años
Robert Pintilii
bf1dde7cd1
ref(TS) Convert some files to TS (#13223)
hace 2 años
Robert Pintilii
fc0fd2d08c
ref(TS) Convert some components to TS (#13198)
hace 2 años
Robert Pintilii
c1f1c0d341
ref(TS) Convert some components to TS (#13179)
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
0bea2926d2
ref(TS) Convert some components to TS (#13142)
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
a52f9313a6
ref(TS Convert all Abstract classes to TS (#13127)
hace 2 años
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
hace 2 años
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
hace 2 años
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
hace 2 años
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
hace 2 años
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.
hace 2 años
Mihaela Dumitru
84221c5c13
feat(dialout) check appId for permission to call outbound destination (#12871)
hace 2 años
Robert Pintilii
fbc0a502e7
ref(TS) Improve TS (#12656)
hace 2 años
Mihaela Dumitru
0e47f72b5f
fix(invite-dialog) adjust dial in limit display condition and styling (#12654)
hace 2 años
Robert Pintilii
aef5328aeb
ref(TS) Convert some features to TS (#12651)
hace 2 años
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
hace 2 años
Robert Pintilii
48efe36cdf
fix(dial-in) Fix warning (#12571)
Only show warning if the feature is enabled
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
Robert Pintilii
cbb8b5f620
fix(dialog) Fix initial focus (#12509)
Don't focus on the close button if there's another focusable element
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
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
b321cf3639
ref(add-people-dialog) Update design (#12468)
Convert some files to TS
hace 2 años
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
hace 2 años
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 >
hace 2 años
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
hace 2 años
Robert Pintilii
25bd824621
ref(ui-components) Use new Dialog component (#12306)
Convert some files to TS
hace 2 años
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.
hace 2 años
Alexandru Petrus
7aefc3b94a
feat(invite-dialog) Add limit message for invite dialog
hace 2 años
Bogdan Duduman
53df3a7b55
fix: fix copyText import
hace 2 años
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.
hace 2 años
Bogdan Duduman
48db099134
feat: include sort members eslint changes
hace 2 años
Saúl Ibarra Corretgé
77d687952d
feat(jwt) deprecate and remove enableFeaturesBasedOnToken
The new behavior is as follows:
IF a user has a token and `features` is not set, we treat it as if the
feature was enabled.
IF a user has a token and `features` is set, we check if the feature
name has a value of "true".
`isJwtFeatureEnabled` also provides a way to specify the default value
in case there is no token.
hace 2 años
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
hace 3 años
Calinteodor
dbf7bf4750
feat(prejoin) native prejoin screen and other navigation updates
* feat(prejoin) created native Prejoin screen
* feat(prejoin) fixed useState callback and updates warnings
* feat(prejoin) created styles file
* feat(prejoin) moved nav from middleware to appNavigate, created native DeviceStatus
* feat(prejoin) updated styles
* feat(prejoin) review remarks pt. 1
* feat(prejoin) removed unused styles
* feat(prejoin) review remarks pt. 2
* feat(prejoin) comment fix
* feat(prejoin) added header title
* feat(prejoin) review remarks
* feat(lobby) updated styles
* feat(prejoin) updated lobby screen header button functionality
* feat(prejoin) review remarks pt 3
* feat(welcome) removed VideoSwitch component
* feat(mobile/navigation) fixed linter
* feat(welcome) moved isWelcomePageEnabled to functions.ts
* feat(mobile/navigation) screen options and order updates
* feat(app) review remark
* feat(welcome) added translation for screen header title and fixed build
* feat(mobile/navigation) added screen title translation and created screen option
* feat(mobile/navigation) fixed screenOptions import
* feat(mobile/navigation) added DialInSummary title translation, fixed animation and close button
* feat(welcome) fixed build
* feat(welcome) removed extra check
* feat(prejoin) review remarks pt 4
* feat(prejoin) added Join in low bandwidth mode btn
* feat(welcome) changed welcome screen header title
* fixup lobby close
hace 3 años
Calinteodor
f3f9cd3d05
feat(dynamic-branding) add initial mobile SDK customization
* feat(dynamic-branding) sdk customization
* feat(dynamic-branding) unsetDynamicBranding when we disconnect
* feat(dynamic-branding) added branding colors to conference
* feat(dynamic-branding) extracted logger to its own file
* feat(dynamic-branding) reverted style change
* feat(dynamic-branding) unset branding if connection failed
* feat(dynamic-branding) removed index.js, updated imports, added ImageBackground component
* feat(dynamic-branding) created logger feature object
* feat(dynamic-branding) moved brandingStyles to mapStateToProps, used SvGUri
* feat(dynamic-branding) created BrandingImageBackground component, fixed styles
* feat(dynamic-branding) moved BrandingImageBackground to dynamic-branding feature
* feat(dynamic-branding) fixed linter
* feat(dynamic-branding) added style comment
hace 3 años
Saúl Ibarra Corretgé
fe7327cd21
fix(rn,dialin-summary) simplify navigation
Only havee the screen in the hierarchy if we have a welcome page, since
it's the only way to access it.
Use goBack() from the navigator directly and avoid duplicating all props
to the screen.
hace 3 años
Saúl Ibarra Corretgé
721f4dc3d3
feat(rn,ui) use dark gray for screen headers
Skip the welcome page for now, until we can remove the audio / video
toggle.
hace 3 años
Дамян Минков
75d80ad879
fix: Fixes loading web on mobile browser.
Adds missing url prop to DialInSummary and safeguard the URL creation.
hace 3 años