Commit graph

7403 commits

Author SHA1 Message Date
Miodec 465e9cec71 always scrolling tape when emulator is enabled
fixes #2974
2022-05-13 10:04:49 +02:00
Miodec 6dc291a4d4 console logs 2022-05-13 09:55:28 +02:00
Miodec d38f739c63 added protection 2022-05-13 09:54:52 +02:00
Miodec cc004de147 added function for users that got stuck with a google account that no longer exists 2022-05-13 09:53:12 +02:00
Miodec 699ddd8737 renamed field 2022-05-13 09:41:41 +02:00
George The Bot 8eb2149483
Added more quotes (#2975)
* Added quote to english.json

* Added quote to english.json

* Added quote to english.json

* Added quote to english.json

* Added quote to english.json

* Added quote to english.json

* Added quote to english.json

* Added quote to english.json

* fixed ids

* fixed length

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-05-13 09:39:51 +02:00
Bruce Berrios 6c666f12ba
Add user creation flow test (#2971) bruception 2022-05-13 09:05:57 +02:00
Michael Deutsch ba25f7872c
Add additional Hebrew word lists (#2970) MichaelDeutschCoding
Add Hebrew word lists with:
  - 1,000 words
  - 5,000 words
  - 10,000 words
2022-05-12 16:21:55 +02:00
Pablo 86993752d4
Added Perl language (#2966) pablos123
* Added Perl language

* Added Perl language

Co-authored-by: psaavedra <psaavedra@educativa.com>
2022-05-12 16:21:37 +02:00
Miodec aab9bd263b updated the contributors list 2022-05-12 16:21:02 +02:00
Miodec 328f85bbd0 updated gitignore 2022-05-12 16:01:47 +02:00
Michael Deutsch 04ef4d2c2b
Small edit to Basic Contributing documentation (#2969) MichaelDeutschCoding 2022-05-12 15:52:19 +02:00
Miodec 19f8ef7799 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-05-11 14:22:47 +02:00
Miodec c1f32bf5a6 only showing notification when changing setting manually 2022-05-11 14:22:41 +02:00
Miodec 603dde93f8 disabled ads 2022-05-11 14:21:26 +02:00
sillyangel 2c5ec70cb7
Update CODE_OF_CONDUCT.md to new verison (#2964) sillyangel
the new version can be found in https://www.contributor-covenant.org/version/2/1/code_of_conduct/
2022-05-11 14:16:08 +02:00
Miodec 2e95c618a5 Merge remote-tracking branch 'origin/master' 2022-05-11 14:14:17 +02:00
CarlFabian 60486d2f8b
Added english quotes (#2960)
* Update english.json

Added quotes from Xavier: Renegade Angel and The Master and Margarita

* fixed spacing on length
2022-05-11 14:13:43 +02:00
Bruce Berrios 0a371b531a
Add more tests (#2965) Bruception and sondrekje
* Cover updateName

* Test clearPb, export getUsersCollection for testing purposes

* Add base coverage

* Month -> thirty days

Co-authored-by: Sondre Kjempekjenn <sondre.kjempekjenn@gmail.com>
2022-05-11 14:08:06 +02:00
Miodec 609ab83dbd removed place names 2022-05-11 12:12:57 +02:00
Miodec 526a343e12 removed word with punctution 2022-05-10 20:05:27 +02:00
Miodec 521a1f94eb removed das banner, added das to support links 2022-05-10 20:02:38 +02:00
Miodec a8dfc44f49 testing new feature 2022-05-10 12:56:27 +02:00
Miodec 41c142b49a blocking users from submitting results if they need to change name 2022-05-08 20:47:45 +02:00
Miodec 865dd3d734 typos 2022-05-08 20:45:00 +02:00
Miodec d1d64ffc03 showing banner and info if user needs to change name 2022-05-08 20:42:10 +02:00
Miodec d20122d9f0 catching issues with google sign in 2022-05-08 17:58:34 +02:00
Miodec 616d068e2f needsToUpdateName > needsToChangeName 2022-05-08 16:59:45 +02:00
Miodec 0a1ac828e7 moved invalid name check higher 2022-05-08 16:58:57 +02:00
Miodec 9e500172c3 reduced number of page changes to avoid double changes and hard to understand logic 2022-05-08 15:01:26 +02:00
Miodec 857a0e15c8 made page change async
added force param to force page change even if page is the same
setting page to account if page is login and user is signed in
2022-05-08 15:01:00 +02:00
Miodec 4926ec2949 added search override to url handlers 2022-05-08 14:57:47 +02:00
Miodec 0a4a7eabe7 added test to make sure users cant take an unavailable name 2022-05-08 14:54:15 +02:00
Miodec a0f6fabf10 is name available is async 2022-05-08 14:24:02 +02:00
Miodec ef49c6dcc8 setting quote length to all if user signed out 2022-05-08 13:44:43 +02:00
Miodec 3fbfc83fd0 added needsToUpdateName to frontend 2022-05-08 13:29:10 +02:00
Miodec 1baa5c1651 not checking last name change if user needs to change name 2022-05-08 13:20:18 +02:00
Bruce Berrios 9026893571
Add favorite quotes mode (#2945) bruception
* Add favorite quotes mode

* Remove unnecessary repeated fn call

* resetting quote length to -1 when no favorites found

* fixed quote favoriting broken

* starting hidden

* showing/hiding button depending on login state

* added command to commandline

* removed comment

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-05-08 11:58:58 +02:00
Miodec c9bfb00008 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-05-08 09:53:19 +02:00
Miodec 78914ab91c moved average update lower 2022-05-08 09:53:13 +02:00
aNOOBis 5395cdf9f3
Create preset addition in presets in command line (#2957) aNOOBisTheGod
* create preset in command line addition

* testing removal

* one more testing removal

* create tag command line addition

* Update commandline-lists.ts

* moved add commands to the bottom
hiding if user is not signed in

* refactor

* hiding tags and presets when signed out

Co-authored-by: Vasiliy Novozhilov <vasya@192.168.1.3>
Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-05-08 09:35:49 +02:00
sillyangel 8aae6a1d57
I made a new Theme called "peach blossom" (#2959) sillyangel 2022-05-08 09:28:01 +02:00
Matthew Kwan bba59f1adb Add CONTRIBUTING_BASIC.md and CONTRIBUTING_ADVANCED.md (#2946) matthew-kwan
* Add CONTRIBUTING_BASIC.md and CONTRIBUTING_ADVANCED.md

* Update screenshot to correct radio option

* Fix type in CONTRIBUTING_BASIC.md

* Update CONTRIBUTING_BASIC.md

* Update CONTRIBUTING.md and CONTRIBUTING_ADVANCED.md

* reordered sections

* slight change

* Fixed table of contents

* fixed table of contents

* table of contents fix

Co-authored-by: Jack <jack@monkeytype.com>
2022-05-08 09:25:51 +02:00
Bruce Berrios cdbc0bf770
Add logic to handle duplicate names (#2958) 2022-05-08 08:59:12 +02:00
aNOOBis c50218f709
install-all fix (#2956)
you've changed install-windows, but I guess forgot to change install-all, because on my Mac, install:all doesn't work, and install-all works fine
2022-05-07 13:24:58 +02:00
Bruce Berrios ee5ef57d89
Delete bot dal (#2953) 2022-05-06 17:36:23 -05:00
Evan d9ffcfb4ee
Preparing for George Update (#2895)
* bot-commands rename

* removed bot dal

* reomoved unnecessary configuration entry

* quotes:code_javascript: Add regex-heavy quote. (#2929) markstos

* quotes:code_javascript: Add regex-heavy quote.

This quote contains a long regex that will be a workout for typing
symbols and numbers.

Source code can be confirmed to available under an open source license
here: https://github.com/markstos/parse-coordinates/blob/master/index.js

* fixed length

Co-authored-by: Miodec <bartnikjack@gmail.com>

* fixed script names

* fixed incorrect path

* definitely didnt forget about those

Co-authored-by: Miodec <bartnikjack@gmail.com>
Co-authored-by: Mark Stosberg <mark@rideamigos.com>
Co-authored-by: Jack <jack@monkeytype.com>
2022-05-06 23:48:15 +02:00
Miodec 9b9960628e updated message 2022-05-06 23:39:02 +02:00
Miodec 3da1246a38 added if 2022-05-06 23:17:29 +02:00
Abdullah Omar 9b4a833d78
make the bg color a bit darker* 🕳 (#2936) abod1960 2022-05-06 18:56:53 +02:00