Closed Lorentz83 closed 3 months ago
I added the following:
aria-label
attributes on action buttons with the label of the button, even if the button has no label because of the viewport size<article>
instead of <div>
for entriesdata-id
, data-type
("feed", "category" or "tag") and data-unread-count
(positive integer) attributes on category nodesDoes that work for you? Do you need anything else?
I'm closing this since it's now part of 5.0.0.
Is your feature request related to a problem? Please describe.
I love that there is the option to use custom css and custom js, but the HTML is very opaque making it very difficult hacking in the UI.
Some examples:
entry-id-NNN
, despite it is possible to write a CSS rule to find them, it would be nicer having a specific class or even better using the<article>
tag.Describe the solution you'd like
I know this is a long shot, and not a feature request that can be easily closed. But it would be nice to keep it in mind whenever there is a UI change.
Describe alternatives you've considered
Do nothing, this is definitely an option, hacking is still possible but just trickier.
Additional context
I wanted to implement a quick script which hacks the sidebar to show only the feeds with unread entries, but adding as the last entry an option to show all the feeds only of this specific directory. But this have been proven much harder than expected (move the feeds with unread articles at the top of the list, hide the remaining, add a new entry in the directory list to show the hidden entries) because it is not easy to find the directories or the unread entry.