Commit graph

4320 commits

Author SHA1 Message Date
Miodec 75774c9fb6 added fallback to default font 2021-07-12 13:19:27 +01:00
Miodec ba0c571ed5 removed some unused bits 2021-07-12 13:14:28 +01:00
Jack 54ced5539c missing escape character causing issues with ctrl backspace and numbers fixed #1620 2021-07-12 01:02:41 +01:00
Jack 5d05b1212b fixed presets not showing up in the command line 2021-07-12 00:50:40 +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 310274f4cf
Comments for weakmode constants (#1612) 2021-07-10 12:10:21 +01:00
Miodec 1204a3510d reordered theme commands 2021-07-10 12:09:39 +01:00
Miodec 3fb097c62c not showing crown based on local data if a funbox is active 2021-07-10 01:38:27 +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
Miodec 98f7148ccb typo 2021-07-10 01:15:59 +01:00
Miodec 67c1352c0c fixed a bug where min burst has no defualt value in config 2021-07-09 23:53:45 +01:00
Miodec 3ac4f3b245 added username to the built in screenshot 2021-07-09 23:30:06 +01:00
Miodec 8dad137372 Merge branch 'master' of https://github.com/Miodec/monkeytype 2021-07-09 22:39:56 +01:00
Miodec 61e69cfaf7 updating emails now requires confirmation instead of current email
clearing personal bests now requires password confirmation
2021-07-09 22:39:52 +01:00
Aaron 23af378130
Fixed some typos (#1608)
* Renamed command line setting timer-progress bar

* Added table of contents

* Fixed some mistakes

* More small changes

* Update CONTRIBUTING.md

* updated guidelines

* Update CONTRIBUTING.md

Note that one of the table of contents links is broken, fixing that later

* Added missing sections in table of contents

* Fixed typos

* Fixed typos

* Update CODE_OF_CONDUCT.md

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-07-09 20:25:33 +01:00
Aaron 4618227159
Update CONTRIBUTING.md (#1604)
* Renamed command line setting timer-progress bar

* Added table of contents

* Fixed some mistakes

* More small changes

* Update CONTRIBUTING.md

* updated guidelines

* Update CONTRIBUTING.md

Note that one of the table of contents links is broken, fixing that later

* Added missing sections in table of contents

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-07-08 12:07:45 +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
UnrealApex da5d94d43e
Update CONTRIBUTING.md (#1600)
* Renamed command line setting timer-progress bar

* Added table of contents

* Fixed some mistakes

* More small changes

* Update CONTRIBUTING.md

* updated guidelines

* Update CONTRIBUTING.md

Note that one of the table of contents links is broken, fixing that later

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-07-07 23:12:17 +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 9d467f5959 fixed backspace not working as intended. closes #1598 2021-07-07 00:41:00 +01:00
Miodec 56e7b47647 fixed up package locks 2021-07-06 13:55:41 +01:00
Jack 77f5277419 fixed a bug where you could type while leaderobards are visible 2021-07-06 01:16:38 +01:00
Jack 9fe5d76745 language specific punctuation 2021-07-06 01:03:31 +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
Jack b32e612fa5 fixed settings button styling 2021-07-05 23:49:50 +01:00
Jack e404d818c1 added a button to clear tag pb 2021-07-05 23:31:17 +01:00
Jack c5783c3f5d disabled pace caret jumping forward when stop on error is enabled 2021-07-05 19:17:27 +01:00
Jack c5607b5d9a fixed jumpy animation when always show words history is enabled 2021-07-05 19:14:34 +01:00
Jack e29b0fc3d9 fixed repeated pace caret sticking around 2021-07-05 19:06:14 +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
Haruki Jay Shimada 2f93cfb86d
cleaner #customTextPopup for under 1050 and 600px screens (#1595) by DrPoppyseed 2021-07-05 16:52:50 +01:00
Miodec cf9e29db65 added today tracker 2021-07-05 15:59:10 +01:00
Miodec fae222f782 added testing function 2021-07-05 14:33:36 +01:00
Miodec a38e148a97 removed debug logs and added code that fills in the popup 2021-07-05 14:25:23 +01:00
Miodec 2d71a8f196 added some debug messages to fix an issue 2021-07-05 14:21:04 +01:00
Miodec 465f575961 Merge branch 'master' of https://github.com/Miodec/monkeytype 2021-07-04 23:58:14 +01:00
Miodec 43fcaf5950 added burst heatmap to the result screen 2021-07-04 23:58:11 +01:00
Luke Weiler f5f23f41ca
fix stop on word replay error (#1594) by lukew3 2021-07-04 21:36:41 +01:00
Jack 25d5a6a02b Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-07-04 18:15:50 +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