* added button to opt out of leaderboards
* also not allowing daily leaderboards
* also not allowing weekly lb
* added lb opt out notice on the leaderboards
* updated message
* resetting lboptout state on account reset
* feat: support ctrl-n/p/j/k in command line
This allows for both emacs and vim style navigation, which is muscle
memory for a lot of people but currently unsupported in the main list
view people use.
Supporting both feels a lot more natural, and makes navigation easier
for people that either don't have arrow keys at all or on their main
layer
* fix comment
* flip conditions to check ctrl first
This is more likely to short circuit faster because ctrl isn't the
common case
* Create traditional_chinese.json
* Add Traditional Chinese
Add Traditional Chinese text
* Wrong name, upload again
Wrong name, upload again
* Update traditional_chinese.json
* Rename traditional_chinese.json to chinese_traditional.json
* Add word filter presets
* updated structure and styling
* updated button classes and click handlers
* removed timeouts to fix annoying jumping
* typescript fixes
* renamed function
* converted file to using single object that defines presets
* using spread
* added right hand preset
using spread
added key position B to the right hand preset
* removed line
* changed text
* Finish rewriting presets in new format
* added home keys filter preset
* removed comment
* Fix home keys preset
---------
Co-authored-by: Miodec <jack@monkeytype.com>