You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OFF0 549bfed7dd
feed: render textnotes from multiple relays in chronological order
Events should be ordered by created_at.

The randomly incoming events should be injected to their closest
event sibling. Keeping a map of eventIds and dom nodes to reference
and inject the new events.

An alternative to keeping a map could be to add a data-attribute
to each event and use querySelector. It is a trade-off os using
more memory in order to not query the dom tree.
2 years ago
..
bubble.svg initial 2 years ago
cards.css feed: change recommend server styling to show on oneline 2 years ago
domutil.js utils: append string child directly 2 years ago
form.css feed: add inline form for writing new messages 2 years ago
index.html feed: style text note reply 2 years ago
main.css feed: add formatted absolute time 2 years ago
main.js feed: render textnotes from multiple relays in chronological order 2 years ago
tabs.css layout update 2 years ago