Replies: 1 comment 1 reply
-
That’s a very interesting way to interact. Due to limitations of the Nostr protocol, achieving what you described would be a bit tricky, as the list requires a large amount of highly scattered data. It’s expected that the loading speed would be quite slow, so some compromises in functionality might be necessary. You might consider forking Jumble, since maintaining two browsing modes would be a bit too much for me, haha. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Imagine a Reddit-like layout (medium sized
Card
) where you only see root notes as a list - call each item a "thread".Threads get bumped to the top of the list when a user interacts with it (reply, react, zap), providing an image-board style UX.
Clicking the thread will open the root note in the secondary panel and everything will appear as usual.
When the source is "Following", these Cards will display a list of mini avatars giving a brief look at which or how many of your follows have interacted with this thread.
Since the most active threads are pushed to the top, threads view provides a clean and efficient UX for browsing a relay.
Haven't had the chance to vibecode anything, but it seems that
NoteList
can be modified to do this type of grouping on events and rendering.Leave thoughts or ideas below!
Beta Was this translation helpful? Give feedback.
All reactions