Robert Pintilii
247c54b6c6
ref(TS) Convert constants tiles to TS (#12148)
Remove unnecessary ts-ignores
3 gadus atpakaļ
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
3 gadus atpakaļ
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
3 gadus atpakaļ
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
3 gadus atpakaļ
Robert Pintilii
271ea8315b
ref: Improve reducers TS (#12123)
3 gadus atpakaļ
Saúl Ibarra Corretgé
b535b8c583
fix(lobby) fix opening lobby chat after API change
3 gadus atpakaļ
Saúl Ibarra Corretgé
7dba5f8a7e
fix(prejoin) use the conference display name instead of the room name
The room name could be a UUID and the conference display name an actual
name, using the subject.
3 gadus atpakaļ
Calinteodor
94dc6309de
feat(base/native): Switch thumb track color (#12066)
* feat(base/native): Switch thumbColor and trackColor default props
3 gadus atpakaļ
Robert Pintilii
8dd71a921b
ref(ui-components) Improve native and web Switch (#12061)
Bring Switch component more in line
Convert some files to TS
3 gadus atpakaļ
Calinteodor
6d39d13af7
feat(lobby/prejoin): added room name title (#12054)
* feat(lobby/prejoin): added room name title
3 gadus atpakaļ
Robert Pintilii
40637aa3dc
ref(ui-components) Improve Button component (#12015)
Bring web and native more in line
3 gadus atpakaļ
Robert Pintilii
00221b7482
ref: Convert some reducers to TS (#12002)
3 gadus atpakaļ
Robert Pintilii
8f5eabe1f2
ref(TS) Remove ts-ignores (#11979)
3 gadus atpakaļ
Robert Pintilii
43578474a0
ref: Convert base/participants to TS (#11978)
Remove unnecessary ts-ignores
3 gadus atpakaļ
Robert Pintilii
db54c45b13
feat(ui-components) Add toggle component (#11933)
3 gadus atpakaļ
Calinteodor
5ec6581d2e
feat(welcome/native): settings updates (#11830)
feat(settings/native): feature updates
3 gadus atpakaļ
Robert Pintilii
b1a9d68cf5
ref(ui-components) Move components to base/ui (#11912)
3 gadus atpakaļ
Calin-Teodor
0a385c561d
feat(prejoin-lobby): ui fixes
3 gadus atpakaļ
Calinteodor
d42e18c7bb
feat(base/native): button abstractions (#11795)
* feat(base): created Button.tsx and IconButton.tsx
3 gadus atpakaļ
Calin-Teodor
bac1347961
feat(lobby/prejoin/native): display name input text color update
3 gadus atpakaļ
nbeck.indy
6e32a146e3
feat(settings): add option to mute lobby knocking sounds
3 gadus atpakaļ
Calinteodor
bb76090bce
feat(lobby/prejoin): updates
* feat(base/modal) added keyboard dismiss functionality
* feat(lobby) updated ui and start knocking if name is set
* feat(prejoin) updated ui and hide input if name is not required
* feat(prejoin) updated join button styles
* feat(prejoin) removed extra empty space
* feat(prejoin) updated disable join condition
* feat(base/modal) moved keaboard dismiss functionality
* feat(conference) updated auto knock condition
* feat(prejoin) updated button styles and disabling condition
* feat(lobby) updated styles
* feat(lobby/prejoin) updated styles for buttons and inputs
* feat(lobby/prejoin) updated contentContainer styles
* feat(lobby/prejoin) created shouldEnableAutoKnock helper
3 gadus atpakaļ
Calinteodor
4d8f29d4fe
feat(rn,dynamic-brandind) added background image url to prejoin and lobby
3 gadus atpakaļ
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
3 gadus atpakaļ
Calin Chitu
bedddd4760
fix(lobby/native) removed nav button overwrite
3 gadus atpakaļ
Calin Chitu
7ea78e9845
fix(lobby/native) style updates and local video fix
3 gadus atpakaļ
Saúl Ibarra Corretgé
1c79e6baa3
fix(rn,lobby) use a header for the main lobby screen
It allows us to place the Cancel button there, and declutter the UI of
buttons.
3 gadus atpakaļ
Saúl Ibarra Corretgé
d78e8fba25
fix(rn,lobby) match button style
3 gadus atpakaļ
Calin Chitu
3e004811e0
feat(lobby/native) LobbyScreen and LobbyChatScreen
3 gadus atpakaļ
Calinteodor
7c523f3250
language(typescript) actionTypes.js -> actionTypes.ts (#10940)
* language(typescript) first ts component, added ts configurations, actionTypes.js are now ts files
3 gadus atpakaļ
Saúl Ibarra Corretgé
f503bd7352
fix(rn,lobby) fix lobby not showing up on subsequent tries
We need to make sure to hide it explicitly so the Redux state is in sync
with reality.
3 gadus atpakaļ
Calin Chitu
ef125968ce
feat(participants/native) - fix joining breakout room
3 gadus atpakaļ
Tudor D. Pop
18fa56ff1b
fix(lobby) display the entire message in the reject notification
3 gadus atpakaļ
Doganbros
7522de033a
feat: Lobby chat (#10847)
* feat(lobby): lobby chat
lobby chat support
knocking participants list updates
knocking participants conditonal checks to show message button
handle lobby chat message events
lobby messages from or to moderators only
Co-authored-by: Fecri Kaan Ulubey <f.kaan93@gmail.com >
* squash: Drop typos.
Co-authored-by: Kusi Musah Hussein <kusimusah@gmail.com >
Co-authored-by: Fecri Kaan Ulubey <f.kaan93@gmail.com >
Co-authored-by: Дамян Минков <damencho@jitsi.org >
3 gadus atpakaļ
Tudor D. Pop
5d68a53f79
fix(lobby-notifications): Prevent lobby notification to remain on scr… (#11054)
3 gadus atpakaļ
Mihaela Dumitru
c35473d5e4
fix(external-api): dismiss lobby notification after handling the knocking participant (#11049)
3 gadus atpakaļ
Calin Chitu
20fd671b68
fix(mobile-ui) patch for native dialog container, fixed switch track color
3 gadus atpakaļ
Calinteodor
b1be511d67
Mobile UI polish (#10982)
Updated screens with new ui on mobile
3 gadus atpakaļ
Calin Chitu
bc4553bdc0
feat(lobby) removed native lobby enable/disable dialogs
3 gadus atpakaļ
Tudor D. Pop
28f5ddc81d
feat(lobby,notifications) refactor lobby notifications
3 gadus atpakaļ
Hristo Terezov
12bc054386
feat(Avatar): CORS mode support.
4 gadus atpakaļ
Calinteodor
bf3cc65f4c
feat(security) created SecurityOptions React Navigation screen (#10509)
* feat(security) Security Options screen
4 gadus atpakaļ
Дамян Минков
2adb5dc7d6
fix: Fixes correct state in lobby screen on wrong password.
Fixes #9869 .
4 gadus atpakaļ
Saúl Ibarra Corretgé
58ef2974c9
fix(breakout-rooms) disable lobby in breakout rooms
The main room lobby gets diverted to the rooms, things can get confusing. We
might need to revisit this in the future.
4 gadus atpakaļ
Tudor D. Pop
a618697e34
feat(notifications) revisit timeouts and make them configurable
4 gadus atpakaļ
Calinteodor
4e2fea1e12
feat(rn,welcome) React Navigation drawer
4 gadus atpakaļ
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
4 gadus atpakaļ
Mihaela Dumitru
f435fc4ade
feat(external-api): add knocking event and approve/reject command (#10210)
4 gadus atpakaļ
Calinteodor
9df59b4a6f
feat(conference) added React Navigation
Introduce navigation for all in-conference screens.
4 gadus atpakaļ
Дамян Минков
432c4ada70
fix: Fixes #9869 Lobby and wrong password case.
4 gadus atpakaļ