Kannaj / 42EXP

Find teams to work together with on projects
https://42exp.com/
Other
21 stars 7 forks source link

unread notifications icon in the top appbar should show the number of unread notifications #27

Open Kannaj opened 7 years ago

Kannaj commented 7 years ago

Currently , the icon just glows red if there are unread notifications. It would be better to show the number of unread notifications.

As of now , there is just a boolean value unread_messages=true that flows into the notifications component. Ideally, we should also send a number showing the amount of unread messages for the user.