Commit graph

9217 commits

Author SHA1 Message Date
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 d9ccabc059 Merge branch 'master' into newads 2023-03-22 22:13:19 +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 b1443a1170 Merge branch 'master' into newads 2023-03-21 15:40:44 +01:00
Miodec ce4087d0bd missing param 2023-03-21 15:40:32 +01:00
Miodec e7af680838 Merge branch 'master' into newads 2023-03-21 15:09:14 +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 bd84f341fc Merge branch 'master' into newads 2023-03-21 15:02:55 +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
Miodec 22502ce926 Merge branch 'master' into newads 2023-03-21 14:32:55 +01:00
Miodec a951383009 screenshot fixes:
adding a spacing element when hiding config
making top and bottom invisible
2023-03-21 14:29:52 +01:00
Miodec 743c15f1f1 Merge branch 'master' into newads 2023-03-21 14:13:24 +01:00
Miodec 1e4f1c66f0 fixed incorrect index in some specific cases
fixed accuracy calculation when swipe typing
could be part of #3690
2023-03-21 14:13:14 +01:00
Luke Nguyen Khanh 8bea978fd5
Added quotes from Hamilton musical play (#4085) LukeNk
* Added quotes from Hamilton musical play

* Longer Hamilton quotes
Updated IDs to match
2023-03-21 11:28:50 +01:00
Evan f68c69b694
add cascadia mono font (#4096) Ferotiq 2023-03-21 11:27:00 +01:00
Ed 18cd8f5983
fixed and added 6 quotes to spanish.json (#4095) edujos 2023-03-21 11:26:29 +01:00
Miodec e8d7182f66 Merge branch 'master' into newads 2023-03-20 14:21:18 +01:00
Miodec 4617f742eb removed low rated quotes 2023-03-20 12:52:57 +01:00
Miodec 54d184eb41 lowest rated quote 2023-03-20 12:48:13 +01:00
Miodec 6e495c4b84 quote reports 2023-03-20 12:48:00 +01:00
Albert 3833beb16d
Update accuracy for all relevant datasets (#4092) albertying 2023-03-20 12:21:11 +01:00
Spax c39d3fab78
Added minimak keymaps (#4088) SpiritAxolotl
* added minimak keymaps

http://www.minimak.org/

* fixed the curly bracket

* reverted one character

---------

Co-authored-by: Jack <jack@monkeytype.com>
2023-03-20 12:12:39 +01:00
Evan 642e99331e
Require === and !== in Backend (#4086) Ferotiq
* eqeqeq in backend

* simplify
2023-03-20 12:11:21 +01:00
Spax 14da1438d9
Implemented an ITG arrow mode to the funbox (#4084) spiritaxolotl
* added arrows ITG to the list

* added the implementation for arrows_ITG

I also updated "arrows" so it supported ijkl as well as the normal arrowkeys and wasd

* the actual implementation of the arrow generation

I forgot to commit this one whoops

* missed a curly bracket whoops

* overwritten the arrows generation

Instead of having two similar funboxes, miodec just said to implement the new generation in the existing arrows funbox.
removed the arrows_ITG now
next commit will remove it from the list as well

* removed arrows_ITG and updated arrows

* removed arrows' old generation method

* updated a mistake

* lint, prettier

* added the TODO comment back

didn't realize I removed it sorry

* remove spaces

* gave the variable names something more descriptive

* remove preivous variables

I hate working remotely

* small refactor

* simplify

* simplify

* remove export

* starts with a left or right

* prettier fix

* removed "export"

the function wasn't getting called outside of the file

* parity for a list description

* fixed that one character that got overwritten

* Revert "fixed that one character that got overwritten"

This reverts commit c8a394dc7b.

---------

Co-authored-by: Miodec <jack@monkeytype.com>
Co-authored-by: Evan <evanrayweigel@outlook.com>
Co-authored-by: Evan <64989416+Ferotiq@users.noreply.github.com>
2023-03-20 12:06:13 +01:00
anakojm ba4c7a1c61
Update _list.json (#4083) anakojm
add optimot layout
2023-03-20 12:02:06 +01:00
Miodec 05b7e623c5 removed word 2023-03-20 11:40:45 +01:00
github-actions[bot] 2577d44b3d
Prettier fix (#4087)
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
2023-03-18 16:22:27 -05:00
Miodec 7aa0214af5 Merge branch 'master' into newads 2023-03-17 12:10:31 +01:00
Miodec d0ee9502e1 showing mistake count when hovering over the accuracy number 2023-03-17 12:07:05 +01:00
Aaron ac0ba93a8c
Use the <kbd> tag instead of markdown code backticks (#4081) UnrealApex
I am pretty sure there used to be the tags, though blame doesn't show anything because the file history is kinda of weird after #2946.
2023-03-17 11:51:47 +01:00
Albert 9ade1138c8
Fix pb line (#4078) albertying
* Fix pb line

* Remove comment

* Refactor to remove rebundant code
2023-03-17 11:46:47 +01:00
Miodec 9d5f8e3559 new refresh logic 2023-03-16 22:52:07 +01:00
Miodec a1d00416c3 Merge branch 'master' into newads 2023-03-16 15:39:29 +01:00
Miodec a04768bbfa temporary account history graph fix 2023-03-16 15:39:19 +01:00
Miodec b20643b411 small bug 2023-03-16 14:55:12 +01:00
Miodec 0102dc1806 optional for a while 2023-03-16 14:46:49 +01:00
Miodec 24af35b7aa optional for a while 2023-03-16 14:46:34 +01:00
Miodec 3fb761d3ee loggign ad provider to prometheus 2023-03-16 14:43:54 +01:00
Miodec e97db0cb5a Merge branch 'master' into newads 2023-03-16 14:36:53 +01:00
Miodec 29cdae85d5 quote reports 2023-03-16 13:16:21 +01:00
Miodec 6173933972 fixed short cutom texts not working correctly with plus n funboxes 2023-03-16 13:07:49 +01:00