aboutsummaryrefslogtreecommitdiff
path: root/components/buffer.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Display messages with a highlight differentlySimon Ser2020-08-131-0/+4
|
* Strip ANSI escape sequencesSimon Ser2020-08-041-3/+4
| | | | References: https://todo.sr.ht/~emersion/gamja/11
* Add message URLs, unify URL generationSimon Ser2020-07-151-7/+6
|
* Use strict equality comparison in shouldComponentUpdateSimon Ser2020-07-131-2/+2
|
* Optimize BufferSimon Ser2020-07-091-81/+102
| | | | | Convert to classes and implement shouldComponentUpdate to avoid re-rendering elements unnecessarily.
* Handle QUIT messagesSimon Ser2020-07-081-0/+5
|
* Only nag about notifications in server bufferSimon Ser2020-07-011-1/+7
|
* Print IRC error messages in redSimon Ser2020-06-291-0/+4
|
* Open notification on new highlightSimon Ser2020-06-291-0/+39
|
* Add key attr to log linesSimon Ser2020-06-281-1/+1
|
* Convert server/channel/nick links to irc:// schemeSimon Ser2020-06-261-1/+2
|
* Fix unclickable nick in NICK messageSimon Ser2020-06-251-1/+1
|
* Make nick links clickableSimon Ser2020-06-251-8/+14
|
* Linkify messagesSimon Ser2020-06-251-3/+4
|
* Fix buffer and buffer list paddingSimon Ser2020-06-251-1/+7
|
* Store message date in addMessageSimon Ser2020-06-241-5/+1
|
* Switch to reactSimon Ser2020-06-241-0/+95
Under the hood, preact is used to reduce dependency size. We still don't have a build stage, so htm is used instead of JSX.