codidact / qpixel

Q&A-based community knowledge-sharing software
https://codidact.com
GNU Affero General Public License v3.0
385 stars 68 forks source link

make tag rss link more visible #1399

Closed cellio closed 2 weeks ago

cellio commented 3 weeks ago

The tag page already has an RSS link at the bottom, but that's not very obvious (see https://software.codidact.com/posts/291434). This PR adds the RSS link to the top of the list, parallel to the top of the category post list. The category post list repeats the RSS link at the bottom, so I've left that in place on the tag page too.

Also added/improved tooltips, among things clarifying that "subscribe" means email.

Oaphi commented 2 weeks ago

I've added a followup PR that expands on your changes (a couple of additional fixes not related to your changes & a partial for RSS links) - if you'd like, we could merge them in together: https://github.com/codidact/qpixel/pull/1413