Where it's at

Posted by redwyre on October 17, 2022

Currently, the Blazing Heart Reader is working well enough that I've started to use it to check my feeds. There's a lot more to do before I would consider it usable by other people, but it's a pretty good effort so far.

Not too long ago I rewrote all the HTML using Bootstrap, with custom CSS for the folder list on the left. It wasn't as nice as I was hoping, but it looks pretty nice. I also used Bootstrap "badges" for the unread counts. There are "+" characters in front of folders which you can expand, but that doesn't look very good as yet, and can be a bit confusing. I don't want to complicate the feed list so I am considering only allowing one level of folders, but I might allow more where only one can be open at a time.

The blue boxes next the the feed items are "read" indicators, shamelessly coppied from Microsoft Outlook. I think it works quite well although clicking them still opens the item when it really shouldn't.

There is one major problem with the back-end, and that is detecting updates to feed items. You can see in the above image that there are two items about TEMP environment variables, which have almost (if not exactly) the same content. The problem is that RSS doesn't always have a way to identify the posts and so it's up to the consumer of the feed to figure it out. Obviously that bit needs a bit of work.