Commit graph

10993 commits

Author SHA1 Message Date
Miodec
65a3f9dacb chore: relax user forgot password rate limit 2024-07-08 19:47:44 +02:00
Miodec
016e55036c impr: replace dead characters when using indicate typos: replace 2024-07-08 13:35:12 +02:00
Miodec
a00a8bb94c fix: changing tape mode during the test causing overflow 2024-07-08 13:17:48 +02:00
Miodec
d2caf248b3 fix: practice missed words generatic less words than expected
closes #5584
2024-07-08 11:32:03 +02:00
Miodec
ae712b3135 fix: short tests not saving towards "session typing time"
closes #5585
2024-07-08 11:25:18 +02:00
Jack
aac44aead3
refactor(caret): add lastwordelement, optimise top pos, letter width, letter height (#5567) 2024-07-05 19:18:15 +02:00
Miodec
ffc47e861d style(typing test): fix newline/tab characters not working well with some fonts 2024-07-05 18:30:05 +02:00
Miodec
9fb4005452 impr(result page): modify navigation order to make sure tab focuses the next test button 2024-07-05 17:56:43 +02:00
Miodec
b19be346f0 style(test result): fix line height of test type text 2024-07-05 17:42:55 +02:00
Miodec
39b52fac62 style(result page): fix replay play button margin 2024-07-05 17:40:38 +02:00
Miodec
6bbb11fa9e refactor(test config): use display instead of visibility for puncandnum
- this fixes an issue where punctuation and numbers buttons were focusable on the result page
 - also slightly reworks the way width animation works
2024-07-05 17:38:23 +02:00
Miodec
48b57320b2 style(core): add visibility prop to the invisible class
!nuf
2024-07-05 17:38:23 +02:00
Jack
6ccdadfe34
impr(test ui): changing tape mode no longer restarts the test (#5565)
move word wrapper class assignent to a function
make sure to update word wrapper classes when changing some settings
2024-07-05 16:13:09 +02:00
Christian Fehmer
3722000d85
fix: updateInbox claiming all rewards (@fehmer) (#5560)
!nuf
2024-07-05 13:47:54 +02:00
Christian Fehmer
1f085580e6
fix: cleanup tmp while updating users inbox (#5559) 2024-07-04 18:35:52 +02:00
Truite Séchée
cf855bd48d
impr(test config): allow keyboard navigation (@Truiteseche) (#5528) 2024-07-04 13:27:24 +02:00
Miodec
5ef6da0618 impr(shadow theme): dont dehighlight typed words in shadow theme
closes #5557
2024-07-04 12:31:12 +02:00
Miodec
b631dc4143 impr: escape html when displaying custom text names 2024-07-03 17:34:54 +02:00
Miodec
8c00315c5b impr(server): disallow dots in tags, presets and custom theme names 2024-07-03 17:34:29 +02:00
Miodec
dd4943bae0 impr(server): dont allow dots in usernames 2024-07-03 15:08:26 +02:00
Miodec
8beddebbd4 fix: active word duplication in code quotes
closes #5505
2024-07-03 13:03:05 +02:00
Miodec
d6a3cd08ea fix(test): tab-navigating away from the test words doesnt fade in the ui 2024-07-03 13:03:05 +02:00
Miodec
03937c72cd fix(word generator): repeated tests sometimes triggering generation error 2024-07-03 13:03:05 +02:00
Christian Fehmer
ea650278ea
fix: error when loading account page and quickly navigating to another page (@fehmer) (#5555) 2024-07-03 12:03:50 +02:00
Christian Fehmer
4f29aa55aa
fix: mexican theme sub alt color (@fehmer) (#5552) 2024-07-02 22:58:51 +02:00
Christian Fehmer
ce093c538d
fix: concurrency issue while claiming rewards (@fehmer) (#5553) 2024-07-02 20:39:27 +02:00
Miodec
b8fce15490 impr(commandline): add vim keybinds for navigating up and down 2024-07-01 16:10:10 +02:00
Miodec
8e83dea30f chore: release v24.27.0 2024-07-01 16:06:16 +02:00
Miodec
bfaa7b2dc4 chore: quote lengths script 2024-07-01 16:04:00 +02:00
Christian Fehmer
6d1b4f38b6
fix: test history tags button flashing on load (@fehmer) (#5550) 2024-07-01 16:03:50 +02:00
Miodec
63aad7c42f fix(quotes): user reports 2024-07-01 16:03:19 +02:00
Christian Fehmer
e8d9ce63da
chore: fix check annotations for dev routes (@fehmer) (#5549) 2024-07-01 14:46:04 +02:00
Christian Fehmer
d566ba6468
perf: optimize database access for UserDal (@fehmer) (#5544)
* impr: optimize database access for UserDal (@fehmer)

* rename getPartial to getPartialUser
2024-07-01 14:37:12 +02:00
Alejandro Escanes
63b9f7605f
impr(quotes): add code_php quotes (aescanes) (#5509) 2024-07-01 14:13:21 +02:00
Christian Fehmer
e61b377e9a
feat(theme): add terrazzo (@fehmer) (#5539)
* feat: add terrazzo theme

* typo

* update main color

* whoopsie

* review comments
2024-07-01 13:55:53 +02:00
Azim Akmatov
40b8a489bf
feat(languages): add kyrgyz_1k (akmatoff) (#5535)
* Add kyrgyz language 1k

* some more words and fixes

* remove duplicates

* FIx trailing comma, fix indentation
2024-07-01 13:54:43 +02:00
Aaron
0877723fdf
chore: replace twitter urls with x (unrealapex) (#5541)
* chore: replace twitter urls with x

* chore: fix twitter account url
2024-07-01 13:53:49 +02:00
Miodec
0b16dcefca impr(language): lowercase all assembly words for easier practice 2024-07-01 13:07:22 +02:00
github-actions[bot]
aa46f78909
refactor: run prettier (#5548)
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
2024-07-01 12:40:34 +02:00
theiereman
2714af1eeb
impr(server): trim consecutive newlines when updating user profile (theiereman) (#5538) 2024-07-01 12:30:27 +02:00
Carles Mitjans
2da6e555cc
fix(themes): wrong theme added to favorites when using random theme (mitjans) (#5532)
* fix(theme): random theme switcher (mitjans)

Signed-off-by: Carles Mitjans <carles.mitjans.coma@gmail.com>

* refactor(theme): remove unnecessary clear of random theme (mitjans)

* chore: remove some words from the profanity list

---------

Signed-off-by: Carles Mitjans <carles.mitjans.coma@gmail.com>
Co-authored-by: Miodec <jack@monkeytype.com>
2024-07-01 12:18:13 +02:00
Miodec
6da0e6a0fa chore: remove some words from the profanity list 2024-07-01 12:04:34 +02:00
Christian Fehmer
d0e9206c1b
fix(themes): mexican theme being unreadable (@fehmer) (#5536) 2024-06-27 13:32:35 +02:00
Christian Fehmer
dbef3f40bd
fix: lazy mode not working for vietnamese (@fehmer) (#5534) 2024-06-27 13:29:53 +02:00
Carles Mitjans
3346b3891a
fix(test): apply highlight mode when loading (mitjans) (#5533) 2024-06-27 13:29:26 +02:00
Michael Navarro
29bd0df379
impr(notifications): message readability on hover (navazjm) (#5529) 2024-06-27 13:22:25 +02:00
Miodec
00d73be17f impr(dev options modal): add button to show test notifications
!nuf
2024-06-27 13:20:06 +02:00
Christian Fehmer
5da8c6ed8c
fix(test activity): calendar months misalignment in some cases (#5523) 2024-06-25 10:26:37 +02:00
theiereman
e42f888ff1
impr(layout): add alt layer character to azerty (theiereman) (#5480)
* impr: Added two-step highlighting for accented characters that require the use of dead keys

* fixed azerty keymap

* using lazy mode to normalize accents

* added a larger accent map

* added alt gr characters on azerty layout

* Revert "added a larger accent map"

This reverts commit 5f2a443158.

* Revert "using lazy mode to normalize accents"

This reverts commit bec505f9fb.

* Revert "impr: Added two-step highlighting for accented characters that require the use of dead keys"

This reverts commit 6cea582260.

---------

Co-authored-by: Thomas EYERMANN <thomas.eyermann@custy.com>
2024-06-25 10:24:14 +02:00
Acas
23fb71c1ad
feat(layout): add vylet (MightyAcas) (#5525) 2024-06-25 10:23:16 +02:00