Commit graph

8846 commits

Author SHA1 Message Date
Evan 4781c6e8d4 Update misc.ts 2023-03-10 13:34:46 -06:00
Evan 27965be7ff Merge branch 'master' into strict-equality 2023-03-10 13:27:10 -06:00
Evan 0ee13d8ac8 Merge branch 'strict-equality' of https://github.com/monkeytypegame/monkeytype into strict-equality 2023-03-10 13:22:29 -06:00
Miodec 00646da6fe removed single quotes from slovak punctuation 2023-03-10 16:06:58 +01:00
Miodec c70567e9b1 using different colors if main and text are the same
closes #4060
2023-03-10 14:25:11 +01:00
Miodec 104170c295 updated dracula theme to avoid using the same color for main and text 2023-03-10 14:25:11 +01:00
Nolan 108fefd481
added cherry blossom theme (#4057) mushytoast
* Create cherry_blossom.css

* Update _list.json

* updated sub alt color

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-03-10 14:22:42 +01:00
lelazsq cd16b2fbf5
add maya and nila layouts (#4059) lelazsq 2023-03-10 14:20:48 +01:00
Dainternetdude 5b0cd44d5f
add three quotes to english (#4062) dainternetdude 2023-03-10 14:17:27 +01:00
Dainternetdude e2475645fd
remove "tion" from english 10k (#4058) 2023-03-09 14:51:58 -06:00
Miodec b46fa16785 customizable opacity 2023-03-09 15:29:28 +01:00
Miodec 438a1e5ac7 fixed plus n funboxes breaking custom text shorter than n+1 words 2023-03-09 13:14:34 +01:00
Miodec d239c8b12f quote reports 2023-03-09 12:56:50 +01:00
Miodec fdbd5b1b84 removed some old code that was stopping test restarts with quick restart disabled 2023-03-09 12:38:59 +01:00
Miodec 6ad52aa347 fixed custom theme colors being saved in the wrong order 2023-03-09 12:24:43 +01:00
Miodec a619c0410b scrolling window to the top when taking a screenshot 2023-03-09 12:17:03 +01:00
Miodec d8344672eb removed console log 2023-03-09 12:04:02 +01:00
Nolan 8b21be4326
Update code_luau.json (#4054) MushyToast 2023-03-09 11:30:52 +01:00
Miodec af2677a338 closing result tags popup with escape 2023-03-08 15:49:23 +01:00
Miodec 6a6d475e51 dynamically blending colors for the heatmap
fixes #1613
2023-03-08 15:44:40 +01:00
Miodec e1ab1b676c updated logic to avoid double update on test restart 2023-03-08 14:07:08 +01:00
Miodec 06d797bd99 moved words input outside words wrapper to avoid weird graphical glitches 2023-03-08 14:07:08 +01:00
Miodec 0916fa9436 updating words input position on font size change 2023-03-08 14:07:08 +01:00
Miodec 8e39ee1041 when using practice words, not remembering custom mode 2023-03-08 14:07:08 +01:00
Boris Gubanov ba8078583c
Update russian.json (#4053) boris-gu
Corrected the English letter "e" to the Russian letter (line 1663).
2023-03-08 13:22:38 +01:00
Nolan f72509cdae
Update code_lua.json (#4052) MushyToast 2023-03-08 13:19:04 +01:00
Miodec 2d45dc4283 added special cases for tape mode and initial call with the right langauge 2023-03-07 21:50:49 +01:00
Miodec fc91e48692 reworked this a bit 2023-03-07 21:42:19 +01:00
Miodec 26c9fcbc38 line jump doesnt actually need to call this 2023-03-07 21:13:20 +01:00
Miodec 2e284e364e no sleep needed 2023-03-07 21:10:33 +01:00
Miodec 41b71fbf21 missing parameter 2023-03-07 21:10:01 +01:00
Miodec 4e9c432c64 moved funciton call 2023-03-07 21:06:44 +01:00
Miodec 6a587ede8d reverted the sleep and checking tape mode instead 2023-03-07 21:02:26 +01:00
Miodec 88bf436baa added sleep 2023-03-07 20:47:27 +01:00
Miodec 7a3e84c0f6 actually fixed tape mode 2023-03-07 20:30:10 +01:00
Miodec a336bda8eb moving the words input to the 2nd line instead of center of the words wrapper 2023-03-07 20:15:34 +01:00
Miodec de0ea5e288 fixed broken tape mode 2023-03-07 19:59:44 +01:00
Miodec 967d111ab3 added sleep back in (turns out it was needed) 2023-03-07 19:55:01 +01:00
Miodec 8f05221507 enabled smooth scroll in css 2023-03-07 18:56:27 +01:00
Miodec f4dd3799d3 placing the words input in the center 2023-03-07 18:54:57 +01:00
Miodec 07ab45d167 disabled autoscroll 2023-03-07 18:54:43 +01:00
Miodec 9f9ac13764 adjusting if lines is less than 3 2023-03-07 18:30:52 +01:00
Miodec 2d56f2d1f2 not exporting for no reason 2023-03-07 16:29:07 +01:00
Miodec 26cc834a31 moved function to config listener to get rid of an import 2023-03-07 16:28:43 +01:00
Miodec 4d73c306d4 dynamically adjusting words and words wrapper height in custom mode
closes #3805
2023-03-07 16:24:59 +01:00
Miodec d5165f137c updating words input position each time user moves to the next word to move the IME suggestion box
only shows up in japanese, korean and chinese languages for now (not sure which other languages use this)
closes #4022
2023-03-07 15:08:04 +01:00
Miodec 31b1474a47 moved words input inside words wrapper 2023-03-07 14:57:37 +01:00
hanabo-mk 98de529b94
Added new German quotes (#4048) hanabo-mk
* Added new quotes.

* Fixed lengths and IDs

* Fixed lengths AGAIN

* Fixed lengths one more time
2023-03-06 18:52:03 +01:00
Miodec 8761b59d2f fixed scroll to top button not working on all pages 2023-03-06 15:52:38 +01:00
Miodec 85606bcb6c added strong types to later queue
closes #3966
2023-03-06 15:40:53 +01:00