Commit graph

1496 commits

Author SHA1 Message Date
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 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
Evan f68c69b694
add cascadia mono font (#4096) Ferotiq 2023-03-21 11:27:00 +01:00
Miodec e8d7182f66 Merge branch 'master' into newads 2023-03-20 14:21:18 +01:00
Albert 3833beb16d
Update accuracy for all relevant datasets (#4092) albertying 2023-03-20 12:21:11 +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
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
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 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 6173933972 fixed short cutom texts not working correctly with plus n funboxes 2023-03-16 13:07:49 +01:00
Albert 7ed088a13e
Account graph (#4049) albertying
* Create graph with ao10, ao100, and pb

* Display best ao10 and 100

* Fix ts errors

* Remove old graph

* Remove smoothing slider and toggle chart style button

* Clean up code

* Populate graph if chartData > 0

* Fix filter not displaying data correctly

* Fix wpm cpm labels

* Update colors using theme colors

* brought back accuracy averages

* different colors

* Add toggle ao10 and ao100

* Change opacity based on toggles

* Persist on refresh

* Fix accountActivity chart point color not updating when changing theme in the command line

* Refactor

* Keep pb color consistent

* removed dot

* smaller buttons, in one row, media queries

* hiding bottom scale

* connected the config properties into 1

* Refactor

* Combine into one loop

* cleanup
removed unused functions
reduced repeating code
removed comments
removed console logs

* removed highest avg 10 and 100 stats

* sweep

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-03-16 12:57:47 +01:00
Rob Sassack 239c43f240
Added plus three funbox (#4076) robsassack 2023-03-16 12:55:36 +01:00
Miodec d518f8f89e fixed local 'tests started' stat being wrong 2023-03-14 12:13:14 +01:00
Miodec 1545960215 applying burst heatmap when changing theme 2023-03-14 12:00:36 +01:00
Miodec 3363eaef50 added function to destroy all
destroying all on leaving result page
changed render result code
2023-03-13 21:32:12 +01:00
Miodec 504859671f ad result change 2023-03-13 21:06:49 +01:00
Miodec a39abdc709 Merge branch 'master' into newads 2023-03-13 14:29:30 +01:00
Miodec c8f2d25364 added custom layoutfluid timer countdown 2023-03-13 14:15:18 +01:00
Miodec aafbfce74e fixed zipf notification not showing
closes #4067
2023-03-13 13:58:54 +01:00
Miodec 07ef4fe243 moved update words height before update active element
moved update caret position outside the words height function
closes #4064
2023-03-13 13:56:24 +01:00
Miodec a193fad107 Merge branch 'master' into newads 2023-03-13 13:35:17 +01:00
Miodec 3e233d9bd9 fixed custom theme editing saving colors in the wrong order 2023-03-13 13:34:48 +01:00
Miodec 759d9f727e fixed share custom theme not sharing colors in the right order 2023-03-13 12:33:17 +01:00
Miodec c4922c9030 Merge branch 'master' into newads 2023-03-10 16:07:14 +01:00
Miodec 00646da6fe removed single quotes from slovak punctuation 2023-03-10 16:06:58 +01:00
Miodec c70567e9b1 using different colors if main and text are the same
closes #4060
2023-03-10 14:25:11 +01:00
Miodec b46fa16785 customizable opacity 2023-03-09 15:29:28 +01:00
Miodec 414ea1db43 Merge branch 'master' into newads 2023-03-09 13:18:49 +01:00
Miodec 438a1e5ac7 fixed plus n funboxes breaking custom text shorter than n+1 words 2023-03-09 13:14:34 +01:00
Miodec fdbd5b1b84 removed some old code that was stopping test restarts with quick restart disabled 2023-03-09 12:38:59 +01:00
Miodec 6ad52aa347 fixed custom theme colors being saved in the wrong order 2023-03-09 12:24:43 +01:00
Miodec a619c0410b scrolling window to the top when taking a screenshot 2023-03-09 12:17:03 +01:00
Miodec d8344672eb removed console log 2023-03-09 12:04:02 +01:00
Miodec b3391135ce cookie check 2023-03-09 00:29:11 +01:00
Miodec a941c287d5 removed console log 2023-03-09 00:18:52 +01:00
Miodec dea501b7ec Merge branch 'master' into newads 2023-03-08 15:49:49 +01:00
Miodec af2677a338 closing result tags popup with escape 2023-03-08 15:49:23 +01:00
Miodec 6a6d475e51 dynamically blending colors for the heatmap
fixes #1613
2023-03-08 15:44:40 +01:00