Notifications page I'd like to have a single page where I can see which issues and proposals have unread activity: * new issues / proposals opened on my own projects * comments on issues / proposals I have commented on before (with a way to unsubscribe) I guess tracking which things have been read could be done with a browser cookie for now (with a button to "mark all read" in case you lose the cookie). Currently I have to remind myself to browser to all open issues that I'm interested in. Or I might see an @ mention in my regular nostr client, but those can get buried.

Replies (4)

I completely agree and would like to see this added to gitworkhop.dev and it is on the list of functionality definately to be added. it hasn't reached the top of the list because users receive notifications in other clients are you mention. I would see these as coming under usecase 3 as you should be tagged in those events. View quoted note → I have considered either storing read activity locally or publishing them in encrypted events but this would leak metadata (when you are using git over nostr.
I would just do it locally. It's not really "important" data, that needs to travel between applications. Npubs will be able to use the ⭐ bookmarks, to favorite individual events, which seems like the more critical data.