Commit graph

666 commits

Author SHA1 Message Date
Bruce Berrios
dfe2edc5a5
Refactor plugin code (#2808) Bruception 2022-04-06 17:05:19 +02:00
gkaply532
89f7c360f4
add turkish q (#2806) gkaply532 2022-04-06 17:02:43 +02:00
Miodec
5463063e80 typo 2022-04-06 12:27:48 +02:00
Miodec
e01c5fb221 added buttons that will be uncommented when ready 2022-04-06 01:33:19 +02:00
Miodec
b8c31e86ab added disclaimer page 2022-04-06 01:32:53 +02:00
Miodec
986a7adcab added rewrite for static pages, removed redirect 2022-04-06 01:32:37 +02:00
chips-wq
a4f32edb3b
fixed savedtextpopup overflow (#2805) chips-wq 2022-04-05 20:11:39 +02:00
Miodec
61dd9c27d9 fixed incorrect keys being replaced by the layout emulator
closes #2800
2022-04-05 20:03:32 +02:00
DenelDuck
20ec6679a7
New punctuation functionality allowing words to end with -n't (#2792) from DenelDuck
* Initial functionality and dictionary with pairs

* functional (not optimal) solution

* remove unused import

* avoid promise callbacks, remove unnecessary else and use strict equals

* camel case
2022-04-05 18:09:03 +02:00
Renato Setoue
2302710dd0
Added: Special Characters for Portuguese (accents and cedilla) with 2K words. (#2801) 2022-04-05 17:42:20 +02:00
Jack
2f29f7b834
Using html templating to split html into smaller files (#2793)
* split html into smaller files

* added remove plugin to remove leftover split html files from the public directory

* fixed merge
2022-04-03 16:40:41 +02:00
Rizwan Mustafa
c66ab852c4
Fixed styles not showing up (#2799)
* Fixed styles not showing up

* Removed unused css file
2022-04-03 15:34:41 +02:00
Miodec
68147b9596 added welsh character to lazy mode 2022-04-02 17:45:19 +02:00
Miodec
cf2924825a monke banner 2022-04-02 02:09:31 +02:00
Miodec
7a76622cfb removed old link 2022-04-02 02:06:06 +02:00
Miodec
52b24b9e5f fixed incorrect result hash error on script challenges 2022-04-01 19:55:30 +02:00
Miodec
6554b8b0ec fixed some styling issues caused by the minified html 2022-03-31 19:34:39 +02:00
Miodec
7cfbfe152f incorrect param name 2022-03-31 01:12:42 +02:00
Miodec
bcb7dcd284 added link redirect 2022-03-31 01:10:46 +02:00
Miodec
433b2fc130 added chunkhash to the css file 2022-03-30 23:58:57 +02:00
Miodec
e99e09dde3 handling object errors 2022-03-30 16:03:01 +02:00
Miodec
417d81883d removed section about sw cache (no longer used) 2022-03-30 00:07:31 +02:00
Miodec
c1a8e59a9a fixed checkboxes not working in simple popups 2022-03-28 23:46:34 +02:00
Miodec
9d5373728b fixed broken custom theme inputs 2022-03-28 17:59:17 +02:00
Miodec
52f16fe095 added margin back 2022-03-28 17:26:21 +02:00
Miodec
20226fd43a test 2022-03-28 16:26:32 +02:00
Miodec
2a0c1bb4bc removed update on tab click 2022-03-28 15:27:59 +02:00
Miodec
9d3a2d630b changed checkboxes to use check icons instead of changing background color
closes #2776
2022-03-27 20:22:19 +02:00
Miodec
95f3414a27 setting time to -1 to avoid incorrect hash error 2022-03-27 20:01:29 +02:00
taboov
9c64ebdb10
Adding Kurdish Language (#2763) taboov
* Adding Kurdish Language

* Update _groups.json

* Update _list.json

* Update and rename central_kurdish.json to sorani.json

* Update _groups.json

* Update _list.json

Co-authored-by: Jack <jack@monkeytype.com>
2022-03-27 18:59:01 +02:00
Gunung P. Wibisono
a085a8e468
add Indonesia word 10k+ (#2779) gunungpw
* add Indonesia 10k+ word list

* add `indonesia_10k.json` in `_groups.json`

* add `indonesian_10k.json` in `_list_json`

* fix double quote in `_group.json`
2022-03-27 18:52:39 +02:00
Jack
2ac6acb830
chart js annotation fix (#2783) 2022-03-27 18:47:12 +02:00
DanGonite57
f06cab2c38
Keep funbox annotation line transparent (#2784) 2022-03-27 18:45:22 +02:00
the-gremlin
396f1067b1
Added 4 new quotes (#2773) the-gremlin
* Add files via upload

Added 4 new quotes

* Delete english.json

* Removed newline
2022-03-27 16:08:52 +02:00
Miodec
f01a69affc expanded the secondstostring function
now supports different delimiters
hiding seconds
showing days
2022-03-26 15:05:22 +01:00
Miodec
7a107ea3b5 added dates support to psas 2022-03-26 15:04:33 +01:00
Miodec
ca8a986eab psas can have dates 2022-03-26 14:57:19 +01:00
Miodec
18d3048242 stopping function if snapshot is nullish 2022-03-26 13:44:51 +01:00
Miodec
5c0eb4d0a3 result graph fix 2022-03-26 00:19:33 +01:00
Miodec
28ff1a3e42 removed unnecessary function call 2022-03-26 00:12:53 +01:00
Miodec
707e4f040e awaiting chart updates before updating chart 2022-03-25 23:55:32 +01:00
Miodec
669032e66e linking to instatus in the maintenance banner 2022-03-25 19:49:41 +01:00
Bruce Berrios
ad8c433e45
Save exact (#2769) 2022-03-25 16:01:45 +01:00
Miodec
4901de2d31 fixed pace caret not coming back after dissapearing 2022-03-25 15:49:16 +01:00
Rizwan Mustafa
47c7fd42c7
Improve webpack - Reduced filesize by 18% by converting from node-object-hash to object-hash (#2768) rizwanmustafa
* Refreshed the PR

* not sending stringified result anymore

* removed length check

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-03-25 15:36:04 +01:00
Miodec
623e280aa5 fixed numpad not working with layout emulator
closes #2755
2022-03-25 14:45:03 +01:00
Miodec
d7ff5f0f74 removed word
closes #2761
2022-03-25 13:48:27 +01:00
Miodec
75305c51e2 added error 2022-03-25 13:37:44 +01:00
Miodec
e2d409f1d3 importing only whats needed 2022-03-25 13:29:17 +01:00
Evan
cbca2a8957
Remove JavaScript Compilation from the Frontend (#2764) Ferotiq
* remove javascript compilation from frontend

* add dat back

* I'm going risky

* regen and put the type back
2022-03-25 13:19:21 +01:00