Commit graph

102 commits

Author SHA1 Message Date
gempir
c808dda8ee add option to reverse message order in frontend fixes #84 2021-03-20 11:43:01 +01:00
gempir
82d6b0ec0b tidy assets, need to track assets for now so only go build required 2021-03-19 22:18:16 +01:00
gempir
ba0271746e
Merge pull request #91 from gempir/dependabot/npm_and_yarn/web/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4 in /web
2021-03-19 19:07:23 +01:00
gempir
d2775a8298 add docs for parameters of list fixes #92 2021-03-19 19:01:21 +01:00
dependabot[bot]
fd41febd93
Bump elliptic from 6.5.3 to 6.5.4 in /web
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-11 02:53:15 +00:00
gempir
549c1976fe handle messages with a system msg specially to render emotes correctly 2021-02-03 18:44:06 +01:00
dependabot[bot]
bbbc668ef5
Bump ini from 1.3.5 to 1.3.8 in /web
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-13 02:57:09 +00:00
gempir
8f76f05d2d document admin api endpoints 2020-12-05 17:52:12 +01:00
gempir
a0b8de73c9 add missing rq docs 2020-12-04 21:34:18 +01:00
gempir
c44090d880 complete log docs 2020-12-04 21:30:38 +01:00
gempir
ecfd51456a document userid endpoints 2020-12-04 21:03:02 +01:00
gempir
56708a459b allow searching in twitch chat mode 2020-12-04 19:12:36 +01:00
gempir
e233cf866f mac support for search 2020-12-04 19:07:24 +01:00
gempir
e04d1b3c66 fix missing first line of month 2020-12-04 18:50:30 +01:00
gempir
92005a7801 add documentation for channel and userlog endpoints 2020-12-03 20:57:35 +01:00
gempir
a896750a27 add frontend for docs and basic docs for list and channels 2020-12-02 21:50:10 +01:00
gempir
f07157e963 show and hide documentation 2020-12-02 20:45:57 +01:00
gempir
9cf5017758 userid searches now link the correct txt foxes #81 2020-11-27 17:14:39 +01:00
gempir
0ec6780c1d correctly parse IRC emotes, to display them 2020-11-26 17:29:28 +01:00
gempir
a0d31d2925 Revert "Revert "fix an view jumping issue in the case that the horizontal scrollbar shifts the view too much""
This reverts commit 14e2818c68.
2020-11-21 13:48:27 +01:00
gempir
14e2818c68 Revert "fix an view jumping issue in the case that the horizontal scrollbar shifts the view too much"
This reverts commit 132f669e7e.
2020-11-21 13:45:42 +01:00
gempir
132f669e7e fix an view jumping issue in the case that the horizontal scrollbar shifts the view too much 2020-11-21 13:42:24 +01:00
gempir
0bf6245956 reduce query stale time 2020-11-18 19:19:28 +01:00
gempir
ee2ee376be fix cache keys for emotes 2020-11-14 11:55:36 +01:00
gempir
f6d69b1310 bust cache correctly 2020-11-14 11:53:13 +01:00
gempir
eda610c402 remove old settings from localStorage 2020-11-14 11:17:03 +01:00
gempir
905006d5d0 add twitch chat mode 2020-11-14 11:05:25 +01:00
gempir
9d0e832c6d update link colors 2020-11-14 10:29:23 +01:00
gempir
834f8b7348 added search 2020-11-13 20:26:59 +01:00
gempir
7b020f7c2e fix querying by user id 2020-11-13 18:54:38 +01:00
gempir
322f436c8b fix querying captial names 2020-11-13 18:47:11 +01:00
gempir
77bd56921b fix txt link 2020-11-11 23:01:03 +01:00
gempir
6278ccbd31 performance mode that only renders lines in view 2020-11-11 22:52:57 +01:00
gempir
86fa074b5f add option to hide timestamp 2020-11-11 21:33:45 +01:00
gempir
c1d272a43c fix long messages with emotes 2020-11-11 21:30:11 +01:00
gempir
bb75143b5c fix log icon 2020-11-09 19:16:45 +01:00
gempir
e8193c00c8 fix multiline logs, add txt link again 2020-11-09 19:05:28 +01:00
gempir
ef9158b6d7 added autocomplete 2020-11-08 20:00:14 +01:00
gempir
bba5f85526 upgrade assets to new frontend 2020-11-08 16:43:30 +01:00
gempir
ed7c5023df query cache settings, somehow still fetching logs again sometimes 2020-11-08 16:04:08 +01:00
gempir
6683af7f5d format both logs 2020-11-08 15:09:44 +01:00
gempir
7ae9a57b7c improve line rendering 2020-11-08 14:27:00 +01:00
gempir
51cfc6956f timestamp monospace and better formatted 2020-11-08 14:15:41 +01:00
gempir
50a69cd81f colored names 2020-11-08 13:49:28 +01:00
gempir
2dd2cfa613 error handlign 2020-11-08 13:11:30 +01:00
gempir
e8cf7fb1ad correctly parse twitch emotes 2020-11-08 12:41:08 +01:00
gempir
02bd55830d fetch external emotes 2020-11-07 14:25:40 +01:00
gempir
9217d54e69 modify persistance logic, to allow adding new settings in the future 2020-11-07 12:46:39 +01:00
gempir
f3250de594 settings added 2020-11-07 12:42:06 +01:00
gempir
287a996676 improve theming 2020-11-07 11:16:33 +01:00