You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.