Commit graph

8885 commits

Author SHA1 Message Date
Aaron 8b44320b62
Remove duplicate quote and fix quote id increment (#4128)
* Renamed command line setting timer-progress bar

* Make account config input an `input` so it takes up less space

* Revert "Make account config input an `input` so it takes up less space"

* Remove duplicate quote

* Fix id increment

---------

Co-authored-by: Aaron <79121360+hazyboba@users.noreply.github.com>
2023-04-02 10:52:35 -05:00
github-actions[bot] d7737bdc97
Prettier fix (#4132)
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
2023-04-01 23:02:34 -04:00
Miodec 1c489cad92 updated description 2023-04-01 21:15:55 +02:00
Miodec bbc7759bb7 removed non kazakh words
fixed some characters
2023-03-30 09:42:25 +02:00
Miodec 367c9e599a using a list of keys instead of regex
returning out of functions if key is not inside the list
2023-03-29 19:53:16 +02:00
Miodec 4fe1f97c66 moved function calls to their own events
returning if key is not tracked
returning if key is already pressed (not tracking repeats)
only pushing alpha numerics and space
2023-03-29 17:11:48 +02:00
Miodec 6a79eb6ded missing char 2023-03-28 22:56:22 +02:00
Miodec bd467020af removed duplicate function calls 2023-03-28 21:25:13 +02:00
Miodec 394ce7e850 updating active theme button when changing theme 2023-03-28 21:23:21 +02:00
Miodec 45df3175c0 removed arrays from logs 2023-03-28 20:54:25 +02:00
Miodec cc46151585 resetting tracker, delaying keydown tracking by one loop 2023-03-28 20:52:16 +02:00
Miodec 29f046f5e3 using const instead 2023-03-28 17:09:49 +02:00
Miodec 27949a9016 not needed 2023-03-28 17:07:49 +02:00
Miodec 0070229556 Revert "substituting first stored keypress duration start with test start (because stats are reset on test start)"
This reverts commit 04ce710e93.
2023-03-28 17:06:58 +02:00
Miodec 04ce710e93 substituting first stored keypress duration start with test start (because stats are reset on test start) 2023-03-28 17:05:11 +02:00
Miodec c9f5934808 resetting keysobj 2023-03-28 16:26:55 +02:00
Miodec 7e0c56b381 resetting value 2023-03-28 15:59:09 +02:00
Miodec 433b34a66b removed log 2023-03-28 15:40:42 +02:00
Miodec 51b504a62a better logging 2023-03-28 15:39:29 +02:00
Miodec 0a259d7eb3 resetting 2023-03-28 15:08:51 +02:00
Miodec 2abd1c202f added supporter 2023-03-28 13:23:50 +02:00
Miodec 8a2780b9b6 updated list 2023-03-28 13:23:14 +02:00
Miodec 0690e26bb6 testing new keypress duration apprach 2023-03-28 13:04:20 +02:00
Miodec e4b3182c3a missing group and list file entries 2023-03-27 22:22:11 +02:00
Spax 470a54ee02
"Arrows" funbox starts with left/right only (#4122) SpritAxolotl
* Arrows start with left/right part 1

* Arrows start with left/right part 2

* refactor

* passing in wordindex instead of trying to use wordset

* removed console log

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-03-27 22:21:11 +02:00
Miodec 66290637c0 missing list and group files 2023-03-27 19:16:57 +02:00
Duncan Sutherland 13b9c2b2ce
Correct Gallaya* layouts (#4117) dunk2k
- `tT` was missing
- `sS` moved to intended position
2023-03-27 16:13:58 +02:00
Miodec 18f27c26db added admin endpoints configuration 2023-03-27 15:12:33 +02:00
Duncan Sutherland 9e0da3b25c
Add Gallaya Layout(s) (#4115) dunk2k
* Update _list.json

Added layouts gallaya_matrix, gallaya_angle_iso, gallaya_angle_ansi

Inserted below maya layout as gallaya as a combination of gallium and maya, though I take no issue with these 3 entries being placed at bottom of list if that is the practise for new layout additions.

* Update _list.json

Added layouts gallaya_matrix, gallaya_angle_iso, gallaya_angle_ansi 

Inserted below maya layout as gallaya as a combination of gallium and maya, though I take no issue with these 3 entries being placed at bottom of list if that is the practise for new layout additions.
2023-03-27 14:06:13 +02:00
Henning Meyer 8dabe6b8d4
Add German Quotes (#4111) meyerhenning
* feat: add quotes in german

* refactor: replace too short quote

* style: fix indentation
2023-03-27 13:55:11 +02:00
David Kosorin 9773227bc1
Update Czech words (#4110) kosorin
- "m", "tý" - not a word
- "cm", "č." - abbreviations
2023-03-27 13:53:52 +02:00
Miodec f90a8f6e02 inverted property logic 2023-03-27 13:42:13 +02:00
Miodec 7035dfd6f1 quote reports 2023-03-27 13:21:20 +02:00
Miodec 8a32ff7f59 duplicate quote 2023-03-25 10:38:28 +01:00
Miodec 2d06bdce30 setting state when overriding custom text 2023-03-24 12:51:36 +01:00
Miodec e6eed80b97 important notifications
closes #4099
2023-03-24 12:26:06 +01:00
Albert 98b777dfcb
Fix positions of pb and average lines when disabling start graph at 0 (#4103) albertying
* Change accountHistory y-axis min of average and pb lines

* extract the floor operation into a variable

* remove whitespace

* setting to 0

---------

Co-authored-by: Evan <64989416+Ferotiq@users.noreply.github.com>
Co-authored-by: Evan <evanrayweigel@outlook.com>
Co-authored-by: Miodec <jack@monkeytype.com>
2023-03-24 12:21:18 +01:00
Jack 317f5b23ba
Admin auth (#4101)
* added admin auth

* always decoding token
2023-03-24 12:17:27 +01:00
Miodec 03d42cef33 added more data on hover
closes #4109
2023-03-24 12:15:54 +01:00
Miodec 8dd979fe94 fixed not smooth transition when always show history is enabled
added no animation parameter
removed duplicating code
2023-03-24 11:38:08 +01:00
Dominic Ruggiero 92add5b927
add mr.rogers quote (#4107) mrhappyma 2023-03-24 11:17:57 +01:00
Miodec e71df4a7b1 showing imporatnt notifications during the test 2023-03-22 22:12:07 +01:00
Miodec c11a6dbbc3 copying default snap 2023-03-22 22:07:08 +01:00
mathiasbaech 3601565c91
Update danish_10k.json (#4104)
* Update danish_10k.json

Removed @ symbols from some danish words

* Update danish_10k.json

Removed a couple of uncaught duplicates
2023-03-22 13:30:02 -05:00
Miodec 287d30d871 changed function properties to an options object
added support for important property
2023-03-22 19:10:20 +01:00
Miodec ce4087d0bd missing param 2023-03-21 15:40:32 +01:00
Miodec e9a20f2537 not updating iOffset if stop on word is enabled
removed console log
2023-03-21 15:08:50 +01:00
Miodec fd0120d075 added duplicate result log 2023-03-21 15:02:25 +01:00
Miodec 59e9790874 using await to reduce indentation
always opening a new tab if copying to clipboard failed (not just firefox)
closes #2815
2023-03-21 14:58:09 +01:00
Miodec 58d092070e hiding balloons during screenshot (they show up in safari) 2023-03-21 14:54:40 +01:00