Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
gencay tekin
jitsi-meet
Commits
8e903460
Unverified
Commit
8e903460
authored
3 years ago
by
Mihaela Dumitru
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
feat(chat/settings) - add ephemeral chat notifications with user settings support (#10617)
parent
ce0a0447
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
config.js
+1
-0
config.js
lang/main.json
+2
-0
lang/main.json
react/features/base/react/components/web/Message.js
+86
-0
react/features/base/react/components/web/Message.js
react/features/base/settings/reducer.js
+3
-0
react/features/base/settings/reducer.js
react/features/chat/components/web/ChatMessage.js
+2
-31
react/features/chat/components/web/ChatMessage.js
react/features/chat/functions.js
+40
-19
react/features/chat/functions.js
react/features/chat/middleware.js
+10
-2
react/features/chat/middleware.js
react/features/notifications/actions.js
+18
-0
react/features/notifications/actions.js
react/features/notifications/components/AbstractNotification.js
+6
-0
...features/notifications/components/AbstractNotification.js
react/features/notifications/components/native/Notification.js
+2
-1
.../features/notifications/components/native/Notification.js
react/features/notifications/components/web/Notification.js
+43
-8
react/features/notifications/components/web/Notification.js
react/features/notifications/components/web/NotificationsContainer.js
+4
-0
...es/notifications/components/web/NotificationsContainer.js
react/features/notifications/constants.js
+10
-0
react/features/notifications/constants.js
react/features/settings/actions.js
+11
-0
react/features/settings/actions.js
react/features/settings/components/web/MoreTab.js
+64
-1
react/features/settings/components/web/MoreTab.js
react/features/settings/components/web/SettingsDialog.js
+5
-4
react/features/settings/components/web/SettingsDialog.js
react/features/settings/functions.js
+25
-0
react/features/settings/functions.js
with
332 additions
and
66 deletions
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment