Difegue / LANraragi

Web application for archival and reading of manga/doujinshi. Lightweight and Docker-ready for NAS/servers.
https://lrr.tvc-16.science
MIT License
2.17k stars 152 forks source link

[Feature request] Namespace Sort #946

Open deadblue0910 opened 7 months ago

deadblue0910 commented 7 months ago

The current namespace is sorted in alphabetical order. Is it possible to customize the default sorting for namespace?

For example, the order used by E-Hentai

language: 
parody:
character: 
group:
artist: 
male: 
female: 
misc:
other:

And how is the Chinese namespace sorted?

Difegue commented 7 months ago

The namespace sorting for the tags div is done here, if someone wants to take a crack at this.

Currently we just use the JS sort() function, no idea how it behaves with non-ascii namespaces.