Commit graph

8257 commits

Author SHA1 Message Date
Jave cf0d9425f5
Updated Filipino 200 words list (#3569) Killer8Hyper
- Added important words in the Filipino language, which are always used in conversations, making essays, articles, etc
- Changed words to their most common spelling
- Removed uncommon words or words that are not frequently used

Co-authored-by: Miodec <jack@monkeytype.com>
2022-09-22 14:18:12 +02:00
Miodec 6b0de211bc Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-09-22 13:56:26 +02:00
Miodec 8dbfb42367 moved some ts specific rules and params to ts override 2022-09-22 13:56:10 +02:00
Miodec f9c96acb5e lint changes directory first 2022-09-22 13:55:39 +02:00
Miodec df2d10f447 reverting path change 2022-09-22 13:42:54 +02:00
Miodec 036e7d80cc path fix 2022-09-22 13:08:29 +02:00
Anurag Nayak 77736a6dd7
added a new quote (#3575) Anu-Ra-g 2022-09-22 13:06:34 +02:00
Miodec 6cf347eaca registering now requires a captcha 2022-09-22 12:57:42 +02:00
Miodec 6ab9a44ed2 added callback function to captcha controller 2022-09-22 12:57:02 +02:00
Miodec 6fd6cdf55b added captcha requirement to create new user 2022-09-22 12:56:38 +02:00
Miodec 34c4c5efd3 added captcha to google sign in 2022-09-22 12:55:49 +02:00
Miodec 0243be483d fixed linting issue in the watch task 2022-09-22 12:54:52 +02:00
Miodec bf5a19077a reverted "fix" 2022-09-22 12:54:30 +02:00
Miodec 4aefa017a8 ignoring frontend when using eslint 2022-09-22 12:09:29 +02:00
Miodec 4db07975ff ignoring domain 2022-09-20 15:58:43 +02:00
Miodec 2447cfc616 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-09-20 15:04:23 +02:00
Miodec 74362f8230 disabled quick end for korean
closes #3563
2022-09-20 15:04:20 +02:00
Giovanni Valer 5a5059498d
Added Friulian language (#3561) jo-valer 2022-09-20 14:58:25 +02:00
codemurt 4fdf3c59a9
Added udmurt language (#3560) codemurt 2022-09-20 14:57:53 +02:00
aaron adriano 830cca2268
Added quotes from Porter Robinson tracks (#3550) sayaidev
* Update english.json

* Update english.json

Removed duplicate

* Added artist to source
2022-09-20 14:55:18 +02:00
Miodec e8a9c870d3 added note 2022-09-20 14:41:19 +02:00
Miodec 5e7d2aad61 added eslint rule to force async markings 2022-09-20 14:25:51 +02:00
Miodec e062c16966 added eslint rule to protect against misused promises 2022-09-20 14:16:12 +02:00
Miodec ec29a7fecd reordered commands 2022-09-20 13:40:25 +02:00
Miodec c5c52a5c15 remoed dirty clipping fix 2022-09-20 13:39:23 +02:00
Miodec 2f46845d68 fixed chart clipping 2022-09-20 13:39:12 +02:00
Miodec 526f391ffc added configuration to disable user sign up 2022-09-19 00:21:23 +02:00
Miodec 9e2d84da72 stricter rate limits 2022-09-19 00:15:57 +02:00
Miodec 918f09d522 updated log 2022-09-19 00:12:34 +02:00
Miodec e731c9c0cc blocking domain 2022-09-19 00:01:57 +02:00
Miodec a58189d3af checking if properties exist 2022-09-18 13:22:54 +02:00
Miodec aa4519573b optional chaining 2022-09-18 13:18:19 +02:00
Daniel Huang fc7fdb8d98
Change displayed modifier key based on platform (#3553) cubedhuang
* change modifier key based on platform

* use navigator.userAgent instead of platform
2022-09-18 11:21:22 +02:00
Miodec 9396b1b3f8 making sure wpmconsistency is not nan 2022-09-17 22:30:00 +02:00
Miodec cb558e291d avoiding NaN 2022-09-17 22:18:58 +02:00
Miodec 8a78e2b462 added bailed out test too short validation 2022-09-17 22:18:50 +02:00
Jack f6c10e656b
Commandline rewrite (#3554)
* initial commandline rewrite
extracted some commands to their own files

* resetting array inside update function

* refactored funbox

* refactored font family

* refactored confidence mode commands

* refactored stop on error

* fixed icons

* refactored numbers

* refactored quick restart, smooth caret

* refactored live wpm, repeat quotes

* refactored live burst, live acc

* refactored show average

* refactored show timer

* refactored more commands

* refactored more commands

* refactored more commands

* refactored more commands

* refactored more commands

* refactored more commands

* refactored colorful mode

* refactored out of focus warning

* more refactoring

* sound on click refactor

* refactored min acc, wpm, burst

* moved ads down

* refacored themes

* refactored custom theme

* refactored more commands

* refactored more commands

* refactored more commands

* refactored more commands

* refactored more commands

* updated theme commands update function

* last refactor

* renamed default to index

* changed the way lists are set and pushed

* removed last remaining lines

* connected index and lists file into one

* fixed build issues

* removed build issue

* fixed build issue

* fixed modes notice showing commands

* replaced string parameter with a function that returns a string

* renamed file

* fixed imports

* removed import

* missing import

* testing a different way of refactoring, extracting more code

* renamed type

* new refactor

* renamed type

* new system

* new system

* refacored to new style

* refactored lists and getter function

* fixed duplicates

* reordered commands
moved some commands to their own files

* reordered commands

* moved command into a related file

* unused imports

* Revert "unused imports"

This reverts commit b1376ac67d.

* missing available check

* moved command to related file

* propagating available function to children

* reordered commands to make more sense and closer resemble the settings page
2022-09-17 21:17:42 +02:00
Miodec ccc5badb49 using last letter in word node list when input is longer than ui word
closes #3558
2022-09-16 20:54:34 +02:00
Miodec 0797b5cfb7 removed word 2022-09-16 12:47:29 +02:00
ambivent a5e2ce11cd
Nerps (#3544) ambivent
Adds the Nerps layout
2022-09-16 11:54:09 +02:00
KParthSingh a3a9bf00b4
Updated hinglish word list (#3556) KParthSingh
* Added hinglish

* Added hinglish

* Added hinglish language file

* remove bcp47

* Updated hinglish word list

-removed some English words
-added some new words
-reordered the list

* Update hinglish.json

* Delete hinglish.json

* Updated the word list

-removed some English words
-added few new words
-reordered the list

Co-authored-by: Rizwan Mustafa <rizwanmustafa0000@gmail.com>
2022-09-16 11:53:53 +02:00
Bruce Berrios 8f9dc3d7c9
Add retry utility for ape (#3548) Bruception 2022-09-16 11:50:58 +02:00
Terminal 894b4f53bf
New Theme : cheesecake (#3535) Edmain1
* Create cheesecake.css

* Update _list.json

* update colors and added animation

* adjusted error colors, sub alt color
slowed down animation

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-09-16 11:46:25 +02:00
Miodec 0fca1073bb fixed exact wpm match showing as new pb
closes #3539
2022-09-15 12:55:26 +02:00
Miodec 05e48770c1 always reverting settings, not just when funbox was set to none
closes #3552
2022-09-15 12:47:53 +02:00
Miodec 27fedd56c2 hiding mobile test config when test is active
closes #3541
2022-09-15 12:31:34 +02:00
Miodec 97f6f95af3 removed overly difficult words from portuguese 2022-09-14 18:43:23 +02:00
Miodec 7dff50dc30 added histogram to the account page 2022-09-12 14:24:56 +02:00
Miodec 7769a6326c changed the tooltip mode on the activity graph 2022-09-12 13:22:59 +02:00
rogercc03 d21988ad63
Corrected catalan_1K.json Cataluña -> Catalunya (#3538) rogercc03
The "ñ" letter doesn't exist in catalan, it is written as "ny"
2022-09-12 13:17:58 +02:00