Evan Callicoat
5cf145c028
Add boo layout ( #1589 )
2021-07-04 16:00:13 +01:00
Jack
60d9026386
added semimak
2021-07-01 19:52:29 +01:00
Jack
01e47d7667
actually fixed failed tests getting extra afk
2021-07-01 17:42:33 +01:00
Jack
3a3a215245
fixed control backspace not interacting properly with punctuation
2021-07-01 16:52:13 +01:00
Jack
40475b5699
Merge branch 'master' of https://github.com/Miodec/monkey-type
2021-07-01 16:03:34 +01:00
Jack
415229154d
presets now save tags
2021-07-01 16:03:29 +01:00
Jack
bb9422ba92
Commandline update ( #1586 )
2021-07-01 15:42:28 +01:00
Jack
b8a368d586
fixed zen mode not working with burst calculation
2021-06-30 14:09:54 +01:00
Jack
6b240a3499
added an emergency infinite loop stop button
2021-06-29 22:24:34 +01:00
Jack
5099b28316
typo
2021-06-29 19:36:05 +01:00
Jack
256ff870e8
added semimak challenge
2021-06-29 19:13:32 +01:00
Jack
f9d2f64a43
added fail reason to result screen
2021-06-29 19:03:45 +01:00
Alvin Zhao
87073a3700
Added min burst ( #1579 ) started by yzAlvin
...
* Added min burst
* no need to calculate burst on a timer
* added a burst history and current burst trackers, added set and push functions, removed burst calculating in stats (should be done on word completion)
* burst will not be calculated on every keypress
* calculating burst and pushing to history on space
setting start time on first keypress
* verifying that burst history and input history are the same length
* bursthistory typo
added function to calculate burst speed and updated the pushing function to consider if the word was already completed once before
* removed fail condition from timer
* removed debug notification
* added fail condition
* rounding burst
* making sure to load burst config
* styling burst display
* including burst in the result
* renamed variable
* removed burst from result screen, changed wording in settings page
* reran npm i to regenerate package lock in version 2
* audit fix
* gulp update
* added two burst modes: flex and fixed
* standardized some code
* swapped classes
* updated settings page min burst input
updated min burst description
* updated the setting sections with inputs to a new, better design
Co-authored-by: Jack <bartnikjack@gmail.com>
2021-06-29 18:55:59 +01:00
Jack
74668f3d8b
removed _ from languages when displayed
2021-06-28 23:56:10 +01:00
Jack
cf0e4b3f5f
updated the settings tags design to look more inline with the rest of the settings page
2021-06-26 01:51:28 +01:00
Jack
18905cc97e
added github signin
2021-06-26 01:40:23 +01:00
UnrealApex
21574e71c1
Renamed command line setting timer-progress bar ( #1571 )
2021-06-26 01:14:51 +01:00
Jack
9faedfa9fa
showing error underline when input length is greater than word length and hide extra letters is enabled
2021-06-26 01:13:26 +01:00
Jack
c4a93e564f
typo
2021-06-24 17:24:20 +01:00
Jack
ec312d0658
removed ' from ukranian punctuation
2021-06-24 17:11:53 +01:00
Jack
ec8bed0a6d
fixed failed tests having extra afk time
2021-06-23 19:20:11 +01:00
Jack
33ccb2e6ef
fixed duplicate caret update to avoid caret jumping up on enter
2021-06-23 19:11:45 +01:00
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