Commit graph

3716 commits

Author SHA1 Message Date
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
Jack 566fc527a3
Merge pull request #1186 from Smithster/master
Custom background image filter
2021-04-06 01:36:55 +01:00
Jack e2b1e2ade1 updated styling 2021-04-06 01:35:28 +01:00
Jack 86dc8f130f added saved notification 2021-04-06 01:25:28 +01:00
Jack f5c65314b6 changed the way dom elements are referenced in js 2021-04-06 01:13:21 +01:00
Jack b7f4d3c01a removed contrast
changed the way numbers are updated
2021-04-06 01:09:15 +01:00
Jack 0d802703b8 removed unnecessary events 2021-04-06 01:03:37 +01:00
Smithster 4f418788c4 fixed warnings in custom-background-filter 2021-04-06 00:59:13 +01:00
Smithster 48c7835f2b added max option to custom background image size 2021-04-06 00:58:55 +01:00
Smithster 230da777cb Added custom background filters 2021-04-06 00:29:24 +01:00
SeerLite 015f7db29d Don't quick tab restart when command line is open 2021-04-05 18:24:00 -04:00
UnrealApex cd1d8aa305
Merge pull request #9 from Miodec/master
merge
2021-04-05 11:47:55 -07:00
Saint-dev 2df9fc379c changed how funbox was called in command-lists 2021-04-05 14:08:56 -04:00
Saint-dev dde90f829c re-added funbox notification 2021-04-05 13:59:05 -04:00
Jack 1c08d16231
Add mountain theme by sohamb117
Add mountain theme
2021-04-05 18:40:37 +01:00