Commit graph

3630 commits

Author SHA1 Message Date
Jack
ab975b1a35
Merge pull request #1184 from Saint-dev/master
Made it so funbox gets temporarily disabled when not taking a test
2021-04-08 19:08:10 +01:00
UnrealApex
9bcce1d365
Merge pull request #2 from Miodec/master
fixed load from preset button not working
2021-04-08 11:02:03 -07:00
Saint-dev
9847db8720 fixed bug with setting funbox to none 2021-04-08 13:53:29 -04:00
Jack
c7322a6d52 fixed load from preset button not working 2021-04-08 18:45:48 +01:00
UnrealApex
36f73dd8c1
Update README.md 2021-04-08 10:34:51 -07:00
UnrealApex
48df0d5267
Merge pull request #1 from Miodec/master
merge
2021-04-08 10:32:50 -07:00
Jack
baba5c656a Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-04-08 18:20:30 +01:00
Jack
0f528a31c6 duplicated all files for click 4, if this doesnt fix the static issue i dont know what is causing it anymore 2021-04-08 18:20:26 +01:00
Jack
92b75f24b0
Merge pull request #1206 from UnrealApex/master
Added Maze Runner quotes
2021-04-08 18:13:31 +01:00
Jack
7a7d603fd4 added funbox watermark to the graph 2021-04-08 18:10:34 +01:00
UnrealApex
0a12e46af7 added Maze Runner quotes 2021-04-08 16:55:25 +00:00
Jack
de866e895a Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-04-08 17:05:10 +01:00
Jack
0aad37f67f added some more quotes 2021-04-08 17:04:01 +01:00
Saint-dev
ecbd6000c3 fixed funbox type not showing in results screen 2021-04-08 12:02:02 -04:00
Jack
2c88fb98fd fixed typo 2021-04-08 16:51:14 +01:00
Jack
c978e9db1f
Merge pull request #1194 from SeerLite/timer-color-main
Make default timer color "main" and full opacity
2021-04-08 16:40:03 +01:00
Jack
72316efaeb fixed timer default size 2021-04-08 16:39:20 +01:00
SeerLite
0a31eda4db Improve default timer style and color
Sets timer style to mini, color to "main" and full opacity.
So it looks better by default with most themes. With some themes the
previous black+0.25 was really hard to see, or just looked really bad.
2021-04-07 16:53:35 -04:00
seaerchin
33429969d5 feat(commandline): adds toggling for keymaps legend on cli 2021-04-08 03:22:44 +08:00
seaerchin
30ca2a8a62 refactor(config): updated config/statics to be clearer 2021-04-08 03:13:24 +08:00
seaerchin
1e05a20d23 feat(config): adds dom manipulation to config to update keymap 2021-04-08 02:48:32 +08:00
seaerchin
795f695d88 fix(config): fixed setting keymap legends 2021-04-08 01:08:06 +08:00
seaerchin
ecc3902a6a refactor(settings-group): minor refactor to make it cleaner 2021-04-08 00:31:23 +08:00
seaerchin
29812fba21 feat(css/html): added css/html for keymap legend styling 2021-04-08 00:07:24 +08:00
seaerchin
755d4489e3 feat(settings): added keymap legends style 2021-04-08 00:06:43 +08:00
seaerchin
60081674c4 feat(config): adds keymap legend styles defaults and update functions to config 2021-04-07 23:51:39 +08:00
seaerchin
83b3d9e66d feat(static/keymap): adds static files for keymap legend stylkes 2021-04-07 23:50:14 +08:00
Jack
ea52eeff09
Remove duplicates in czech_1k.json by CrumblyLiquid
Remove duplicates in czech_1k.json
2021-04-07 16:39:46 +01:00
Jack
2d83c75e20
Merge pull request #1196 from UnrealApex/master
Monkeytype image to website on README
2021-04-07 16:38:51 +01:00
UnrealApex
b781c6822d
Monkeytype image to website
Added link to Monkeytype website in Monkeytype image.
2021-04-06 12:25:18 -07:00
UnrealApex
e242efc00f
Merge pull request #10 from Miodec/master
Merge
2021-04-06 12:21:29 -07:00
CrumblyLiquid
e8b96da852
Remove duplicates in czech_1k.json
Removes a bunch of duplicates (most of these duplicates were also incorrectly capitalized)
Fixes some capitalization issues
Removes "li" which is not a word but rather a type of suffix
2021-04-06 21:04:05 +02:00
Jack
9cfa0a8344
Merge pull request #1191 from gavinmn/apple-touch-icon
Add apple-touch-icon favicons for Safari and iOS
2021-04-06 18:18:15 +01:00
Jack
af4adc64d8
Merge pull request #1192 from CrumblyLiquid/patch-1
Update czech.json
2021-04-06 18:18:06 +01:00
CrumblyLiquid
2a1af4c935
Update czech.json
"-li" is not a word and "Český" was there twice (source: I'm native speaker)
2021-04-06 18:04:22 +02:00
SeerLite
72c846416d Treat null new config as empty
localStorage.getItem() returns null for inexistent keys.
2021-04-06 12:01:47 -04:00
SeerLite
18141a52a6 Clear each cookie after migrating it 2021-04-06 12:01:47 -04:00
SeerLite
2945416609 Try to migrate from cookies to localStorage 2021-04-06 12:01:47 -04:00
SeerLite
a907d1e584 Use localStorage instead of cookies
Cookies are sent to the server on each request and are not recommended for
storing large amounts of data.
2021-04-06 12:01:44 -04:00
Gavin Nelson
3b6e7ec388 Added apple-touch-icon favicons for Safari and iOS 2021-04-06 15:39:04 +00:00
Jack
66b228241a
Merge pull request #1185 from SeerLite/dont-quicktab-commandline
Don't quick tab restart when command line is open
2021-04-06 16:10:43 +01:00
Jack
a2763de590 Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-04-06 16:10:23 +01:00
Jack
fc5753fd5d
Merge pull request #1190 from 71xn/added-gmk-muted-theme
Create muted.css
2021-04-06 16:09:56 +01:00
Jack
35bf71eae6 fixed db config restarting the test 2021-04-06 16:07:53 +01:00
Jack
a973a16a0a hopefully fixed the screenshot state freezing #1189 2021-04-06 15:34:17 +01:00
Jack
dbdbe75bd0 fixed merch banner not clickable 2021-04-06 14:06:51 +01:00
Finn Lestrange
3d38dd905a
Update _list.json 2021-04-06 12:55:10 +01:00
Finn Lestrange
be6436ba29
Update muted.css 2021-04-06 12:54:41 +01:00
Finn Lestrange
3467ba6715
Update _list.json 2021-04-06 12:10:04 +01:00
Finn Lestrange
862041b29c
Create muted.css
created a muted color scheme  / theme based on the GMK muted keycap set
2021-04-06 12:08:12 +01:00