zlataovce / takenaka

A Kotlin library for reconciling multiple obfuscation mapping files from multiple versions of Minecraft: JE.
Apache License 2.0
51 stars 3 forks source link

Restrict search to certain namespace #14

Closed mfnalex closed 1 year ago

mfnalex commented 1 year ago

The old mappings viewer allowed to search in specific namespaces (Spigot, Mojang, Obfuscated, ...) while the new viewer doesn't allow this. It'd be nice if the filter could get added to the new version, too.

Misat11 commented 1 year ago

Currently you can search in specific namespace by writing ns:<namespace> (eg. ns:spigot) before the searched term.

zlataovce commented 1 year ago

I plan to add a visual guide to the site that explains that and/or add it to the planned documentation (#9), but it is currently explained at the index page of the site.

zlataovce commented 1 year ago

After more consideration, a namespace-choice component is more favourable for site users (multi-select, you'll still be able to search within all namespaces). This will be added to the site before the initial release and NMSMapper deprecation.