Now the nested replies seem to be working. Had some trouble getting the indentation to look right. #dev #Nostr image
Frederik Handberg's avatar Frederik Handberg
On my personal website, I have a blog section, where I fetch and display all my Nostr posts. Tonight, I’ve been working on fetching replies, so that I can display those for each of my posts. It’s crazy how easy it is to work with Nostr. The protocol is so simple, which is one of its big advantages. I will work on making the UI look nicer tomorrow before pushing to production. #dev #Nostr
View quoted note →

Replies (1)

The idea is to let the user collapse comments, similar to how it works on Reddit. Basically, they would click on the line, which then collapses all the nested replies. This functionality is not implemented in the current version, but probably something I will build in the future.