Open tomastrajan opened 6 years ago
This feature is something interesting, I am interested to work on this one. But I would like to know how we are going to differentiate these 4 notification types.
Are we going to group the notifications based on type inside the notification list as tabs or some other thing is in your mind? Do share your insight?
Currently, Medium notifications are just a single indicator with a number of total new notifications and a list of all these notifications after user click the button.
It would be great to have 4 different notification indicators for every notification type. The reasoning behind this is that the "response" notification is much more important that the "claps" notification.
The implementation would be similar as
stats-total.js
a script that is loaded and runs on every medium page. The script will load notifications and replace old indicator with the new ones. New script can be callednotifications.js
and can be added tomanifest.json
file in thecontent_scripts
property so that it runs on every Medium page.