avoonix / material-e621

Material e621 is a modern, open source web client for e621.net. It is customizable, comes with a bunch of additional features that are not available on e621.net, and makes browsing posts a delightful experience.
https://material-e621.vercel.app
GNU Affero General Public License v3.0
54 stars 6 forks source link

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

Closed tamaskan closed 1 year ago

tamaskan commented 1 year ago

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

avoonix commented 1 year ago

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.

avoonix commented 1 year ago

Easier sorting has been added in 36e08de

tamaskan commented 1 year ago

looks great, thank you very much :-)

tamaskan commented 1 year ago

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)

avoonix commented 1 year ago

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