I am not sure whether this is intentional or not, but when the tag being imported is an alias of the tag on the destination booru, the tag count doesn't show up.
Example: if I'm trying to import a vtuber tag, which is an alias for virtual_youtuber on my booru but isn't the first name, then the tag count isn't shown.
In my first commit I addressed the issue, in the second I tried to refactor the code but I am not sure whether this is actually "better code", as I don't have much experience with code style in js.
I am not sure whether this is intentional or not, but when the tag being imported is an alias of the tag on the destination booru, the tag count doesn't show up.
Example: if I'm trying to import a
vtuber
tag, which is an alias forvirtual_youtuber
on my booru but isn't the first name, then the tag count isn't shown.In my first commit I addressed the issue, in the second I tried to refactor the code but I am not sure whether this is actually "better code", as I don't have much experience with code style in js.