Robert Pintilii
f3670ce86d
fix(notifications) Show correct info on updated notification (#13607)
1 ano atrás
Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
2 anos atrás
Robert Pintilii
646c58f7d1
ref(TS) Convert some native components to TS (#13264)
2 anos atrás
Robert Pintilii
96b6edccf8
ref(TS) Remove flow comments in TS files (#13258)
2 anos atrás
Robert Pintilii
3a2a129f44
ref(TS) Improve TS (#13167)
Fix some errors. Remove @ts-ignores
Convert some files to TS
Remove some eslint-disables
2 anos atrás
Calinteodor
20fd544ded
fix(notications): increased notification max height for buttons to fit (#13152)
2 anos atrás
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 anos atrás
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2 anos atrás
Robert Pintilii
a52f9313a6
ref(TS Convert all Abstract classes to TS (#13127)
2 anos atrás
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 anos atrás
Дамян Минков
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 anos atrás
Robert Pintilii
89c914272c
ref: Convert some class components to function components (#13103)
Replace withStyles with makeStyles
2 anos atrás
Robert Pintilii
46597bd6e7
ref(TS Convert some Abstract classes to TS (#13105)
2 anos atrás
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 anos atrás
Robert Pintilii
7968578a25
fix(notification) Fix overflow issue (#13068)
When displaying a long URL break it into multiple lines
2 anos atrás
Calinteodor
1fc5d6e97e
feat(notifications): NotificationsContainer native updates (#13047)
feat(notifications): NotificationsContainer native updates
2 anos atrás
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 anos atrás
Robert Pintilii
306c979adb
ref(notifications) Update icons (#13025)
Replace @atlaskit icons with our own
Convert some files to TS
Remove @atlaskit /icons
2 anos atrás
Calinteodor
1f6483daae
feat(calendar-sync): refactored ConferenceNotification (#12945)
* feat(calendar-sync): converted ConferenceNotification to a notification
2 anos atrás
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 anos atrás
Calin-Teodor
e405595a11
feat(notifications): moved notifications to the bottom of the screen
2 anos atrás
Calin-Teodor
581c2e621c
feat(notifications): fix width for notifications on all devices
2 anos atrás
Calinteodor
19e61747b8
feat(notifications): small ui updates (#12943)
* feat(notifications): small ui updates
2 anos atrás
Calinteodor
f8af9c4fae
feat(notifications): native UI updates (#12798)
* feat(notifications): native notifications UI updates
2 anos atrás
Saúl Ibarra Corretgé
04a41395c8
fix(notifications) remove dead code
2 anos atrás
Saúl Ibarra Corretgé
f38c9f5450
feat(notification,external-api) notify bridge channel failures
2 anos atrás
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 anos atrás
Robert Pintilii
4bd27730ce
ref(TS) Convert some features to TS (#12523)
2 anos atrás
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
2 anos atrás
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 anos atrás
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 anos atrás
bogdandarie
495957104c
fix(notifications) don't show self view notifications if already one is active
2 anos atrás
Robert Pintilii
f5fb402784
ref(TS) Convert some features to TS (#12366)
2 anos atrás
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 anos atrás
Mihaela Dumitru
d0c22806ec
ref(participants) use enum type to store fake participants (#12316)
2 anos atrás
Mihaela Dumitru
93406bb12c
feat(whiteboard) add initial implementation (#12185)
2 anos atrás
Robert Pintilii
7364c7f27b
ref(TS) Remove unnecessary ts-ignores
2 anos atrás
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2 anos atrás
Robert Pintilii
0bccda2c9e
ref(TS) Convert more base files to TS (#12222)
2 anos atrás
Robert Pintilii
63b6b5a72d
ref(TS) Convert some files to TS (#12204)
2 anos atrás
Robert Pintilii
6dd04136de
ref(TS Convert some files to TS (#12191)
2 anos atrás
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
2 anos atrás
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2 anos atrás
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
2 anos atrás
Robert Pintilii
271ea8315b
ref: Improve reducers TS (#12123)
2 anos atrás
Robert Pintilii
1010955393
ref: Convert some reducers to TS (#12065)
2 anos atrás
Robert Pintilii
dfb2a07cfa
ref: Convert material-ui files to TS (#12013)
Convert files that use material-ui to TS (needed for material-ui upgrade)
2 anos atrás
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
2 anos atrás
Robert Pintilii
e27069447b
feat(local-video-recording) Allow users to record the meeting locally (#11338)
3 anos atrás
Horatiu Muresan
5152638529
fix(native-notifications) Show notifications on max 2 lines
3 anos atrás