Commit graph

287 commits

Author SHA1 Message Date
Jack
b0a3cd3b20
Merge pull request #860 from avi123nash/monkeyType_avi123nash
Duration not being passed due to which error notification remains till infinite
2021-01-21 16:25:56 +00:00
avi123nash
512b9ba8b8 Reverted duration change added to error notification 2021-01-21 11:44:02 +05:30
Miodec
0a2599269e hopefully fixed the cannot get proerty global of undefined error 2021-01-20 17:08:40 +00:00
avi123nash
6c6294619c Register error message was not visible on screen. hidden class was not being added to loader on registration due to which it goes to infinite loading 2021-01-20 16:54:01 +05:30
avi123nash
4e815bdec5 Register error message was not visible on screen. hidden class was not being added to loader on registration due to which it goes to infinite loading 2021-01-20 16:49:26 +05:30
avi123nash
17e25c1a8d duration was not specified for error notification on failure getLeaderBoard API and would persist for infinite time 2021-01-19 16:46:46 +05:30
avi123nash
21b741c780 reverted changes 2021-01-19 16:45:44 +05:30
avi123nash
37ff58fed3 duration was not specified for error notification on failure getLeaderBoard API and would persist for infinite time 2021-01-19 16:09:47 +05:30
Miodec
ad3fb693af parsing new line chars for quotes aswell 2021-01-18 17:02:57 +00:00
Miodec
94e2db14f3 fixed new line and tabs not parsing properly 2021-01-18 16:58:54 +00:00
Miodec
15c7b3a30c updated error message when lb load failed, and hiding the loader bar. fixes #850 2021-01-17 16:51:02 +00:00
Miodec
09ce32222c fixed a bug where non random custom tests could not be started 2021-01-17 01:07:54 +00:00
Miodec
fb6484b5ff made sure that a quote is always found if all length is selected, otherwise showing that no quote was found for that length 2021-01-17 00:54:17 +00:00
Miodec
36c7fce4e2 fixed quotes only saving as english language 2021-01-17 00:23:55 +00:00
Miodec
f5b485b3ed ignoring delete 2021-01-17 00:14:02 +00:00
Miodec
ded7b6ac5a tag pbs now word like normal pbs, recording pbs per mode 2021-01-17 00:12:03 +00:00
Miodec
8297e45b45 enabled puncuation and numbers for custom 2021-01-16 03:01:24 +00:00
Miodec
ad960b2c88 clearing opposite custom fields 2021-01-16 02:51:28 +00:00
Miodec
8e9b7cd0b2 added random time for custom tests 2021-01-16 02:47:11 +00:00
Miodec
558350cf3a added infinte test for random custom text 2021-01-16 01:40:02 +00:00
Miodec
d2f6a01887 reworked the notification system 2021-01-16 01:12:36 +00:00
Miodec
c5011067bf handling new data format, showing error message 2021-01-15 17:14:35 +00:00
Miodec
fff46bc770 replacing double escaped new line and tab chars 2021-01-15 16:42:53 +00:00
Miodec
041d3b9d74 showing if name check failed 2021-01-15 16:42:29 +00:00
Miodec
18993b18a4 ignoring media keys. fixes #840 2021-01-14 22:15:06 +00:00
Miodec
c0a78cd3b6 inserting tab on cursor 2021-01-14 21:55:14 +00:00
Miodec
589cb91459 fixed command line enter inputting enter in the test 2021-01-14 21:45:44 +00:00
Jack
713185e7f5
Merge pull request #844 from SeerLite/acc-keypress
Update live accuracy on keypress
2021-01-14 21:40:37 +00:00
SeerLite
63af71652e Update live accuracy on keypress 2021-01-14 17:21:15 -03:00
SeerLite
9e1061df60 Don't try to focus on result screen
`!resultVisible`
2021-01-14 17:15:42 -03:00
Miodec
7ab1c2f09f reworked newline to allow multiple 2021-01-14 17:32:09 +00:00
Miodec
a1138b555f added tab support to custom mode 2021-01-14 08:49:01 +00:00
Miodec
a1677e4869 added a new line indicator 2021-01-14 06:18:56 +00:00
Miodec
72f6112807 fixed live wpm and raw calculation (avoiding newlines) 2021-01-13 18:58:18 +00:00
Miodec
c601bb39ad avoiding newlines in wpm calculation 2021-01-13 18:52:08 +00:00
Miodec
7255edc1da fixed enter input not ignored when not focused 2021-01-13 14:26:44 +00:00
Miodec
2035e8478a beginning multi language quote support 2021-01-13 04:19:46 +00:00
Miodec
87d6366e19 moved quotes file 2021-01-13 03:41:46 +00:00
Miodec
432b915806 moved fonts list file 2021-01-13 03:40:59 +00:00
Miodec
4645def6e3 renamed list.json files to _list.json so they appear at the top 2021-01-13 03:32:38 +00:00
Miodec
8fcf467f7b Merge branch 'master' of https://github.com/Miodec/monkeytype 2021-01-13 03:28:03 +00:00
Miodec
73d27f67db custom text newline support 2021-01-13 03:27:59 +00:00
Jack
833fd66ab5
Merge pull request #812 from SeerLite/alt-linux
Ignore Alt only modifier on Linux
2021-01-13 01:04:24 +00:00
Jack
acfe823632
Merge pull request #817 from SeerLite/fix-mistyped-options
Revert punctuation/numbers after practice
2021-01-12 18:18:19 +00:00
SeerLite
a780e90b65 Revert punctuation/numbers after practice 2021-01-11 18:52:50 -03:00
Miodec
dbcd934970 updated premid test mode text 2021-01-11 20:55:39 +00:00
Miodec
69b9de1cc7 added some elements to make premid integration a bit easier 2021-01-11 20:16:00 +00:00
SeerLite
9b01bedcfe Ignore Alt only modifier on Linux
Alt is used for a lot of important shortcuts on Firefox on Linux.
2021-01-10 23:20:36 -03:00
Miodec
826a539113 fixed error when resetting config. fixes #807 2021-01-10 16:03:17 +00:00
Miodec
56afa1c6af average pace caret fixes, showing pace caret speed 2021-01-10 15:38:55 +00:00