Commit graph

956 commits

Author SHA1 Message Date
Jack
cae6c60d19 Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-07-13 18:12:04 +01:00
Jack
1d8a9ac6cf fixed typo 2021-07-13 18:11:58 +01:00
Miodec
a5e4d89107 fixed theme buttons not responsive 2021-07-12 23:36:26 +01:00
Michael
347c3eb7be
Fix typos in german.json (#1615) by kemonprogrammer
"Kerbs" to "Krebs"
"–" to "-"
2021-07-12 13:21:31 +01:00
Jack
78d35aff26 Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-07-11 18:15:58 +01:00
Jack
addc02fabc removed a word which could randomly generate some bad sentences 2021-07-11 18:15:50 +01:00
shishberg
08ad5728db
Add weakspot mode. (#1606) by shishberg
* Add weakspot mode.

This keeps track of a per-character "weakness" score, basically a
moving average of the spacing duration with a penalty for incorrect
letters. The weakspot funbox mode uses this to bias towards words
with lots of weak letters.

* Comment about keeping weaknessScores

* Move weakspot to its own module.

* prettier
2021-07-10 01:23:47 +01:00
Hachemi
dc5a6208d5
Update JavaScript language (#1603) by HachemiH
* Update JavaScript language

* Update code_javascript.json
2021-07-08 01:04:45 +01:00
Meimersdorfer
20b5608b0d
Another 100 new quotes and first typo fixing German (#1597) by Meimersdorfer
* Another 100 new quotes and first typo fixing

Got another 100 (I think) brand new quotes and hope that this time the code is not that bad shattered with mistakes...
For the fixes I am not sure, whether that are all the mistakes, but I hope so.

* Update german.json
2021-07-07 14:38:37 +01:00
k a a s s o u f f l é
ab9b7ff616
Add more Dutch quotes (#1601) 2021-07-07 14:37:43 +01:00
Jack
d36742b481 removed more bad words 2021-07-06 00:12:35 +01:00
Jack
b1c2bba46a removed some bad words 2021-07-06 00:11:26 +01:00
Jack
c2f793d1ad purging bad words 2021-07-06 00:07:09 +01:00
Jack
285a95742a purged bad words 2021-07-06 00:06:09 +01:00
Jack
09daf013dc removed quote 2021-07-06 00:02:02 +01:00
Jack
57e5618f4b added welsh. closes #1596 2021-07-06 00:00:52 +01:00
Alexander Johansen
364d8eae52
Add VSCode Theme (Dark) (#1593) by Odyssey346
* Add VSCode Theme (Dark)

* Fix text color in VSCode dark

Signed-off-by: Oxygemo <alej0hio2007@gmail.com>

* slightly darker sub color to increase contrast, using main color as button text

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-07-05 16:58:20 +01:00
Miodec
cf9e29db65 added today tracker 2021-07-05 15:59:10 +01:00
Miodec
43fcaf5950 added burst heatmap to the result screen 2021-07-04 23:58:11 +01:00
Meimersdorfer
a4dc77d059
New German quotes (#1587) by Meimersdorfer
* New German quotes

As I told on Discord I added all the quotes I could find myself and the ones that were already recommended by others. 
I don't know whether it is all good now and if there are still any typos I (and word :)) missed. But if there are some I will hopefully find them while typing and then I will change them in the list. 
If the format is in any way wrong please tell me, as I am not into coding yet and don't see this stuff myself.

* Update german.json

* Update german.json

* missing comma, converted indentation to spaces

Co-authored-by: Miodec <bartnikjack@gmail.com>
2021-07-04 18:10:08 +01:00
Miodec
9a6c602056 Merge branch 'master' of https://github.com/Miodec/monkeytype 2021-07-04 16:40:58 +01:00
Miodec
676279127b updated ads.txt 2021-07-04 16:40:55 +01:00
UnrealApex
c7dc2c95bd
More Quotes (#1578) by unrealapex
* Renamed command line setting timer-progress bar

* Added brief quotes

* Added one more quote

* Added quotes

* quote

* quotes

* quotes

* quotes

* quotes
2021-07-04 16:28:57 +01:00
UnrealApex
daadaf78c5
Removed questionable words (#1584)
* Renamed command line setting timer-progress bar

* Removed questionable words
2021-07-04 15:59:46 +01:00
Jack
6a861f1220 added english 5k 2021-07-01 20:23:58 +01:00
Jack
87eec64b6c one more typo 2021-06-30 14:12:52 +01:00
Jack
f77c2efd59 fixed typo 2021-06-30 14:12:33 +01:00
Jack
32b6106ebc updated ezmode theme button text color 2021-06-29 19:28:12 +01:00
Kraizt Matte
2e851b51a3
added ez-mode theme updated into dark theme (#1580) by kraiztmatte
* added IFK ez-mode theme

* update ez-mode color on list.json
2021-06-29 19:26:31 +01:00
Jack
b482120f0e updated min burst description 2021-06-29 19:16:45 +01:00
Jack
256ff870e8 added semimak challenge 2021-06-29 19:13:32 +01:00
Jack
b4f8c58d0e specifying min burst is raw 2021-06-29 19:03:59 +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
44a74dfe4a hiding github sign in for now 2021-06-26 01:59:44 +01:00
Jack
cee4369f45 moved discord integration above tags 2021-06-26 01:43:35 +01:00
Jack
18905cc97e added github signin 2021-06-26 01:40:23 +01:00
KobeCofini
5a1f56f7ed
Add Pinyin Language (#1574) by KobeCofini
* Added pinyin to languages

Pinyin transcribes the Chinese characters into the Latin alphabet

* Delete pinyin.json

* Delete pinyin_1k.json

* Delete pinyin_10k.json

* Added pinyin to languages

reformatted files so each word is on separate lines

* Update pinyin.json

* Update pinyin_1k.json

* Update pinyin_10k.json

* Update pinyin_1k.json

* Added pinyin, pinyin_1k, and pinyin_10k to list

* Added Pinyin language group
2021-06-26 01:15:42 +01:00
CrumblyLiquid
ac5e35cbe6
Revise czech_10k.json (#1572) by CrumblyLiquid
Fixed some typos, removed some foreign or sensitive words
2021-06-26 01:15:15 +01:00
Jack
bb6e6b1654 completed previous commit 2021-06-24 14:32:35 +01:00
Jack
2bb36612bb renamed ukrainian files 2021-06-24 14:32:27 +01:00
BalkoBalkho
f6c7973bed
Added urdu1k and updated orignal (#1561) by BalkoBalkho
* updated Urdu.json

Instead of being randomly chosen, these are 200 of the most popular words.

* Update _list.json

* Created Urdu 1k

* Updated to have Urdu_1k

* updated

* correctly formatted it
2021-06-23 19:24:11 +01:00
Jack
b3e6f0c360 fixed ukrainian typo 2021-06-23 17:55:14 +01:00
precondition
2afd60e565
82 new French quotes (#1565) by precondition 2021-06-23 17:03:48 +01:00
Jack
590a40b4a9 Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-06-21 18:10:19 +01:00
Jack
e5d83df089 added ukranian 2021-06-21 18:10:14 +01:00
tinkoh
dec3a6cb4f
Fix typo in link (#1559) 2021-06-20 15:19:41 +01:00
Alexander Johansen
ca4730abae
fix GitHub spelling on about page (#1556)
Signed-off-by: Oxygemo <alej0hio2007@gmail.com>
2021-06-20 13:27:33 +01:00
Jack
17cda8104e updated firebase 2021-06-17 21:54:54 +01:00
Miodec
67ef58ba4d added update password popup
update email now requires password
2021-06-17 16:43:07 +01:00
Miodec
2e4826a6a6 Merge branch 'master' of https://github.com/Miodec/monkeytype 2021-06-17 16:09:42 +01:00