What is Nostr?
DanConwayDev
npub15qy…yejr
2024-09-10 08:04:03
in reply to nevent1q…dmh6

DanConwayDev on Nostr: fixed by ae232c3ee1591f95070697af5cf9f1e284978445. I really need to get onto ...

fixed by ae232c3ee1591f95070697af5cf9f1e284978445.
I really need to get onto
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.

as I missed the notification for your previous reply to this thread:
I fixed the CORS header, but still not seeing the README (which makes sense give the above, the browser isn't asking for it):
In case anyone else needs it:

```
map $request_uri $allow_origin {
default "";
~^/[a-z0-9]+/[a-z0-9]+/raw "*";
}
```

location / {
...

add_header Access-Control-Allow-Origin $allow_origin;
}

I'm just trying to ship some ngit updates then I can focus on gitworkshop.dev as it needs some love.
Author Public Key
npub15qydau2hjma6ngxkl2cyar74wzyjshvl65za5k5rl69264ar2exs5cyejr