Beefed-up Wrap-up button (Jerky Edition)
Acestea sunt versiunile scriptului în care codul a fost actualizat. Arată toate versiunile.
Fixed an issue that could prevent items from being added to the filtered queue if they were partially answered but with only incorrect answers
Made the wheel listener explicitly non-passive in order to hide possible console warnings
wheel
passive
Fixed another dashboard console error.
Fixed an error when navigating to a non-review page.
Will now allow setting the filter even if no items in the queue are partially answered (uses the current item as the entire queue).
So many things...so little time...
Added scrollover text for the box.
Various improvements and bugfixes. Now limits the input box to the maximum number of items in the queue, and doesn't mess with the queue when modifying the input box number and a wrap up session is not active. Overall much more responsive and less error prone.
If an invalid number is entered, fallback to the last valid value instead of the default value of 10.
Changed the method of getting the Stimulus controller to how Double-Check does it.
Get new quizQueueController between turbo pages loads and preserve the user's queueCount value between sessions (only works for turbo page loads and is lost on refresh).
Updated to hook into the Stimulus controller and also to work with the new turbo loading. Backspace works in Firefox now for some reason too.