Robert Pintilii
3a2a129f44
ref(TS) Improve TS (#13167)
Fix some errors. Remove @ts-ignores
Convert some files to TS
Remove some eslint-disables
2 years ago
Calinteodor
20fd544ded
fix(notications): increased notification max height for buttons to fit (#13152)
2 years ago
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 years ago
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2 years ago
Robert Pintilii
a52f9313a6
ref(TS Convert all Abstract classes to TS (#13127)
2 years ago
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 years ago
Дамян Минков
649a4ffd46
feat(visitors): Updates mobile to handle redirected conf error. (#13110)
* feat(visitors): Updates mobile to handle redirected conf error.
* squash: Center the buttons when iAmVisitor.
* squash: Enables chat in visitor mode.
* feat: Prints the used lib-jitsi-meet.
* feat: Shows a notification when joining as a visitor.
* fix(notifications): display and fix styles for notifications in tile view
---------
Co-authored-by: Calin-Teodor <calin.chitu@8x8.com >
2 years ago
Robert Pintilii
89c914272c
ref: Convert some class components to function components (#13103)
Replace withStyles with makeStyles
2 years ago
Robert Pintilii
46597bd6e7
ref(TS Convert some Abstract classes to TS (#13105)
2 years ago
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 years ago
Robert Pintilii
7968578a25
fix(notification) Fix overflow issue (#13068)
When displaying a long URL break it into multiple lines
2 years ago
Calinteodor
1fc5d6e97e
feat(notifications): NotificationsContainer native updates (#13047)
feat(notifications): NotificationsContainer native updates
2 years ago
robertpin
7156df5b99
feat(notifications) Use our own component
Use our component instead of atlaskit
Implement redesign
Add unmount animation
Change mount animation from external lib to CSS
Remove @atlaskit /flag
Remove react-transition-group
Add unmount animation on native
Remove AbstractNotification
2 years ago
Robert Pintilii
306c979adb
ref(notifications) Update icons (#13025)
Replace @atlaskit icons with our own
Convert some files to TS
Remove @atlaskit /icons
2 years ago
Calinteodor
1f6483daae
feat(calendar-sync): refactored ConferenceNotification (#12945)
* feat(calendar-sync): converted ConferenceNotification to a notification
2 years ago
Avram Tudor
336fa304ce
feat(notifications) trigger iframe api event when a notification occurs (#12952)
* feat(notifications) trigger iframe api event when a notification occurs
* remove useless comment
* fix typo
2 years ago
Calin-Teodor
e405595a11
feat(notifications): moved notifications to the bottom of the screen
2 years ago
Calin-Teodor
581c2e621c
feat(notifications): fix width for notifications on all devices
2 years ago
Calinteodor
19e61747b8
feat(notifications): small ui updates (#12943)
* feat(notifications): small ui updates
2 years ago
Calinteodor
f8af9c4fae
feat(notifications): native UI updates (#12798)
* feat(notifications): native notifications UI updates
2 years ago
Saúl Ibarra Corretgé
04a41395c8
fix(notifications) remove dead code
2 years ago
Saúl Ibarra Corretgé
f38c9f5450
feat(notification,external-api) notify bridge channel failures
3 years ago
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 years ago
Robert Pintilii
4bd27730ce
ref(TS) Convert some features to TS (#12523)
3 years ago
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
3 years ago
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 >
3 years ago
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
3 years ago
bogdandarie
495957104c
fix(notifications) don't show self view notifications if already one is active
3 years ago
Robert Pintilii
f5fb402784
ref(TS) Convert some features to TS (#12366)
3 years ago
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 years ago
Mihaela Dumitru
d0c22806ec
ref(participants) use enum type to store fake participants (#12316)
3 years ago
Mihaela Dumitru
93406bb12c
feat(whiteboard) add initial implementation (#12185)
3 years ago
Robert Pintilii
7364c7f27b
ref(TS) Remove unnecessary ts-ignores
3 years ago
Bogdan Duduman
48db099134
feat: include sort members eslint changes
3 years ago
Robert Pintilii
0bccda2c9e
ref(TS) Convert more base files to TS (#12222)
3 years ago
Robert Pintilii
63b6b5a72d
ref(TS) Convert some files to TS (#12204)
3 years ago
Robert Pintilii
6dd04136de
ref(TS Convert some files to TS (#12191)
3 years ago
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
3 years ago
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
3 years ago
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
3 years ago
Robert Pintilii
271ea8315b
ref: Improve reducers TS (#12123)
3 years ago
Robert Pintilii
1010955393
ref: Convert some reducers to TS (#12065)
3 years ago
Robert Pintilii
dfb2a07cfa
ref: Convert material-ui files to TS (#12013)
Convert files that use material-ui to TS (needed for material-ui upgrade)
3 years ago
Shawn Chin
94074836ec
feat(external-api) Add command to show custom in-meeting notification (#11897)
* feat(external-api) Add command to show custom in-meeting notification
* fix lint
* added uid to showNotifications, added hideNotifications
3 years ago
Robert Pintilii
e27069447b
feat(local-video-recording) Allow users to record the meeting locally (#11338)
3 years ago
Horatiu Muresan
5152638529
fix(native-notifications) Show notifications on max 2 lines
3 years ago
Saúl Ibarra Corretgé
05127467c2
feat(notifications) add ability to disable specific notifications
This works together with the broader "notifications" config option. One
might choose to leave the existing option unespecified *thus allowing
all notifications) and then use this new one to be explicit about which
ones to disable.
3 years ago
Saúl Ibarra Corretgé
01bd18b86a
fix(notifications) remove unused isDismissAllowed prop
3 years ago
William Liang
d3fe246f61
refactor(multi-stream) refactor virtual screenshare creation and support plan-b clients (#11445)
* fix(multi-stream) update selector to find ss track by videoType or mediaType
* ref(multi-stream) move fake ss creation logic and support video type changed
* refactor(multi-stream) decouple sending and receiving multiple screenshare streams
* fix(multi-stream) fix receiver constraints with signaling and without multi-stream
* fix(mutli-stream) ensure plan b original SS thumbnail displays avatar
* fix(multi-stream) show fake SS for plan b sender
* refactor(multi-stream) poc for moving SS creation to state listener
* remove reference to fake SS creation
* fix lint errors
* rename to virtual screenshare participants
* fix minor bugs
* rename participant subscriber to specify web support only
3 years ago
Jaya Allamsetty
7420113079
fix(multi-stream) Do not show join notifications for SS tiles.
3 years ago