feat(github-feed): add GitHub notifications#218
feat(github-feed): add GitHub notifications#218Swarsel wants to merge 3 commits intonoctalia-dev:mainfrom
Conversation
283dfc4 to
4d0c724
Compare
I'll review it out in a little while, but as initial feedback for the future don't apologize! In any case, apologizing beforehand is too unprofessional. |
|
You're showing the notification in the TOP of the feed? Can you show how this looks with the entire feed? |
|
The idea is not bad, it is even useful. But the implementation changes the concept of the plugin too much. The intention of the plugin is mainly to "mimic" the github.com/feed or github.com/dashboard-feed. I think mainly your implementation should not change that. What I suggest you to do is to separate the notification from the feed. It can be in two tabs, for example. And don't change the UI of it. Adding a border seems pretty ugly to me |
83da87c to
e2c83bd
Compare
f5b8b12 to
5fb9727
Compare
|
As a last addition, I added optional system notifications for notifications and all supported types of events: Each of those types is separately toggleable With this last addition, all the functionality that I would like to have in this plugin is now implemented. Would be great if you could take another look @linuxmobile! |
Thx, now looks better. I will check tonight! |




Hey, thanks for creating this plugin, I love it a lot!
While I like to have the feed information, another bit of information that I also value a lot is information on the count of notifications that my account has.
Hence I added notification fetching capabilities to the github-feed plugin; when enabled and the token has the correct scopes, it will fetch them as well.
Preview:



Do note that I vibe-coded most of this, this is not a stellar implementation. I just quickly wanted something that gets the job done, and this works. Also I realize that notifications might be out of scope of this plugin; if either of these are a problem then I am sorry for the disturbance :)