Commit graph

949 commits

Author SHA1 Message Date
Jack
85f23c997b removed duplicate caret position to fix zen caret moving up on space 2021-06-23 19:10:54 +01:00
Jack
dc9c9d3fbf removed console log 2021-06-23 18:42:31 +01:00
Jack
2514814e5c removed console logs 2021-06-23 18:42:01 +01:00
Jack
1ac00f25ea removed console log 2021-06-23 18:34:57 +01:00
Jack
f8b19cf76e changed shift tracker to only hold true state for one side at a time. should avoid the state getting 'locked'. closes #1568 2021-06-23 18:26:11 +01:00
Jack
acbb4597b6 allowing pbs with plus one and plus. closes #1566 2021-06-23 17:53:17 +01:00
Miodec
fcbba25e55 i think this fixes the caret? 2021-06-20 15:35:45 +01:00
Miodec
0eac486bd6 fixed asynchronous langauge loading and getting to fix funboxes initially not working on the first load 2021-06-20 15:16:53 +01:00
Miodec
f53ed4f5b4 fixed infinite loop when practising missed words. closes #1558 2021-06-20 14:54:29 +01:00
Miodec
feaee81711 using credentials instead of pass to reauthenticate before updating the email address 2021-06-19 21:02:38 +01:00
Jack
e20821cd0f added a fallback generation in case the random word is undefined 2021-06-18 20:05:18 +01:00
Jack
73a335619c using route controller earlier to fix a bug in firefox 2021-06-17 22:09:42 +01:00
Miodec
299a587efc fixed word adding not randomising custom words 2021-06-17 17:44:12 +01:00
Miodec
67ef58ba4d added update password popup
update email now requires password
2021-06-17 16:43:07 +01:00
Miodec
0620e1ed34 added a new loading page that will be visible instead of the test
the test will load only when everything is ready (the account data is fully loaded)
2021-06-17 16:09:38 +01:00
Miodec
5b1b89c414 removed theme randomization notification 2021-06-15 17:46:28 +01:00
Jack
0502d85155 repeated pace caret only works when repeating test from the result screen,
when repeating a quote the red 'repeated' text will no longer flash for a split second
2021-06-14 19:58:40 +01:00
Miodec
fc4cf43725 resetting funbox when unsupported with zen 2021-06-12 14:50:00 +01:00
Miodec
c86e3f64f6 added plus to code punctuation 2021-06-11 18:08:45 +01:00
Miodec
944ad75b7b ignoring more special codes 2021-06-11 14:03:44 +01:00
Miodec
a753100dc6 possibly fixed graphical but in safari #1350, fixed spacing in firefox and safari 2021-06-10 16:34:05 +01:00
Estebene
d9b7331197
Styled Reset and Unlink Discord Popups by Estebene 2021-06-10 16:16:21 +01:00
Miodec
e23103e503 added plus two funbox 2021-06-09 15:27:48 +01:00
Miodec
2a86ae842c added sound to replays 2021-06-09 15:25:51 +01:00
Miodec
424701cff8 added font size 4 2021-06-09 15:14:24 +01:00
Miodec
7ebe315879 fixed unwanted afk time in time mode 2021-06-08 16:34:03 +01:00
Miodec
836456ab28 Merge branch 'master' of https://github.com/Miodec/monkeytype 2021-06-08 16:25:18 +01:00
Miodec
8e9b257555 fixed words not marked as 'missed' when pressing space too early 2021-06-08 16:20:49 +01:00
ben potter
0202725d4f
Add poetry funbox by benjaminpotter 2021-06-08 16:10:17 +01:00
Miodec
ae6c4fa85f removed afk time debug 2021-06-05 13:31:23 +01:00
Miodec
0143622362 hiding the keymap in the middle of the animation to avoid the page jumping while finishing a test 2021-06-05 13:29:34 +01:00
Miodec
5179eece78 added little 'hidden result' mode as a little collaboration with a content creator 2021-06-05 13:26:56 +01:00
Jack
467e24f38b fixed test getting extra afk time when they shouldnt have. fixed failed tests getting negative extra afk 2021-06-04 15:30:35 +01:00
Jack
08ffe66c4a
Merge pull request #1507 from Otard95/feature/power-mode
Power Mode continuation
2021-06-04 12:19:04 +01:00
StianM
2fc4b0e1fb Change displayed names of power mode levels 2021-06-04 08:44:41 +02:00
StianM
4e37890da9 Make Power Mode visible only when searching 2021-06-04 08:37:13 +02:00
Jack
57c01dbef7
Merge pull request #1504 from Otard95/feature/power-mode
Add Monkey Power (Power Mode - Easter-Egg)
2021-06-03 23:18:01 +01:00
Jack
a0b8944f21 removed unnecessary 'unlocked' property, changed the values so config saving is not failing the regex check 2021-06-03 23:14:36 +01:00
Otard95
8f7112cb89 Add power level setting to command line 2021-06-03 22:00:09 +02:00
Otard95
9a9717ddda Update addPower() to new power level setting values 2021-06-03 21:59:35 +02:00
Otard95
8ed3a9e1a8 Remove monkey power level from settings, add and rename levels 2021-06-03 21:34:06 +02:00
Jack
88ad37484f hopefully fixed the extra time added when the website is left in the background for a long time 2021-06-03 20:10:32 +01:00
Otard95
8d9d2fd85a Remove init console log 2021-06-03 19:59:20 +02:00
Otard95
f45cdccbb9 Remove unused import 2021-06-03 19:57:27 +02:00
Otard95
908484d3d0 Sparks on start and extra on space 2021-06-03 19:53:48 +02:00
Otard95
fedbade8cf Hide/show setting when user locks/unlocks the feature
Also reset powerLevel on show to 9001
2021-06-03 19:35:26 +02:00
Otard95
d2f07245a2 Add setting frontend 2021-06-03 19:33:43 +02:00
Jack
393b57455a fixed command line input starting the test. closes #1487 2021-06-03 17:43:19 +01:00
Jack
26f7ca38ec Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-06-03 17:37:12 +01:00
Jack
372d17c5a9 added a contact section to the about page, gave support its own section 2021-06-03 17:36:13 +01:00