Commit graph

6 commits

Author SHA1 Message Date
a4e4f5da0d
WIP|Allow to mark entries as read and unread
Add new read link to each entry. If entry was read the link will be
replaced with an unread link.
Clicking the link will mark the entry as read or unread.
Afterwards a redirect to referrer happens. If it is unkown, for whatever
reason, fallback to start.
Flash messages are added and rendered to let user know what happened.

Also respect already read entries when opening a feed.

WIP:

Still need to adjust entry listing for buckets.
Still need to add tests for new feature.

Still need to add new start page to show newest unread entries from all
buckets.
2020-08-14 13:03:08 +02:00
bed87f8a10
Improve layout
Don't have left sidebar.
Add small sidebar to the right of each entry to interact with each
entry.
2020-08-14 11:46:55 +02:00
8efad3e1fd
Add import of feed entries
Basic import of entries from feeds.
Also make imported feeds accessible in frontend.
2020-05-29 00:44:32 +02:00
39ebf6bbc1
Add basic import of opml, display feed and buckets 2020-05-26 22:35:36 +02:00
d90a17bd04
Add bucket records and improve layout 2020-05-26 12:56:15 +02:00
8216452a03
Add basic css 2020-05-25 23:32:57 +02:00