avoonix/material-e621

[Feature]: Hot/Popular-Tab on the left Side

tamaskan opened this issue · 5 comments

Description

I don't know if that is possible via the api or if the pages must be parsed, but i think those are the most visited pages

Hot is just a tag (order:rank), so it's already supported - although not very discoverable (yet)
Maybe something like this could help:
image

Popular should probably be a separate page.

Easier sorting has been added in 36e08de

looks great, thank you very much :-)

If someone wants a tab, https://github.com/avoonix/material-e621/blob/1fb6a571fceb58727f13acd63451b0b64f4a3f38/src/App/navigation.ts is pretty close to the original (posts?tags=order:favcount date:today + posts?tags=order%3Arank)

If someone wants a tab, https://github.com/avoonix/material-e621/blob/1fb6a571fceb58727f13acd63451b0b64f4a3f38/src/App/navigation.ts is pretty close to the original (posts?tags=order:favcount date:today + posts?tags=order%3Arank)

Thanks for the suggestion; added those as defaults