Commit graph

6437 commits

Author SHA1 Message Date
Miodec 9eb4e6ac86 not saving signed out result if failed
fixes #2564
2022-02-22 18:50:13 +01:00
Miodec d3b4bf9f1b Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-02-22 18:40:46 +01:00
Miodec 2b5033ac1f removed evals completely 2022-02-22 18:35:59 +01:00
Miodec 10be208f0a not using evals 2022-02-22 18:11:53 +01:00
Souren Papazian 8d430b666c
Add western armenian language (#2556) 2022-02-22 14:35:41 +01:00
Angelo Fallaria 06ed2d4ddd
feat(language): add more words to code_rust.json (#2563) 2022-02-22 14:33:26 +01:00
Ferotiq c0f2a066ff
Warn users on edge about disabling efficiency mode (#2562)
* add edge message

* Update test-timer.js

* Update test-timer.js
2022-02-22 14:12:48 +01:00
Ferotiq 80135166b2
Add TypeScript to the README (#2554) 2022-02-21 21:23:33 +01:00
Miodec eb5bdc8712 optional 2022-02-21 21:19:53 +01:00
Miodec 1113b878a6 updated message 2022-02-21 14:45:56 +01:00
Miodec 58a78d4496 fixed type 2022-02-21 14:34:40 +01:00
Miodec 9c6f678748 fixed type 2022-02-21 14:34:28 +01:00
Miodec 47af9c25dc fixed incorrect type 2022-02-21 14:26:51 +01:00
Miodec 4622f1522d parsing to int first 2022-02-21 14:21:12 +01:00
Miodec 88a35c3d7c using parse float instead (im stupid) 2022-02-21 14:13:16 +01:00
Miodec 9996d90e42 parsing to int 2022-02-21 14:06:54 +01:00
Brian Evans 86d7207c39
Update privacy-policy to reflect mongodb (#2552)
Data is now stored in MongoDB, so I updated the privacy policy to reflect this change. Also updated the "last updated" date.
2022-02-21 13:57:02 +01:00
Miodec 6cf1f06d0d temporairly accepting both strings and numbers 2022-02-21 13:56:25 +01:00
Miodec 251b7234a4 fixed showavg duplication 2022-02-21 13:46:00 +01:00
Miodec 725e51e9a5 added -2 to the list of allowed quotelengths 2022-02-21 13:36:15 +01:00
Miodec 0668a8cfdc fixed challenge schema 2022-02-21 13:26:55 +01:00
Miodec 6c307f0d78 sending nosave 2022-02-21 03:14:22 +01:00
Miodec b59392cf1c moved average 2022-02-21 02:52:54 +01:00
Octahedron a0f911961f
added "show average" setting (#2551) by octahedronv2
* added "show average" setting

hopefully this doesn't break everything :)

* Delete config-schema.js

* Delete commandline-lists.ts

* Delete config.ts

* Delete db.ts

* Delete index.html

* Delete modes-notice.ts

* Delete settings.ts

* Delete types.d.ts

* added show average setting

* changed the capitalization of ONE character

* Rounded the wpm calculation when mode is PB or AVG

* Only display average if user is logged in

* Only display average if wpm > 0

and by extension, only when the user is logged in.

* changed look of average display

Co-authored-by: Jack <jack@monkeytype.com>
2022-02-21 02:49:33 +01:00
Miodec 96bb69f765 parsing to int 2022-02-21 02:48:06 +01:00
Miodec 8e6af5b6d2 converted to ts 2022-02-21 02:18:09 +01:00
Miodec bfb869ddc9 incorrect type 2022-02-21 02:13:48 +01:00
Miodec 684e3cb456 converted to ts 2022-02-21 01:28:42 +01:00
Miodec e65f514a45 using challenge type 2022-02-21 01:24:45 +01:00
Miodec d6ef4b5f9d more consistent schema 2022-02-21 01:24:33 +01:00
Miodec 1bca0a3734 moved challenge type to MonkeyTypes, fixed challenge type 2022-02-21 01:24:18 +01:00
Miodec 99b92ea947 fixed average pace not displaying correctly 2022-02-21 01:01:00 +01:00
Miodec b03209ce0d removed console log 2022-02-21 01:00:40 +01:00
Miodec f698158dea unnecessary function call 2022-02-21 00:57:18 +01:00
Ferotiq 1233d266a1
Fix (#2550)
* Update package.json

* Update CONTRIBUTING.md

* Update install.cmd

* Update pr-check.yml
2022-02-20 22:29:39 +01:00
Ferotiq 7cbd9d2722
Allow the process for setting up project and committing code on Windows to be much smoother (#2549)
* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Create install.cmd

* Update package.json

* Update CONTRIBUTING.md

* Update install.cmd

* Update install.cmd

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update package.json

* fix lint script so windows users can use it correctly

* adFd

* rename
2022-02-20 20:47:24 +00:00
Ferotiq 4ea967d677
Add Config Validation to Every Config Value (#2542)
* add what I got so far

* add validation for the rest of the config settings

* some changes

* fix font size, tested all config settings

* add arrow function back

* change font size type

* change font size type

* Revert "change font size type"

This reverts commit fc6f0e78a4.

* merge
2022-02-20 19:30:15 +01:00
Miodec 9242b6e1a8 increased gap 2022-02-20 17:15:07 +01:00
Miodec e93fe5aa9d removed unnecessary property 2022-02-20 17:13:08 +01:00
Miodec 90b50ff4ca hiding background filters when custom background is not set 2022-02-20 17:10:36 +01:00
Miodec 775fe34851 added auto switch theme
allows auto switching between light and dark theme based on system theme
closes #2088 and #1629
2022-02-20 17:07:02 +01:00
Miodec 2c9125124c increased margin 2022-02-20 16:13:54 +01:00
Miodec 840ae262c2 changed the styling of active settings in select2 2022-02-20 15:41:10 +01:00
Miodec baf276dae3 added small gap for readability 2022-02-20 15:36:05 +01:00
Miodec 52b426957b wider slider thumbs 2022-02-20 15:35:22 +01:00
Miodec d6ce31161a fixed quote lengths 2022-02-20 15:03:15 +01:00
Miodec 2cd87df040 fixed length fields 2022-02-20 14:49:53 +01:00
Miodec 07d9901967 fixed length fields 2022-02-20 14:48:48 +01:00
Miodec a4ff6cbaab added quote length validation 2022-02-20 14:45:00 +01:00
Miodec 65f2f369bf Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-02-20 14:31:30 +01:00