Commit graph

10464 commits

Author SHA1 Message Date
Miodec
1686287f93 impr(dev): add configurable server response slowdown 2024-03-14 23:04:01 +01:00
Miodec
da7e59a28a fix: website sometimes showing signup/login is disabled even though its not
it was happening if the website loaded faster than the /configuration api call
2024-03-14 22:38:05 +01:00
Miodec
0ac470656c refactor: move /configuration below the artificial dev slowdown 2024-03-14 22:35:12 +01:00
Miodec
6b1a413f4f chore: release v24.11.3 2024-03-14 21:55:02 +01:00
Miodec
3a012bd3b9 fix: sign up captcha challenge appearing under the modal, making it impossible to sign up 2024-03-14 20:37:45 +01:00
Miodec
c3671fbc75 refactor(animated modal): change constructor parameter to a single object 2024-03-14 17:17:29 +01:00
Miodec
df8b1031ed style(alerts): make the container a bit wider 2024-03-14 17:16:32 +01:00
Miodec
b6b22b3cf5 impr(animated modal): add option to automatically focus and select on show 2024-03-14 17:02:28 +01:00
Miodec
9c73697b37 impr(modals): add chaining support 2024-03-14 16:47:08 +01:00
Miodec
2a4e0b1fea refactor(user report modal): use new modal system 2024-03-14 12:21:22 +01:00
Miodec
176e344b09 fix(language): remove misspelled word in english 450k 2024-03-13 22:09:31 +01:00
Miodec
f8ce7cfbe9 refactor(pb modal): use new modal system 2024-03-13 17:23:40 +01:00
Miodec
60f6e4d77b refactor(streak hour offset): user new modal system 2024-03-13 17:08:25 +01:00
Miodec
22ccebc5e9 fix(quick restart): always navigating to test page when pressing enter 2024-03-13 15:43:54 +01:00
Miodec
14280df96f refactor(animated modal): add 'focusFirstInput' param to show function 2024-03-13 15:39:47 +01:00
Miodec
1efbc5a24e refactor(custom word amount modal): use new modal system 2024-03-13 15:39:47 +01:00
Christian Fehmer
902b32a0b4
fix: fix handling of undefined key in event handler (fehmer) (#5223) 2024-03-13 14:58:28 +01:00
Miodec
d249633910 fix: mobile commandline button not working 2024-03-13 13:35:22 +01:00
Miodec
32968d60e1 fix: version history being too wide on narrow screens 2024-03-13 13:32:20 +01:00
Miodec
c3f972c733 chore: release v24.11.2 2024-03-13 12:57:38 +01:00
Miodec
3aeba3098c fix(commandline): presets and tags not showing up in single list mode
fixed by calling beforelist when generating the single list
this also means the list needs to be generated every time the commandline is opened
because of that, list caching has been moved to the commandline module
2024-03-13 12:42:12 +01:00
Miodec
c1b71fb9ea impr(commandline): show active tags with a check icon 2024-03-13 12:08:19 +01:00
Jeanot Zubler
0f6861d493
impr: replace ß in all variations of swiss german (Jeanot-Zubler) (#5224) 2024-03-13 00:31:08 +01:00
Miodec
04e277438c chore: fix newverisonindicator opening version history modal 2024-03-13 00:29:53 +01:00
Miodec
c1c0f45708 refactor(version history modal): use new modal system 2024-03-13 00:27:51 +01:00
Miodec
a172225510 refactor(cookie modal): rename file, move file, use setup function, style update 2024-03-13 00:16:48 +01:00
Miodec
cadf6502ef chore: remove unused import 2024-03-13 00:15:50 +01:00
Miodec
bbb2644d87 chore: unnecessary code
words will get focused when restarting the test
2024-03-13 00:01:38 +01:00
Miodec
b2d10e0dc5 refactor(import export modal): use setup function, move file, style 2024-03-12 23:46:40 +01:00
Miodec
09e9556ae6 refactor(register captcha): use new modal system 2024-03-12 23:39:43 +01:00
Christian Fehmer
7d3c4be04d
impr(language): update estonian word sets (Ksaspar, fehmer) (#5222) 2024-03-12 23:11:34 +01:00
Miodec
9390206082 refactor(animated modal): add animation duration property 2024-03-12 16:48:21 +01:00
Miodec
5400d06887 chore: remove throw 2024-03-12 16:45:01 +01:00
Miodec
0a401917b3 refactor(share custom url modal): use new modal system 2024-03-12 16:41:24 +01:00
Miodec
3e8fbb7d4b refactor: use try/catch 2024-03-12 15:37:33 +01:00
Miodec
3f2cfca361 chore: stop show if already open 2024-03-12 15:34:51 +01:00
Miodec
e1878b91d2 chore: remove unnecessary event handler 2024-03-12 15:28:15 +01:00
Miodec
705c984c6d chore: release v24.11.1 2024-03-12 15:09:41 +01:00
kelvine
c906641d36
docs: corrected grammar in about.html (#5194)
* corrected grammar in about.html

I made grammar corrections as what was there wasn't sounding right

* Update about.html
2024-03-12 14:35:55 +01:00
MordecaiO
33b08517f4
impr(quotes): add english quote (MordecaiO) (#5215)
* impr(quotes): add one english quote

* chore: correct char length

* double quotes, remove first quotes, capitalisation

---------

Co-authored-by: Jack <jack@monkeytype.com>
2024-03-12 12:11:59 +01:00
Christian Fehmer
9432602727
impr: add selfhosting using docker only (fehmer) (#5170)
* impr: add selfhosting using docker only

* add recaptcha config and docs

* add documentation on the backend-configuration.json file, remove ---redacted--- from example config

---------

Co-authored-by: Jack <jack@monkeytype.com>
2024-03-12 12:02:13 +01:00
Christian Fehmer
b31dba6b7a
feat(language): add klingon (fehmer) (#5201)
* lang: add klingon

* cleanup
2024-03-12 11:58:41 +01:00
Miodec
f91d6d7e6b chore: quote lengths script 2024-03-11 22:32:40 +01:00
Miodec
9a4a3eab23 fix(quote): user reports 2024-03-11 22:31:25 +01:00
Mikhail Ivanov
720d0f4468
fix(language): remove capital letters in russian_10k.json (zaqzxcswsde) (#5202)
While it's correct for the words "Москва" and "Россия" to be capitalized, they seem out of place being that way among ~10k lowercase words.
2024-03-11 20:54:45 +01:00
Exploration
ab5c130b59
impr(quotes): add English quotes (TheExploration) (#5190)
* impr(quotes): add English quotes

* fix
2024-03-11 20:44:54 +01:00
Christian Fehmer
f63f3184a7
feat: add ook coding language (fehmer) (#5203) 2024-03-11 20:34:45 +01:00
github-actions[bot]
d224a80658
refactor: run prettier (#5205)
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
2024-03-11 20:33:28 +01:00
Christian Fehmer
8eb3206c8a
refactor: get actual rank with the user data instead of using lbmemory (fehmer) (#5189)
Co-authored-by: Jack <jack@monkeytype.com>
2024-03-11 20:29:18 +01:00
Martin Trigaux
1bb0bdffb0
fix(server): config saving with layout that includes a dash (mart-e) (#5193)
* [FIX] Accept layout with dash

At least seht-drai and ergo-l is not compatible

* add regex

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2024-03-11 20:17:10 +01:00