Commit Graph

368 Commits

Author SHA1 Message Date
Ken-Håvard Lieng 1773fef8ef Update gulpfile 2020-05-08 04:16:23 +02:00
Ken-Håvard Lieng 08ffc79a65 Remove local messages when closing dm tab, avoid sending open_dm if already open 2020-05-08 02:56:54 +02:00
Ken-Håvard Lieng 2a72b198e3 Update dependencies 2020-05-08 02:10:22 +02:00
Ken-Håvard Lieng 0d085a2b4d Clear prevSearch when closing modal 2020-05-07 08:10:25 +02:00
Ken-Håvard Lieng 497f9e882c Unvendor fnv1a 2020-05-06 06:50:53 +02:00
Ken-Håvard Lieng 7d97d10e76 Open dm tab on /msg 2020-05-06 04:50:27 +02:00
Ken-Håvard Lieng 8305dd561d Log direct messages and keep track of open direct message tabs 2020-05-06 04:19:55 +02:00
Ken-Håvard Lieng d98312f99b Cache manifest.json 2020-05-05 03:31:14 +02:00
Ken-Håvard Lieng 530e08b9ee Convert withModal to useModal 2020-05-03 09:05:16 +02:00
Ken-Håvard Lieng 3d2e443108 Pass all unknown commands through to the IRC server, closes #56 2020-05-01 02:12:21 +02:00
Ken-Håvard Lieng b002eef285 Fix navicon 2020-04-30 14:36:30 +02:00
Ken-Håvard Lieng c566d5d61d Copy location object 2020-04-30 13:44:36 +02:00
Ken-Håvard Lieng 508a41ee45 Update client dependencies 2020-04-30 07:54:30 +02:00
Ken-Håvard Lieng c704ebb042 Use react-icons 2020-04-29 03:13:35 +02:00
Ken-Håvard Lieng 4010132884 Linkify topics in channel joining modal 2020-04-24 02:37:56 +02:00
dependabot[bot] 5013ab6db1
Bump eslint-utils from 1.3.1 to 1.4.3 in /client
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-31 10:55:29 +00:00
Ken-Håvard Lieng 540efa03c4 Update dependencies 2019-06-09 02:01:48 +02:00
Ken-Håvard Lieng 7ad76273c0 Fix MessageBox scroll stutter when state updates while close to the bottom 2019-02-08 09:28:55 +01:00
Ken-Håvard Lieng c1e1f2c327 Update dependencies 2019-02-08 09:10:06 +01:00
Ken-Håvard Lieng 4eda7ef396 Fix getSortedChannels test 2019-02-08 08:56:21 +01:00
Ken-Håvard Lieng 3e90e6c86d Only count joined channels 2019-01-30 04:48:37 +01:00
Ken-Håvard Lieng 71bfe92dae Update dependencies 2019-01-30 03:51:13 +01:00
Ken-Håvard Lieng 613d9fca6e Send irc features to the client 2019-01-27 08:53:07 +01:00
Ken-Håvard Lieng f8e12f5938 Handle channel forwarding and errors better 2019-01-25 11:02:31 +01:00
Ken-Håvard Lieng 497934888c Fix channel reducer tests 2019-01-25 08:36:21 +01:00
Ken-Håvard Lieng 24960f23b9 Add topic modal 2019-01-25 03:57:58 +01:00
Ken-Håvard Lieng aab1ad3e99 Fix h2 push 2019-01-25 02:32:22 +01:00
Ken-Håvard Lieng 815b518c2c Update dependencies 2019-01-23 08:52:17 +01:00
Ken-Håvard Lieng 24b26aa85f Add channel joining UI, closes #37 2019-01-23 07:34:39 +01:00
Ken-Håvard Lieng 0085cea5a1 Add react-modal, replace confirm usage with it 2019-01-05 07:08:34 +01:00
Ken-Håvard Lieng 67e32661f1 Update dependencies 2018-12-31 02:20:22 +01:00
Ken-Håvard Lieng 6aaa2b521d Avoid sending join when the channels input is empty 2018-12-19 03:09:13 +01:00
Ken-Håvard Lieng 0d9290d037 Update client dependencies 2018-12-19 02:55:50 +01:00
Ken-Håvard Lieng 6fedb23363 Prerender index page 2018-12-17 14:44:46 +01:00
Ken-Håvard Lieng 6a816fbff6 Add date marker tests 2018-12-15 11:20:49 +01:00
Ken-Håvard Lieng 3c105c493b Handle messages with no content, improve prepend perf 2018-12-15 11:09:57 +01:00
Ken-Håvard Lieng 50d735aaa3 Add date markers 2018-12-14 14:24:23 +01:00
Ken-Håvard Lieng 8f1105bc59 Only attempt to maintain scroll position when prepending messages if there was previously any messages 2018-12-08 11:56:02 +01:00
Ken-Håvard Lieng 0e46fbcc82 Clean up initialState module 2018-12-08 11:25:08 +01:00
Ken-Håvard Lieng c1ca29511e Simplify routing logic 2018-12-08 11:08:01 +01:00
Ken-Håvard Lieng 35c2d682e3 Improve routing 2018-12-07 08:48:40 +01:00
Ken-Håvard Lieng 007fc80e72 Update dependencies 2018-12-06 11:03:03 +01:00
Ken-Håvard Lieng 5861a54dfc Improve 404 handling 2018-11-29 13:06:37 +01:00
Ken-Håvard Lieng 869713d236 Fix initial scroll position sometimes being off 2018-11-29 12:05:42 +01:00
Ken-Håvard Lieng 0438a099cf Fix dev mode, turn off react concurrent mode, update dependencies 2018-11-29 11:54:05 +01:00
Ken-Håvard Lieng 4eac0609c2 Add bottom margin to settings version 2018-11-26 02:05:21 +01:00
Ken-Håvard Lieng fbbcf6457e Show version info in settings 2018-11-22 12:08:18 +01:00
Ken-Håvard Lieng bd0541120f Improve document.title handling 2018-11-22 10:09:13 +01:00
Ken-Håvard Lieng 09a1933131 Increase scrollbackDebounce to 150 2018-11-22 09:51:26 +01:00
Ken-Håvard Lieng 8eb1f9cbb4 Fix some messages not rendering on MessageBox mount, handle scroll restoration edge case 2018-11-22 09:50:38 +01:00