-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[notifications] add a notification summary list #40
Comments
…, which takes over the existing functionality of sliding content in/out, but in a more flexible and customizable way.
…able pattern to notify new component about new notification events. Show the notifications in the corresponding slider.
…s' and add queries and endpoints accordingly. Adjust usage of existing implementation.
Note: This should probably be changed, though this would then require more effort. For now, only getting these during runtime is fine. |
Proposal on how to handle the above mentioned issue:
Furthermore, after some more consideration, I might just ditch the message notifications, and only do reactions and calls. Still requires some more thinking. :) |
The mentioned issue will be handled in #42. |
… better output. Use onPush change detection for the notification-summary component.
…pon receiving a voice chat request the notification event will get saved and shown in the UI, regardless if the request was accepted, declined or ignored (might change in the future to only on ignored requests).
Note: This is again one of the consequences of going the websocket route to handle events and stuff, as mentioned previously. |
This means that a user can look into what exactly a notification was about, e.g. was it a new unread message, reaction or a missed call?
Information for each "missed" notification should contain the following:
The text was updated successfully, but these errors were encountered: