Skip to content

Release 1.2 - Filter Box now included + URL constructers/deconstructers

Latest
Compare
Choose a tag to compare
@Jollus174 Jollus174 released this 06 Aug 05:05
· 18 commits to master since this release
  • Search filter now included to sort characters on mobile and desktop. Utilises jQuery for filtering, since Knockout would mess up the indexing when used with additional sorting functions.
  • URL constructer/deconstructer now reinstalled. Searching 'https://winningwithdk.com/#/corrin' for example will now instantly include the results for Corrin.
  • Fixed bug where Battlefield min percents were the same as FDs.
  • Updated tracking URL in .manifest for homescreen tracking.
  • Adjusted code of character transitions to account for new filter functions.
  • Added additional parameter of 'ID' to each character within the JSON file. Allows better tying of each character box to its relative information in the JSON file. Mapping this via index() alone was iffy.
  • jQuery will now reindex the characters if a Sort button is clicked. Earlier the character numbers were listed from 1- 63 regardless of anything, be it filters or sorting. Now the numbers are listed correctly and are relative to the current sorting algorithm.