freaktechnik/advanced-github-notifier

Save for later support

freaktechnik opened this issue · 3 comments

GitHub added a feature to save notifications for later. The extension should both support saving notifications for later and viewing or going to notifications saved for alter.

The guys from "Notifications Preview for GitHub" over at https://github.com/tanmayrajani/notifications-preview-github included it already.

I really like how they display things and split notifications up by repo: 👍
save_later
Maybe that’s an inspiration.

The big difference is that they run as a script within the github website, thus they can use the website's logic and API capabilities. I'm limited by what github exposes to the API for public use. And yes, the panel is not greatly organized currently.

This is essentially pinning in gitea, I think (which I think is exposed via API)