This is a bit of a nit, but I always thought it odd that the View # more articles line displayed the article count. It boils down to the use of more. I had two options: remove it, or fix the count. I chose the later and now subtract the articles currently on display.
If the article count is less than six, it doesnt display the line at all. You can still go to the topic page by clicking the title. This is cleaner. To further tie the design back, I shortened and matched the style to other elements.
Although a minor improvement, changelog now looks better on mobile. The icon is now hidden and the date is moved under the title. The display now looks more streamlined.
Its been a long time in the making, but I got around to adding a category RSS feed. This was a needed step in cutting over my ZX81 sub-domain into my main site. For the 18 followers of my ZX81 feed, it is now updating again with the latest news!
While working on a new feature, I found myself fixing a few things in Article Topics. Besides fixing the size of one of the category images, I didnt like the look in mobile. Digging into the code, I played around with a few styles.
In the end, I landed on a different view in mobile from desktop. On very small screens, aka phones, I now display a small image to the right of the title. This looks better without cluttering the display. Although I like bigger images on other pages, it didnt work as well in this view.
After cleaning a few things up, I also put in some time with the search bar at the bottom. It now matches the one in the new search module. As a side effort, I made a few tweaks to the search router. Otherwise, the functionality is the same.
I put a decent amount of time in tonight to update the look of search. My primary goal was to get it to match the general style of the site. Updated using Bootstrap elements, the form and results now look like the other pages.
Besides making some stylish changes, I cleaned up a few background items. First, I turned off some items I didnt find useful. Second, I sort items by published date. Third, I use real names where I can. And last, the posted date uses the same format as articles.
Let me know if you like the changes. There is still room for improvement.