* leaderboard is now responsive
* leaderboard is now responsive
* leaderboard is responsive now
* Update style.scss
* responsive on tablet/mobile
* fixed buttons
* specifying leaderboards id
placing tables underneath eachother earlier
fixed title being bound by screen width
Co-authored-by: Miodec <bartnikjack@gmail.com>
* History sorting works for every numerical categories except date
* Sorting now works for date
* Added sort-up and sort-down icons for sorted column in history
* smaller icon
* showing default sort state
* Sort resets when applying filters
* fixed typo
* removed console logs
Co-authored-by: Miodec <bartnikjack@gmail.com>
* Added min burst
* no need to calculate burst on a timer
* added a burst history and current burst trackers, added set and push functions, removed burst calculating in stats (should be done on word completion)
* burst will not be calculated on every keypress
* calculating burst and pushing to history on space
setting start time on first keypress
* verifying that burst history and input history are the same length
* bursthistory typo
added function to calculate burst speed and updated the pushing function to consider if the word was already completed once before
* removed fail condition from timer
* removed debug notification
* added fail condition
* rounding burst
* making sure to load burst config
* styling burst display
* including burst in the result
* renamed variable
* removed burst from result screen, changed wording in settings page
* reran npm i to regenerate package lock in version 2
* audit fix
* gulp update
* added two burst modes: flex and fixed
* standardized some code
* swapped classes
* updated settings page min burst input
updated min burst description
* updated the setting sections with inputs to a new, better design
Co-authored-by: Jack <bartnikjack@gmail.com>