Commit graph

3784 commits

Author SHA1 Message Date
Miodec e632df7442 style: fix an outline sometimes appearing around the result 2024-04-28 14:16:55 +02:00
Miodec 25fd805004 impr(custom text): add shuffle mode
with this, you can ensure you will encounter each word at least once
2024-04-27 11:43:38 +02:00
Miodec f541f7c579 chore: remove unused import 2024-04-27 10:57:47 +02:00
Miodec 6abf0aa9b2 fix(commandline): manual mode being broken
closes #5339
2024-04-27 01:24:22 +02:00
Miodec 607da30faa style: use new content-grid system on the result page
fixes result ad causing overflow on some widths
2024-04-27 00:26:54 +02:00
Miodec 05a9b555d9 revert(comandline): debouncing input
it makes searching feel unresponsive
2024-04-27 00:14:52 +02:00
Miodec 7c3d9893e2 chore: remove rogue console.log 2024-04-27 00:02:59 +02:00
Miodec 4ed3b7d6c8 style(typing result): improve styling on narrow screens
also fix random elements causing grid issues
2024-04-27 00:02:08 +02:00
Miodec 6497aa6d25 impr(commandline): debounce the input to reduce commands flashing when typing 2024-04-27 00:01:22 +02:00
Miodec 2c4577035a impr(commandline): increase search result accuracy 2024-04-26 23:44:25 +02:00
Miodec c7e86b5062 impr(commandline): add 'wpm' alias to min speed command 2024-04-26 23:34:03 +02:00
Miodec 510b887a97 fix(config): max line width not being loaded from config 2024-04-26 23:15:22 +02:00
Miodec 04ae04dc5c impr(commandline): when searching, allow display and alias matching at the same time 2024-04-26 20:31:45 +02:00
Miodec 36df36be73 feat: add max line width
controls how many characters per line (estimated) to display during the test
literally bullied into adding it back, hope you love me again
2024-04-26 20:01:32 +02:00
Miodec 06ed908530 chore: comment unused import 2024-04-26 20:00:04 +02:00
Miodec 155c348850 style(typing test): align mini progress with the words, not the content width 2024-04-26 19:35:14 +02:00
Miodec ed9ec67264 style: remove forced display grid on full width elements
!nuf
2024-04-26 19:18:45 +02:00
Miodec 6d774ec767 revert: accidental test width change 2024-04-26 18:25:28 +02:00
Miodec 779d34c7ea fix(typing test): incorrect input placement causing weird scrolling behavior 2024-04-26 18:22:21 +02:00
Miodec 20d6c39cff impr(typing test): allow test words to breakout from the container
this completely reworks the way main content is structured

closes #5335
2024-04-26 16:57:08 +02:00
Miodec 68b3053f0c style(typing test): remove 70 character line width limit when using tape mode
part of #5335
2024-04-25 22:42:04 +02:00
Abdulbasit 1083910bcf
fix(language): typos in kurdish central 2k (#5330)
corrected some typos.
2024-04-25 13:02:49 +02:00
Miodec 76c85420a5 fix(profile): streak hover text saying that it can still be continued even though its already too late 2024-04-25 12:58:08 +02:00
Miodec 79e8566f95 refactor(config): remove "show live progress" and move it to "live progress style: off" 2024-04-25 12:58:08 +02:00
Apostolos Kyratzakos aa00a0be86
feat(language): add typescript (kyratzakos) (#5332) 2024-04-25 12:43:28 +02:00
Miodec 1b5bb7028e impr(typing test): limit line length to 70 characters 2024-04-24 18:34:24 +02:00
Miodec 0a5e7325e0 chore: bump up default font size 2024-04-24 15:28:02 +02:00
Miodec 42aa055eb4 fix(word generation): plus n funboxes causing custom tests to go over the limit 2024-04-24 14:57:41 +02:00
Miodec 99cc7042ea fix(custom text): limit sometimes being set incorrectly in simple mode 2024-04-24 14:54:02 +02:00
Jack 4039ed8b26
refactor: media queries (#5329) 2024-04-24 14:22:41 +02:00
Miodec c8e61d5941 style: lowercase about buttons for styling consistency 2024-04-24 09:59:15 +02:00
Jack ccc9a39a99
refactor: custom text logic and modal (#5327) 2024-04-23 16:58:00 +02:00
Miodec 727ff93611 impr(quote): add english quote (Ethanqg0) 2024-04-23 12:05:35 +02:00
Miodec 299fc35685 impr(loader): delay showing the loading bar by 125ms to avoid it flashing on screen for things that take a short time
!nuf
2024-04-23 12:01:12 +02:00
JojoCalabaza 59636e9d05
impr(quotes): remove inappropriate or controversial political quotes in Hebrew (JojoCalabaza) (#5323) 2024-04-23 11:59:49 +02:00
Helder Barboza 93219cfdc2
impr(language): update code_elixir (helderbarboza) (#5320)
* update strings to elixir

* remove duplicates

* remove parens

* remove one letter functions

* remove inexistant operator

* add parens back to zero-arity funs and types

* add exception modules

* add final new line

* remove parens for `SpecialForms` macros

---------

Co-authored-by: Helder Barboza <helder.fontes@sicoob.com.br>
2024-04-23 11:58:38 +02:00
cute-catgirl cc7b204350
impr(quotes): add English quotes (cute-catgirl) (#5318) 2024-04-23 11:56:43 +02:00
Miodec 9beda7debe refactor(custom text modal): use state instead of checking the dom directly all the time 2024-04-17 19:21:31 +02:00
Miodec a93e4eef11 impr(layout emulator): add urdu_phonetic 2024-04-17 13:45:17 +02:00
JojoCalabaza 208f47f455
impr(quotes): add Hebrew quotes (JojoCalabaza) (#5315) 2024-04-17 13:32:11 +02:00
Christian Fehmer 12146282e2
chore: update vitest to 1.5.0 (#5313) 2024-04-17 13:21:11 +02:00
Miodec a708eadb34 fix(stop on error): inconsistent error highlighting behavior 2024-04-15 13:32:26 +02:00
JojoCalabaza 1579aeca3d
impr(quotes): add Hebrew quotes (JojoCalabaza) (#5310) 2024-04-15 13:24:25 +02:00
ibrab000 c55d11fc6e
revert: remove layouts added by ibrab000 (#5306)
These layouts have been erased from the AKL discord server by me, and I want these layouts to also be erased from monkeytype.
2024-04-15 13:23:57 +02:00
github-actions[bot] e8484427d2
refactor: run prettier (#5308)
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
2024-04-15 13:22:26 +02:00
Tom Kuson e6ee5bbcc2
impr(language): add "@" to git keywords (#5302)
@ is a commonly used alias for HEAD.
2024-04-15 13:21:17 +02:00
Kshitiz Rohilla 23393fb46c
impr(quotes): add 5 English quotes (kshitizrohilla) (#5300) 2024-04-15 13:20:45 +02:00
Miodec 9c49341c16 fix(custom text): some saved book mode texts not working correctly
closes #5311
2024-04-14 17:18:45 +02:00
Miodec 039c95094a refactor(mobile config): use modal chaining
!nuf
2024-04-13 21:23:07 +02:00
Miodec 89920210d3 impr(account page): change tags, funbox and language filters to a multiselect dropdown
closes #5240
2024-04-12 15:35:03 +02:00