xbvr icon indicating copy to clipboard operation
xbvr copied to clipboard

Fixes tag sorting

Open SpedNSFW opened this issue 5 years ago • 0 comments

I was incorrectly under the impression that the default order of tags with no sorting applied would be by tag count. It was brought to my attention that this wasn't the case.

What this PR changes:

  • Changes the default sort to an empty string and uses it to only load WebUI options once.
  • Adds an else-if to where the sorting is applied to actually sort by tag counts.
  • Loads the WebUI options on mount of the App view and removes it from the InterfaceWeb view

SpedNSFW avatar Aug 13 '20 18:08 SpedNSFW