Pavel Djundik
|
e719e4ff81
|
Cleanup chat/userlist to use flexbox, fix a couple of bugs
|
2018-03-05 18:17:13 +02:00 |
|
Pavel Djundik
|
63828b95e0
|
Always correctly trigger sticky scroll on .chat container
`.chat` has the overflow on it, and not `.messages` so stuff like scrollTop only works on `.chat`
|
2018-02-23 18:21:42 +02:00 |
|
Pavel Djundik
|
c733e72e7a
|
Auto-fix code for padding-line-between-statements rule
|
2018-02-20 09:28:04 +02:00 |
|
Pavel Djundik
|
a3e448acf5
|
Enable no-var rule
Fixes #1961
|
2018-02-19 19:49:39 +02:00 |
|
Pavel Djundik
|
e448dc711c
|
Turn channel list into an accessible tablist
|
2018-02-18 09:58:44 +02:00 |
|
Pavel Djundik
|
51d5a4eff4
|
Fix #2028 - Messages are not condensed correctly
|
2018-02-03 10:43:39 +02:00 |
|
Pavel Djundik
|
6d6b5cb2a9
|
Remove deprecated jQuery calls
Fixes #2011
|
2018-02-01 12:15:51 +02:00 |
|
Pavel Djundik
|
31c33e43d5
|
Provide correct timestamp to browser notifications
|
2018-01-09 18:47:13 +02:00 |
|
Pavel Djundik
|
5e48e04623
|
Show notices and errors inline
|
2017-12-06 17:58:52 +02:00 |
|
Pavel Djundik
|
5ffeb04343
|
Merge pull request #1739 from thelounge/xpaw/inactive-scroll
Do not keep scroll to bottom in inactive channels
|
2017-11-26 11:40:50 +02:00 |
|
Pavel Djundik
|
2f84b01427
|
Do not keep scroll to bottom in inactive channels
|
2017-11-23 19:33:19 +02:00 |
|
Pavel Djundik
|
15a52ccec3
|
Trim channel messages in active channel and when switching channels
Fixes #1461
|
2017-11-23 16:23:32 +02:00 |
|
Pavel Djundik
|
c268d91b4e
|
Access new nick attribute in user object
This was broken in #1698
|
2017-11-21 13:54:12 +02:00 |
|
Pavel Djundik
|
8d88779918
|
Fix options
|
2017-11-19 19:43:42 +02:00 |
|
Pavel Djundik
|
0402554563
|
Move cleanIrcMessage to a separate file
|
2017-11-19 18:19:52 +02:00 |
|
Pavel Djundik
|
8791a17fc4
|
Use service worker to display notifications if available
|
2017-11-19 18:18:55 +02:00 |
|
Jérémie Astori
|
1dc92d8934
|
Enforce dangling commas with ESLint
¯\_(ツ)_/¯
|
2017-11-15 01:35:15 -05:00 |
|
dgw
|
d675297405
|
Mark channels as read when receiving self-messages
Resets highlight counter and last unread message ID on server, and
clears the badge on the active client when the message is rendered.
Resolves #911
|
2017-10-17 08:05:35 -05:00 |
|
Pavel Djundik
|
706943af26
|
Move unread marker when loading more history
Fixes #835
|
2017-09-12 15:40:26 +03:00 |
|
Pavel Djundik
|
17af195994
|
Move message notification code to msg file
|
2017-09-11 20:48:35 +03:00 |
|
Pavel Djundik
|
c81a74a20c
|
Render link previews in browser idle event
Fixes #1504
|
2017-09-06 22:03:56 +03:00 |
|
Pavel Djundik
|
e2a122c3ca
|
Only change nick autocompletion when receiving a message
And other minor optimizations and fixes
|
2017-09-05 18:28:01 +03:00 |
|
Pavel Djundik
|
99400421ef
|
Completely refactor how date markers are inserted
|
2017-08-27 11:38:23 +03:00 |
|
Al McKinlay
|
099d9219fd
|
Merge pull request #1457 from thelounge/xpaw/requestIdleCallback
Process chat messages in requestIdleCallback if available
|
2017-08-26 20:57:15 +01:00 |
|
PolarizedIons
|
e00b28d201
|
Fix general spelling errors
|
2017-08-25 18:02:28 +02:00 |
|
Pavel Djundik
|
f56c748015
|
Process chat messages in equestIdleCallback if available
|
2017-08-25 15:30:47 +03:00 |
|
Alistair McKinlay
|
499dfdfe92
|
Condense Joins
|
2017-08-13 14:30:30 -04:00 |
|
Pavel Djundik
|
e5ce2f2688
|
Remove 10 second interval to trim buffer
Fixes #96
|
2017-08-13 12:23:51 +03:00 |
|
Pavel Djundik
|
14b2ad7938
|
Refactor link previews
|
2017-07-03 00:41:18 +03:00 |
|
Alistair McKinlay
|
f90c355c8e
|
Add modules for socket events
|
2017-06-20 07:22:58 +01:00 |
|