Commit graph

10730 commits

Author SHA1 Message Date
Christian Fehmer 4e44004805
cleanup 2024-05-15 17:50:06 +02:00
Christian Fehmer 324284da0f
Merge branch 'master' into feature/add-hiviz-theme 2024-05-14 10:28:13 +02:00
Christian Fehmer e6e0dbf3f2
tweaks 2024-05-14 10:00:08 +02:00
Christian Fehmer f1dc32d223
feat: add hi viz theme 2024-05-13 16:08:50 +02:00
Miodec d1c4ce8cd9 chore: release v24.20.0 2024-05-13 15:13:59 +02:00
Miodec 9d14014659 chore: quote lengths script 2024-05-13 15:03:41 +02:00
Miodec 779673e08a fix(quotes): user reports 2024-05-13 15:03:23 +02:00
Miodec f29ccb7c40 refactor: current quote state
remove current quote from word generator and quote controller
only use the one inside test words

closes #5368
2024-05-13 13:27:53 +02:00
Christian Fehmer 059c9e271b
test: update to vitest 1.6.0, use v8 coverage provider (#5389) 2024-05-13 13:25:21 +02:00
Christian Fehmer a9f11719a3
fix(self hosting): remove extra quotations on firebase/recaptcha config (#5383)
!nuf
2024-05-13 12:26:46 +02:00
Miodec 0158292524 style(blind mode): dont highlight letters to the right of the caret when blind mode and stop on letter are enabled
closes #5387
2024-05-13 12:10:28 +02:00
Miodec c9c4d7fdc1 fix(tape mode): words sometimes moving to the left, outside the window 2024-05-13 12:10:28 +02:00
Miodec 49f694a1a0 style(account page): move joined and streak hover messages to the right
closes #5376
2024-05-13 12:10:28 +02:00
Miodec 7b7c4ae6b9 impr(account): replace "custom custom" with just "custom" in the result history table 2024-05-13 12:10:28 +02:00
Tanish f1a1432066
fix(9009): removed double colorful-error-color (Taz03) (#5384)
!nuf
2024-05-13 11:56:43 +02:00
Christian Fehmer 0dab2ecd7e
impr: build docker images for linux/arm64 on release (#5369)
!nuf
2024-05-13 11:53:46 +02:00
K0stov 6c32717be8
impr(remove fancy typography): add low quotation mark (K0stov) (#5381)
The low quotation mark is common in Eastern European languages. It functions the same as American “/British ‘.
2024-05-13 11:51:49 +02:00
StickminBruv e6d020abb7
feat(themes): add cy red (StickminBruv) (#5375)
* Create cy_red.css

Going to add error colors soon

* Update _list.json

Added theme to list

* Update _list.json

Added a comma to fix one of the checks

* Update _list.json

Added bracket to fix a check

* Update cy_red.css

Added brand new error colors to comply with "red theme, red error" thing

* Update _list.json

Fixed bracket i think

* Update _list.json

Added a "
bruh moment

* Update _list.json

Added a comma
2024-05-13 11:48:32 +02:00
wiichicken 8b95874cae
style(custom test duration popup): use special elements to highlight keys for consistency (wiichicken) (#5374) 2024-05-13 11:08:21 +02:00
ethan 86f16c31b9
impr(quotes): add 2 quotes and fixed a typo in chinese simplified(extoplasm) (#5373)
* added two quotes in chinese_simplified.json

* Update chinese_simplified.json

miscounted length of first quote

* updated quotes, added more

* Update chinese_simplified.json

miscounted quote lengths (again) (oops)

* accidentally did forward slash when doing newline

* fix length

* added 2 quotes and fixed a typo in quote id: 4

---------

Co-authored-by: Jack <jack@monkeytype.com>
2024-05-08 14:34:52 +02:00
Miodec c11f6aed89 fix(language): remove duplicates
!nuf
2024-05-08 14:24:32 +02:00
Miodec b941423343 chore: missing languages in list and group files 2024-05-08 12:49:48 +02:00
Miodec 95f5e6c427 fix(words generator): infinite custom text tests not working correctly 2024-05-08 12:43:55 +02:00
Miodec 39dd905b47 fix: optional chaining
!nuf
2024-05-08 00:13:57 +02:00
Miodec aef3aef8cd feat(language): add japanese romaji 1k (nthngnssmnnglss) 2024-05-08 00:13:57 +02:00
Miodec 97b2766a9e fix: dropdown element flashing for couple frames on page load 2024-05-08 00:13:57 +02:00
Miodec f9c3f16f8a chore: remove daily lb which is no longer in the backend 2024-05-08 00:13:57 +02:00
Miodec 38fb774dd3 impr(commandline): add "add/remove quote to favorites" commands
closes #5368
2024-05-08 00:13:57 +02:00
Jack Hartwig 9c652d29e8
fix: issue where '\n\n' was not rendering correctly in custom text (SpaceWaffles5827) (#5370)
* fix: issue where '\n\n' was not rendering correctly in custom text

* fix: prettier styling
2024-05-07 10:13:14 +02:00
Miodec e9a83d5a62 fix: bailed out tests triggering inconsistent duration check 2024-05-06 23:36:34 +02:00
Miodec 90a888f73f fix(leaderboard modal): language selection dropdown position when scrolling 2024-05-06 15:33:45 +02:00
Miodec 08e8f7b1fd chore: release v24.19.0 2024-05-06 14:44:13 +02:00
ethan 9b41131e01
fix(quotes): replace /n with \n (extoplasm) (#5356)
* added two quotes in chinese_simplified.json

* Update chinese_simplified.json

miscounted length of first quote

* updated quotes, added more

* Update chinese_simplified.json

miscounted quote lengths (again) (oops)

* accidentally did forward slash when doing newline

* fix length

---------

Co-authored-by: Jack <jack@monkeytype.com>
2024-05-06 14:32:17 +02:00
Md. Shahnewaz Siddique 8705b1cf1b
fix(word generation): use correct fullstop and digits for bangla (shahnewaz-labib) (#5355)
* fix: add "।" instead of "." if bangla word

* fix: convert to bangla numerals
2024-05-06 14:32:02 +02:00
github-actions[bot] ca15ca6786
refactor: run prettier (#5363)
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
2024-05-06 14:31:17 +02:00
Md. Shahnewaz Siddique e88601d344
fix(word generation): display proper period and numbers for hindi (#5366) 2024-05-06 14:21:10 +02:00
Miodec 7fd31dcc72 fix(bar timer progress): not animating for the first second of the test 2024-05-06 14:04:42 +02:00
Miodec c1e4fb3722 chore: allow user deletion again 2024-05-06 13:35:54 +02:00
Miodec 9714ac95c5 fix: enter not working as space in 58008 funbox if quick restart was set to enter 2024-05-06 13:35:43 +02:00
Miodec bc7ca45a12 chore: add supporter 2024-05-06 11:34:02 +02:00
Miodec 2f3fc419b8 chore: remove unused code 2024-05-05 18:11:36 +02:00
Miodec 80e0af764f fix(result saving): dont save results if the tab was manually slowed down 2024-05-05 18:10:40 +02:00
Miodec 413a74bb84 impr(numbers util): add roundTo1 function 2024-05-05 18:05:18 +02:00
Miodec a6a4e09366 style: improve banners 2024-05-04 21:31:49 +02:00
Miodec d06203cf2d fix(timer progress): mini and bar style not animating when shown 2024-05-04 19:31:36 +02:00
Miodec 790fc8cb38 impr(large test stats): better positioning on all screen sizes 2024-05-04 19:28:06 +02:00
Miodec 856beb434e fix(url handler): escape html 2024-05-04 14:12:23 +02:00
Miodec 876f6c0a0d add supporters 2024-05-03 23:29:53 +02:00
Miodec 1a0e9ecfc6 fix(challenge): loading challenges from the URL 2024-05-03 13:07:23 +02:00
Miodec 5d6cf32f1a fix(challenge): ive got the power not loading correctly 2024-05-03 12:44:56 +02:00