Commit graph

836 commits

Author SHA1 Message Date
Miodec
3fbfc83fd0 added needsToUpdateName to frontend 2022-05-08 13:29:10 +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
Miodec
9b9960628e updated message 2022-05-06 23:39:02 +02:00
Abdullah Omar
9b4a833d78
make the bg color a bit darker* 🕳 (#2936) abod1960 2022-05-06 18:56:53 +02:00
Dione
03917a17ec
Add quote from IT Crowd (#2949)
* Add quote from IT Crowd

* corrected quote

* updated length after correcting quote

* make id value number instead of string

* updated length to also be a number
2022-05-06 11:14:18 -04:00
Michael
2f603ed19d
Fix spelling in german.json (#2947) kemonprogrammer
* Fix spelling in german.json

* Fix length from previous fix

Co-authored-by: Jack <jack@monkeytype.com>
2022-05-06 13:32:40 +02:00
Miodec
ee739eb45a reduced margin 2022-05-06 12:57:04 +02:00
aNOOBis
f9e8f5cc39
Convert Spaces to Underscores for Preset and Tag Names (#2938) aNOOBisTheGod
* spacebar in presets and tags addition

* super mega spacebar remake

* style fix

* final name removal in ui

* replaceAll in ape removal

* using display above account chart

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-05-06 12:42:00 +02:00
Miodec
89c9557475 definitely didnt forget about those 2022-05-05 23:35:40 +02:00
Miodec
9e2bd5a3fb fixed script names 2022-05-05 23:25:03 +02:00
Mark Stosberg
96fea28d7b
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>
2022-05-05 23:23:32 +02:00
Miodec
d2f6dcd92d fixed todo 2022-05-04 12:27:16 +02:00
Miodec
998120bea7 fixed type 2022-05-04 02:18:51 +02:00
Miodec
3adfabfe20 removed any 2022-05-04 02:18:37 +02:00
Miodec
0430c7f9c7 removed any 2022-05-04 02:14:09 +02:00
Miodec
8a3631170d removed any 2022-05-04 02:09:47 +02:00
Miodec
037fbf8e8f removed unnecessary any 2022-05-04 02:09:20 +02:00
Miodec
eabb7d857e unnecessary todos 2022-05-04 01:41:37 +02:00
Miodec
fdc362dc0d removed unnecessary type casting 2022-05-04 01:36:58 +02:00
Miodec
a03ef7dd84 removed unnecessary type 2022-05-04 01:36:35 +02:00
Miodec
bf941ab02b removed unnecessary code 2022-05-04 01:35:39 +02:00
Miodec
6804b76d46 removed todo 2022-05-04 01:34:56 +02:00
Miodec
68efde15b2 removed todo 2022-05-04 01:33:50 +02:00
Miodec
4fda636a08 added auto name check to the register page 2022-05-04 01:04:04 +02:00
Josh Moncrieff
89f160f664 add english_contractions word list (#2914) monners
Co-authored-by: monners <josh@joshmoncrieff.com>
2022-05-03 23:49:21 +02:00
Miodec
52ffeb3da9 rebuilding remplate on save
(still doesnt work with auto refersh)
2022-05-03 18:57:33 +02:00
aNOOBis
2faf097307
windows webpack error fix (#2923)
* index.html => main.html for windows users to avoid webpack error

* uploading example

Co-authored-by: Jack <jack@monkeytype.com>
2022-05-03 17:08:58 +02:00
Miodec
0415be5d2d fixed next random theme being available when random theme is off 2022-05-03 16:44:29 +02:00
Miodec
bb1dd154b6 fixed file location 2022-05-03 16:34:17 +02:00
Miodec
9fa615bc8b test modes notice now wraps 2022-05-03 15:49:54 +02:00
Miodec
4e7ae53cbe fixed custom theme loading from url not working 2022-05-03 14:14:13 +02:00
Miodec
68a3724066 removed console logs 2022-05-03 14:11:51 +02:00
Miodec
7e07ba6e97 Merge branch 'dev' of https://github.com/Miodec/monkeytype into dev 2022-05-03 14:10:38 +02:00
Miodec
9aab7e33c4 fixed caret showing up in the wrong position on refocus 2022-05-03 14:10:28 +02:00
aNOOBis
d9dc65096c
load challenge bug fix (#2921) aNOOKisTheGod
Now, when user loads challenge, website navigate him to the test mode, so challenge loads properly now
2022-05-03 14:01:44 +02:00
huzqy
3fd285b728
Create husqy.css (#2905)
* Create husqy.css

new theme based on what people keep asking me for, named husqy so that people can easily search for it and i think it's a cool name for a theme :D

* Update _list.json
2022-05-03 14:00:06 +02:00
Miodec
96b5395a2e Merge branch 'dev' of https://github.com/Miodec/monkeytype into dev 2022-05-03 13:59:45 +02:00
Miodec
ccef26527e added dots to 58008 with punctuation 2022-05-03 13:59:37 +02:00
Miodec
6820dbcb03 removed leading zeros 2022-05-03 13:58:45 +02:00
Rizwan Mustafa
0dac742efb
Update some document links (#2919)
* Update some document links

* Updated repo link
2022-05-03 13:44:39 +02:00
Brook Feleke
b3f3c447c1
Adds a new Languages (#2915) BrookFeleke
* Add quote by Bradely Whiteford

* Add Amharic to languages 😁
2022-05-02 12:54:03 +02:00
poldoms
c7b59bc101
Update slovak_10k.json (#2917)
removed curse word
2022-05-02 12:52:57 +02:00
Miodec
4db569fbff added colemak dh iso wide 2022-04-30 16:10:16 +02:00
Brook Feleke
4322bf5825
Add quote by Bradely Whiteford (#2913) brookfeleke 2022-04-30 11:39:10 +02:00
eisthefifthletter
2aeffd57b5
add new English quotes (#2906) eisthefifthletter
* modify quotes

* copyediting on quotes

* add English quotes

* ce

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-04-29 23:21:32 +02:00
Miodec
1cd40a23bc Merge branch 'dev' of https://github.com/Miodec/monkeytype into dev 2022-04-29 23:20:00 +02:00