Commit graph

8846 commits

Author SHA1 Message Date
Evan
25576731c9 whoops 2023-02-26 11:42:36 -06:00
Evan
4f7dabde44 add numeric check in validation 2023-02-26 10:58:07 -06:00
Evan
92886831ab remove numeric check 2023-02-26 10:56:43 -06:00
Evan
1015976bd6 == -> === in the rest of the files 2023-02-26 10:54:27 -06:00
Evan
75831d7356 == -> === in account.ts 2023-02-26 10:34:16 -06:00
Evan
2345cc23b6 == -> === in a few more files 2023-02-26 10:27:11 -06:00
Evan
201b185f74 == -> === in a few more files 2023-02-26 10:11:35 -06:00
Evan
632f8b73d6 == -> === in a few more files 2023-02-26 10:04:01 -06:00
Evan
b15bb11e65 == -> === in some more files 2023-02-26 09:58:16 -06:00
Evan
8d3abf1e6b == -> === in a few more files 2023-02-26 09:50:31 -06:00
Evan
d7d87ecfb6 == -> === in a few more files 2023-02-26 09:45:53 -06:00
Evan
db77a3d678 == -> === in a few more files 2023-02-26 09:41:32 -06:00
Evan
cf53742956 == -> === in input-controller 2023-02-26 09:38:57 -06:00
Evan
b82dab0b97 check if window.egAdPack exists 2023-02-26 09:35:44 -06:00
Evan
fb2a2cc64c == -> === in chart-controller 2023-02-25 22:34:13 -06:00
Evan
42b2375d13 == -> === in ad and challenge controllers 2023-02-25 22:29:12 -06:00
Evan
2fd8b0dc53 == -> === in account-controller 2023-02-25 22:22:11 -06:00
Evan
ab1c4d36ab == -> === in bail-out and keymap-layouts 2023-02-25 22:17:35 -06:00
Evan
3fee011a31 add lint rule 2023-02-25 22:17:23 -06:00
Evan
4825487566 == -> === in commandline 2023-02-25 22:11:17 -06:00
Evan
d1650a0af0 == -> === in result-filters.ts 2023-02-25 22:11:02 -06:00
Evan
9394d63227 == -> === in db.ts 2023-02-25 21:47:58 -06:00
Evan
51ada228af == -> === in backend and config.ts 2023-02-25 21:13:38 -06:00
github-actions[bot]
9ae9e75e77
Prettier fix (#4027)
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
2023-02-25 19:45:29 -06:00
Jack
56d8c7c9ae
Added ability to opt out of leaderboards (#4016)
* 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
2023-02-25 23:26:06 +01:00
Ocean Chen
52b731d607
Two quotes into code_c (id: 10, id 11). (#4024) Ocean-Ch 2023-02-25 22:34:10 +01:00
Evan
3f73db2e36
Fix ESLint Error (#4026) ferotiq
* fix eslint error

* just look for any tsconfigs down the tree
2023-02-25 22:33:09 +01:00
Evan
63094521ae
fix grammar in popups.html (#4025) 2023-02-25 22:12:20 +01:00
Miodec
ff1fc38108 added lazy mode to greek 2023-02-25 22:09:32 +01:00
Miodec
05e2d344d3 fixed live burst not working with blind mode (not sure what this was here) 2023-02-25 22:01:13 +01:00
Miodec
60f5427c22 typo 2023-02-25 21:59:18 +01:00
Albert
66c8114dce
Remove leading and trailing spaces in custom popup (#4021) albertying 2023-02-24 10:56:17 +01:00
Miodec
6dab8323a5 updated schema 2023-02-23 21:05:09 +01:00
Dampfie93
f5e3a020fb
Added quotes 544 - 548 (#4020) Dampfie93 2023-02-23 20:16:16 +01:00
Robert Clover
cb7d1ce509
feat: support Emacs/Vim navigation in command line (#4019) clo4
* 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
2023-02-23 20:15:15 +01:00
Night Cat
3f8e09ba3b
Add Traditional Chinese language (#4017) MHNightCat
* 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
2023-02-23 20:12:39 +01:00
Miodec
b5a08bd96e fixed the 420 words 10 unlock not working 2023-02-23 19:27:05 +01:00
Miodec
8399cbab11 typo 2023-02-23 14:19:52 +01:00
Miodec
a2827dd7f1 fixed logic 2023-02-23 14:16:22 +01:00
Miodec
5183963dc4 missing flags 2023-02-23 14:15:10 +01:00
Miodec
d18e930840 showing if language supports zipf or not 2023-02-23 14:10:10 +01:00
Miodec
083d2c80ff added a flag if list supports frequency 2023-02-23 13:55:09 +01:00
Miodec
90f14cd8d6 updated english 10k list 2023-02-23 13:52:58 +01:00
Miodec
76f7d42fc6 added orderedbyrequency property 2023-02-23 13:49:48 +01:00
Albert
2b8690bf20
Add word filter presets (#4018) albertying
* 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>
2023-02-21 22:57:31 +01:00
Miodec
702c36189c stop on word only inserts spaces if input length is greater than 0 2023-02-21 16:18:31 +01:00
Sebastian Michaelsen
0abb1fb2a1
Add rel="me" attributes to links on profile page (#4015) smichaelsen
This indicates, that the linked resources belong to the person, that the current page is about.

https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/me
2023-02-21 14:24:19 +01:00
Miodec
58d2a3dfbd custom theme media queries 2023-02-21 14:23:17 +01:00
Miodec
8a2fa437e6 removed p
wider columns
2023-02-21 14:21:12 +01:00
Miodec
2249932331 using css setup that is esier to modify in media queries 2023-02-21 14:19:13 +01:00