Commit Graph

80 Commits

Author SHA1 Message Date
0a9ac67d0d
Create main.yml 2021-05-29 20:55:17 +02:00
de431a297e
Merge pull request #15 from pstuifzand/dependabot/npm_and_yarn/dns-packet-1.3.4
Bump dns-packet from 1.3.1 to 1.3.4
2021-05-29 20:48:58 +02:00
dependabot[bot]
cb585b85d7
Bump dns-packet from 1.3.1 to 1.3.4
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-29 18:48:36 +00:00
4eb2b18ad6 Merge branch 'master' of github.com:pstuifzand/ekstereye 2021-05-29 20:46:53 +02:00
1a60476ad6 Multiple improvements 2021-05-29 20:45:11 +02:00
132f8ba934 Add read-more button 2020-12-16 13:28:02 +01:00
724c3f1487 When there are no results, hide the previous results 2020-08-18 23:10:00 +02:00
7a498393f8 Extract configQuery function 2020-08-18 23:05:22 +02:00
16ea750006 Add categories to newpost 2020-08-18 23:05:12 +02:00
00b641998a Upgrade npm packages 2020-08-18 23:04:55 +02:00
e71a125e64 Add categories to bookmarking 2020-08-18 22:42:23 +02:00
d9595a94d2 Add destinations and channel events 2020-08-18 22:31:16 +02:00
8aa4f6882a Add bookmarking and syndication targets 2020-08-08 14:30:42 +02:00
cf65818eb4 Improvements 2020-08-08 11:52:25 +02:00
cc70df90af Update packages 2020-08-08 11:46:06 +02:00
b053eee47c
Merge pull request #5 from pstuifzand/dependabot/npm_and_yarn/elliptic-6.5.3
Bump elliptic from 6.5.0 to 6.5.3
2020-07-31 23:30:28 +02:00
dependabot[bot]
6760e76425
Bump elliptic from 6.5.0 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.0...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-31 13:32:33 +00:00
eb0d4e63b8
Merge pull request #3 from pstuifzand/dependabot/npm_and_yarn/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4
2020-06-11 21:07:18 +02:00
dependabot[bot]
b698cb528c
Bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-07 03:50:41 +00:00
0316db4072 Add logging of new item 2019-08-17 20:07:33 +02:00
b7cbd5ccdb Cleanup logging 2019-08-17 19:40:24 +02:00
8fcb46dc7f Add globalTimeline
- Add EventSource without Authorization header
2019-08-17 19:16:08 +02:00
436e877ba1 Set the right CLIENT_ID 2019-08-17 19:13:06 +02:00
bd5b20e833 Show time nicer 2019-08-17 19:12:54 +02:00
2ace99f75d Use different border-color for read items 2019-08-12 19:36:27 +02:00
f51f643bfa Call fetchChannels after marking items as read 2019-08-12 19:35:56 +02:00
63fc43fb27 Set white-space: pre-wrap on item content 2019-08-12 19:35:26 +02:00
48e727b2eb Increase version 2019-08-12 19:29:08 +02:00
94c899f41e Increase version of used packages 2019-08-12 19:26:01 +02:00
6d8dcec152 Remove yellow box-shadow 2018-12-29 21:56:44 +01:00
39e4d272b6 Hide posting interface 2018-12-29 21:56:25 +01:00
502944f2ad Fix mark_read at bottom scrolling 2018-12-29 21:46:25 +01:00
c71b0b46d8 Follow from feed from the small action links 2018-12-29 20:12:43 +01:00
daa47af94c Set dark mode 2018-12-29 20:12:29 +01:00
89d3e1d21a Automatically select the right channel in the select 2018-12-29 11:51:30 +01:00
0530394990 Add following from the timeline entry 2018-12-29 11:41:15 +01:00
b7dfcdf0f0 Find selected channel and show name 2018-12-29 11:19:34 +01:00
966546086d Reload after logging in 2018-12-29 10:59:29 +01:00
3d484def87 Add start of event sourcing 2018-12-29 10:43:05 +01:00
ca8764896b Rename to Ekster Reader 2018-12-29 10:42:01 +01:00
4f7d913ce5 Remove console.log for scrolling 2018-09-08 20:10:52 +02:00
be03ad2b29 After fetching the timeline scroll back to the top 2018-09-08 15:15:37 +02:00
429170737f Watch for route changes 2018-09-08 15:14:27 +02:00
fc30b58069 Use router-link for the channel names 2018-09-08 15:07:24 +02:00
cfd70999a3 Fix the layout so it works better with scrolling 2018-09-08 14:51:29 +02:00
ec7e79c61a Fix marking as read when scrolling 2018-09-08 14:51:11 +02:00
ae47582c08 Use the right url when on a cited entry 2018-09-03 20:09:22 +02:00
750452bd4e Use the rel-scraper package 2018-09-03 20:08:54 +02:00
dbdaf7da61 Rename buttons to preview and follow 2018-09-02 09:56:25 +02:00
9e86dd3137 Add feed to channel 2018-09-01 21:49:45 +02:00