Commit graph

6035 commits

Author SHA1 Message Date
Miodec e08cdf1675 removed toggle functions 2022-02-10 01:04:54 +01:00
Miodec 31c799e653 removed unused code 2022-02-10 00:54:48 +01:00
Miodec 9712443c3c modified the way lazymode, funboxes and british english are applied
defined which funboxes affect word generation
fixed tests not restarting again when funbox is not supported
closes #2422
2022-02-09 23:16:54 +01:00
Miodec 25bb04a391 fixed watch paths 2022-02-09 20:43:42 +01:00
Miodec a991545c12 fixed watch paths 2022-02-09 20:39:41 +01:00
Miodec 6684155cef added kogasa function 2022-02-09 19:19:10 +01:00
Miodec 351cc2bcb2 added indicate typos: replace,
added indicate typos: below,
removed indicate typos: on
closes #2444
2022-02-09 19:18:54 +01:00
Bruce Berrios 16855219f8
Cache dependencies (#2454)
* Cache dependencies

* Add linting to pre-commit hook
2022-02-09 11:45:27 -05:00
Teddi eef8970d98
Fixed a typo and update paths in THEMES.md (#2453)
* Update _list.json

* Update _list.json

* Update THEMES.md

* Update THEMES.md
2022-02-09 16:49:58 +01:00
Miodec c7a200b476 checking if token wasnt revoked
added error if token was revoked
fixed token errors
2022-02-09 14:18:49 +01:00
Teddi 5bd0c854e8
Passion Fruit Theme (#2450) by teddinotteddy
* add passion fruit theme

* Update _list.json
2022-02-09 12:43:03 +01:00
Bruce Berrios 586ae50b0f
Fix install command (#2448) 2022-02-08 23:52:54 +01:00
Bruce Berrios c8af14baab
Fix PR check action (#2447)
* fix

* Install all dependencies

* Fix PR check action

* Fix lint

* Update install.sh and remove pretty check
2022-02-08 22:17:26 +01:00
Bruce Berrios ccafcee72d
Oops (#2446)
* fix

* Install all dependencies
2022-02-08 21:41:59 +01:00
Bruce Berrios f4a9147308
Setup PR check action (#2445) by Bruception 2022-02-08 21:27:14 +01:00
Miodec 43197ea21b updated gitignore 2022-02-08 20:41:56 +01:00
Miodec 2ba26ff1d2 updated gitignore 2022-02-08 20:35:07 +01:00
Bruce Berrios 345740db5f
Separate backend and frontend dependencies (#2441) by Bruception
* Add request validation to user endpoints

* Remove tag id log

* Remove verbs from endpoints

* Remove old code

* Remove uid

* Fix

* Remove name from URI

* Rename utils

* Fix

* Move prettier

* Update gulp file

* Add additional scripts

* Update package-lock

* Update contributing.md

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-02-08 20:33:41 +01:00
Miodec c4e62dddfb refreshing after authentication changes. closes #2438 2022-02-08 19:41:28 +01:00
xiao 73c5b291d8
Added some quotes, fixed up some sources. (#2443)
* Added some quotes.

* Fixed ids

* Added length property to quotes.

* Fixed typo in quote 5716.

* Removed less accurate duplicate of quote 1099.

* Corrected typo in quote 5319.

* Corrected typo in quote 5798.

* Added quotes.

* Fixed source for quote 2759. Originally had garbled characters.

* Added quote

* "Fixed incorrect length"

* Fixed symbol in title

* Corrected symbol in title

* Fixed titles of some quotes.

* Fixed character in some titles.

* Prepare for pull

* Fixed a quote with incorrectly repeating "that".

* Removed random full stop from title of quote 5816

* Added a couple quotes.

* Added a quote

* Added some quotes

* Updating ids

* Fixed up missing space before hyphen.

* Removed some trailing whitespaces.
2022-02-08 12:56:15 +01:00
Cameron e0ca6cec43
chore: updated node/npm versions (#2440) 2022-02-08 00:28:56 +01:00
Bruce Berrios 76bcc4bd56
Add request validation to user endpoints (#2423) by Bruception
* Add request validation to user endpoints

* Remove tag id log

* Remove verbs from endpoints

* Remove old code

* Remove uid

* Fix

* Remove name from URI

* Rename utils

* Fix
2022-02-07 20:22:39 +01:00
Miodec 0907e964db lint warning 2022-02-07 19:06:40 +01:00
Miodec 864ef13a2a sped up local develpment workflow
only needed tasks will be ran on file save
 - lint js on js and browserify on save
 - lint json and static copy on static file save
 - sass compile on sass save
2022-02-07 18:47:24 +01:00
Miodec 2f3de1fa1e reworked build process
deploying from /public
no longer copying files to dist/gen
2022-02-07 18:47:24 +01:00
Miodec 7e7fefbb0c connected two files into one 2022-02-07 18:47:24 +01:00
Miodec b618694021 reordered tasks based on execution order 2022-02-07 18:47:24 +01:00
Miodec 0e12652c49 removed unused code 2022-02-07 18:47:24 +01:00
Miodec ab0bcf9c03 updated project structure 2022-02-07 18:47:24 +01:00
Miodec ad26b43a28 fixed require paths 2022-02-07 18:47:24 +01:00
Miodec 68e7c6ff63 Revert "overriding rules in backend"
This reverts commit 50b75c78862cfba0f83f319034dd736ff8ba1132.
2022-02-07 18:47:24 +01:00
Miodec 61cdf4d1a9 overriding rules in backend 2022-02-07 18:47:24 +01:00
Miodec ba479b31a4 disabled indentation errors 2022-02-07 18:47:24 +01:00
Miodec c27293a480 fix indentation 2022-02-07 18:47:24 +01:00
Miodec 9d443e8ce5 lint fix 2022-02-07 18:47:24 +01:00
Miodec f1560f431f test 2022-02-07 18:47:24 +01:00
Miodec ce6719e288 updated eslint config 2022-02-07 18:47:24 +01:00
Miodec 79c5b432fc moved eslint to root directory
using file eslint config
keeping folder structure when moving to dist/gen
updated some imports
2022-02-07 18:47:24 +01:00
Miodec 687f9ceba8 delete the user if it was created 2022-02-07 16:46:31 +01:00
Miodec d1556fbeab updated theme 2022-02-06 22:08:18 +01:00
Miodec 5a946afa82 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-02-06 22:01:06 +01:00
M Usman Abubakr d9dcb51ffa
added snes theme (#2424) by Usman-Abubakr 2022-02-06 22:00:37 +01:00
Miodec 8a6d67587b unregistering everything for now 2022-02-06 18:51:12 +01:00
Miodec 7e55271672 not registering the service worker for now 2022-02-06 14:38:18 +01:00
Miodec 22c0f58cd8 min wpm increase 2022-02-06 13:54:03 +01:00
Bruce Berrios bbcbc687ae
Add results schema validation (#2417) by Bruception 2022-02-06 13:33:15 +01:00
Miodec 0a3741b432 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-02-05 19:48:09 +01:00
Miodec d03e5c9e41 better popup check 2022-02-05 19:48:01 +01:00
Jazil T S c99c227a5f
Added Catppuccin theme (#2410) by tsjazil
* Create catppuccin.css

* Update catppuccin.css

* Added catppuccin theme to _list.json

* Update _list.json
2022-02-05 11:54:03 +01:00
Miodec c6be55e4cc updated readme 2022-02-04 22:37:57 +01:00