clragon / e1547

A sophisticated e621 browser
https://e1547.clynamic.net/
GNU General Public License v3.0
209 stars 16 forks source link

Tags count preview #80

Closed younyokel closed 1 year ago

younyokel commented 1 year ago

Hi. I would like to ask adding the tag count in the post's preview description/tag list, as shown in the search box and in the website with number + K.

This app is awesome btw 👍

clragon commented 1 year ago

unfortunately, this is not possible. the website build its HTML with database access which we, using the API, do not have. retrieving the tag count for every single tag on a post would be n requests for n tags, which is completely out of the question.