Simon Ser
|
57ed3a13a3
|
Send WHO query when opening nick buffer
|
2020-06-26 12:00:10 +02:00 |
|
Simon Ser
|
6d3621e1be
|
Introduce buffer type
|
2020-06-26 10:35:38 +02:00 |
|
Simon Ser
|
5f30662fc0
|
Implement /buffer
|
2020-06-25 21:47:31 +02:00 |
|
Simon Ser
|
c05af5bb6d
|
Make nick links clickable
|
2020-06-25 18:45:41 +02:00 |
|
Simon Ser
|
3e33999619
|
Add buffer header
Only for channels for now
|
2020-06-25 18:28:54 +02:00 |
|
Simon Ser
|
a475b6d844
|
Hide CAP and AUTHENTICATE messages in server buffer
|
2020-06-25 12:16:42 +02:00 |
|
Simon Ser
|
544303923c
|
Save and restore buffer scroll position
|
2020-06-25 12:03:26 +02:00 |
|
Simon Ser
|
9692f97c11
|
Set default connect params in App constructor
Fixes default params not populated in Connect component.
|
2020-06-24 18:14:46 +02:00 |
|
Simon Ser
|
34baafc77f
|
Fix TypeError when auto-filling server URL
|
2020-06-24 17:52:24 +02:00 |
|
Simon Ser
|
80fee31f2c
|
Fix unread indicator not showing up
|
2020-06-24 17:46:43 +02:00 |
|
Simon Ser
|
9223953e3a
|
Store message date in addMessage
|
2020-06-24 17:16:49 +02:00 |
|
Simon Ser
|
cbe76ab824
|
Mark buffers as unread on new message
|
2020-06-24 16:56:57 +02:00 |
|
Simon Ser
|
9ff1f164e0
|
Make setBufferState merge the new state with the prev one
|
2020-06-24 16:02:56 +02:00 |
|
Simon Ser
|
250d1c2ea7
|
Remove disconnect()
|
2020-06-24 15:57:21 +02:00 |
|
Simon Ser
|
c1c9aa261e
|
Implement /close
|
2020-06-24 15:56:30 +02:00 |
|
Simon Ser
|
df0981e8e0
|
Add isChannel
|
2020-06-24 15:52:33 +02:00 |
|
Simon Ser
|
f5106f1357
|
Fix missing channel name in setBufferState call
|
2020-06-24 15:45:55 +02:00 |
|
Simon Ser
|
61b0425128
|
Reset buffers on disconnect
|
2020-06-24 15:27:29 +02:00 |
|
Simon Ser
|
b449ace4b4
|
Switch to react
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.
|
2020-06-24 14:37:49 +02:00 |
|