| Commit message (Collapse) | Author | Age |
| | |
|
| |
|
|
|
|
| |
This includes jamming the "at" of a message into a data- attribute on
the Message component, so that it can later be used by parent components
via Plain Old Javascript and the .dataset attribute of an HTML node.
|
| |
|
|
|
|
| |
rendered.
~16% of the `hi development` channel's rendering time was taken up on this.
|
| | |
|
| | |
|
| | |
|
|
|
I've also refactored how runs are processed, to avoid re-splitting runs every time the channel view is rendered. They're generated when messages are ingested into the `$messages` store, instead.
|