Commit graph

2522 commits

Author SHA1 Message Date
marcin grzebieluch
f123617c33
impr(practice): shuffle words when practicing missed/slow words (grzebiel) (#5519)
* impr(practice): random shuffle words in all practice modes

* change self made shuffle into CustomText.setMode("shuffle")
2024-06-25 10:20:51 +02:00
Miodec
b6069a78ac fix: scroll to top button appearing on load 2024-06-24 15:20:00 +02:00
Miodec
c534453a0a fix(punctuation): make sure punctuation characters are placed before newline or tab characters
closes #5522
2024-06-24 14:22:17 +02:00
Nad Alaba
211253becb
fix(zipf): improve approximation of zipf distribution (@NadAlaba) (#5515)
* fix(zipf): improve approximation of zipf distribution

* rename

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2024-06-24 14:08:47 +02:00
Christian Fehmer
8e1aeb3159
feat(auth): allow removal of password authentication (@fehmer) (#5499) 2024-06-17 18:23:48 +02:00
Christian Fehmer
d733996b09
impr(custom theme rename modal): automatically select input (@fehmer) (#5487) 2024-06-17 16:35:44 +02:00
Miodec
f4f83cf489 impr(dev): add button to cycle media query debug from the frontend
!nuf
2024-06-17 15:32:24 +02:00
Christian Fehmer
b4ea7f119f
impr(dev): add endpoint to create test user/data (fehmer) (#5396)
!nuf
2024-06-17 15:21:55 +02:00
Miodec
57a6fd9bd5 fix(login page): pressing enter opening google login 2024-06-17 11:48:20 +02:00
Christian Fehmer
f0ec0c04fd
fix: test activity graph showing 54 weeks (@fehmer) (#5497) 2024-06-16 23:29:08 +02:00
Miodec
92193f1dc5 impr: slightly rework the login page 2024-06-16 23:24:00 +02:00
Miodec
2c7e77be62 impr(login): start sign up button disabled
!nuf
2024-06-16 23:17:56 +02:00
Miodec
92a05f171c style: change label text color when checkbox is disabled 2024-06-16 23:08:44 +02:00
Miodec
e1510b86ea style: disable user selection on checkbox labels 2024-06-16 22:08:08 +02:00
Miodec
f9e955d319 chore: update title 2024-06-16 21:37:14 +02:00
Miodec
0042a76a2d impr(about page): add icons 2024-06-16 21:24:00 +02:00
Miodec
c747bf4527 fix: incorrect import
!nuf
2024-06-16 18:48:38 +02:00
Miodec
afe99b0abc chore: move file 2024-06-16 18:38:44 +02:00
Miodec
a22dee8a72 refactor: rewrite share test modal to use new system 2024-06-16 18:32:51 +02:00
Miodec
a84e9638af refactor: move files 2024-06-16 18:23:40 +02:00
Miodec
2a06e3a4f3 refactor: move files 2024-06-16 18:19:41 +02:00
Miodec
fe63d3f194 chore: remove old, unused code 2024-06-16 18:18:11 +02:00
Miodec
050ba42f1a impr(keymap): remove iso key when using matrix keymap on iso layouts
closes #5495
2024-06-16 16:37:53 +02:00
theiereman
98ff4b288b
impr: add character-counter class to avoid code duplication (theiereman) (#5482)
!nuf
2024-06-16 16:02:57 +02:00
Christian Fehmer
ccd2b1ef28
impr: add button to remove custom theme background (@fehmer) (#5488)
* impr: add button to remove theme background (@fehmer)

* update notification if custom background cannot be loaded. Always update remove button visibility

* update error message
2024-06-16 15:41:36 +02:00
Christian Fehmer
90e234f77a
fix: typed letters not visible in tts funbox if highlight=off (@fehmer) (#5496) 2024-06-16 15:37:09 +02:00
Miodec
120b660efc refactor: rework auth state change function
also renames a function
also extracts sign in out button code to its own file
2024-06-13 14:15:44 +02:00
Miodec
50b658b722 refactor: dont use deprecated function 2024-06-13 14:14:23 +02:00
Miodec
e290b529b7 refactor: avoid root module level function calls (except entry file) 2024-06-13 11:26:43 +02:00
Miodec
5351c4eca5 refactor: move function call 2024-06-13 00:34:32 +02:00
Miodec
7deb58cf88 refactor: github version checking 2024-06-12 20:04:12 +02:00
Miodec
26785515e9 fix: remove unused imports
!nuf
2024-06-12 18:00:40 +02:00
Miodec
b9f0365241 revert: "refactor: start without focus class"
This reverts commit a587efad69.
2024-06-12 18:00:10 +02:00
Miodec
48872a024b chore: remove old plushie banner 2024-06-12 17:47:08 +02:00
Miodec
3f8f1b9fd6 refactor: move focus call to the focus file 2024-06-12 17:46:27 +02:00
Miodec
a587efad69 refactor: start without focus class
everything else is not focused initially (it gets focused in js)
so this change is for consistency
2024-06-12 17:45:59 +02:00
Miodec
d8cda00b27 chore: add comment 2024-06-12 17:36:14 +02:00
Miodec
54f6e630a6 refactor: remove unnecessary line 2024-06-12 17:35:48 +02:00
Miodec
4dc137fe21 refactor: remove unnecessary code 2024-06-12 17:25:37 +02:00
Miodec
995f71d4ed refactor: move skeleton save to async modules 2024-06-12 17:23:50 +02:00
Miodec
9b739f6e64 refactor: move error event handlers to a dedicated event handlers file 2024-06-12 16:50:44 +02:00
Miodec
2d6d84a4d7 fix: update twitter link
!nuf
2024-06-12 16:27:21 +02:00
Christian Fehmer
d5b3103967
fix: unable to rename freshly created theme (fehmer) (#5486) 2024-06-12 10:24:52 +02:00
Miodec
0715352c5a fix(typing test): expert mode not working 2024-06-11 18:10:50 +02:00
Miodec
4e46f6bc9f fix(typig test): blind mode not highlighting missed characters as correct
(turns out that "old unused code" was actually quite important)
2024-06-11 14:25:28 +02:00
Miodec
28a397ecf2 fix(tape mode): letter scrolling not working 2024-06-11 12:58:06 +02:00
Miodec
04a64c6662 fix(typing test): line jumping too late 2024-06-11 12:52:44 +02:00
Miodec
cfbac0f153 fix(typing test): highlight mode next, next 2 and next 3 dont dehighlight typed words
closes #5395
2024-06-11 12:28:28 +02:00
Miodec
6a768b40b4 feat(funbox): add plus zero funbox. only the current word is visible 2024-06-11 12:25:26 +02:00
Miodec
d6c17664ee refactor: await word addition, call some UI functions after word addition 2024-06-11 12:25:26 +02:00