Commit graph

3243 commits

Author SHA1 Message Date
Miodec
0bd561bf80 refactor: make sure the version popup can handle new format 2023-08-17 17:09:02 +02:00
Yen Cheng
9f987a613a impr(result): display input history heatmap in the selected speed unit (ridemountainpig) (#4542) 2023-08-17 14:23:56 +02:00
Miodec
9b65a314b9 fix: missing slovak character in lazy mode 2023-08-17 14:23:56 +02:00
Miodec
acf84dd9a2 fix: morse sometimes showing undefined
Fixed by replacing accented letter with their non-accented versions

Closes #4526
2023-08-17 14:23:56 +02:00
Christian Fehmer
cef9affb32 fix(quote): remove duplicate quotes (fehmer) (#4550) 2023-08-17 14:23:56 +02:00
Nikhil Harry
ce3969c1d7 feat(quote): add c# and js quotes (sleeepstorm) (#4541)
* Added 5 C# Quotes

* Fix misplaced comma

* Added JavaScript quote

(sorry this isn't part of my C# pull request.)

* updated quote

* length fix

---------

Co-authored-by: Nikhil Harry <103459068+nikhilhex@users.noreply.github.com>
Co-authored-by: Miodec <jack@monkeytype.com>
2023-08-17 14:23:56 +02:00
Miodec
4085af1569 chore: contributors update script 2023-08-17 11:33:57 +02:00
Christian Fehmer
e4c782f9d9 refactor: use class in typing-speed-unit (ferhmer) (#4518) 2023-08-14 14:27:00 +02:00
Nikhil Harry
e06213be3c feat(quote): add C# quote (nikhilhex) (#4536)
* Added C# quote

link: https://www.geeksforgeeks.org/array-getvalue-method-in-csharp-with-examples-set-3/

* Updated quote length of my quote

I know I have it wrong but I'm not sure what I'm doing wrong so I changed it to the quote length originally (without the \n,\t,etc.)

* Changing Length of my quote due to error

It says expected length: 206 so I'm trying this
2023-08-14 14:27:00 +02:00
Miodec
288ee052f4 style: fixed line height change added in normalize.css 2023-08-14 14:27:00 +02:00
Miodec
af6af98ae1 refactor: single list commandline generation 2023-08-14 14:27:00 +02:00
Miodec
deb0293b67 style: added icons to practice commands 2023-08-14 14:27:00 +02:00
Miodec
a752a1a8cd refactor: using usual function syntax
Im not exactly sure what was the point in reassigning the show function
2023-08-14 14:27:00 +02:00
Miodec
174525c6be fix: quick single list commandline not being reverted
This fixes an issue where it was impossible to revert back to the "normal"
commandline state by deleting the leading `>` character in the commandline
2023-08-14 14:27:00 +02:00
Yen Cheng
8d128bb54b fix(theme): invisible popup text in rainbow trail (ridemountainpig) (#4527)
* fix: couldn't see aria-label text when hover

* fix: change to fix aria label with `::after`

* fix: change to fix aria label with `::after`
2023-08-14 14:27:00 +02:00
Miodec
029266c70b impr(test): base the size of large live wpm and timer on browser width 2023-08-14 14:27:00 +02:00
Miodec
2ac2ad75db style: slight refactor on settings groups 2023-08-14 14:27:00 +02:00
Miodec
208770bc52 style: updated settings page media queries 2023-08-14 14:27:00 +02:00
Miodec
8b95078223 impr(test): stop on letter now supports indicate typos
The typos will now be correctly shown to the right of the caret
2023-08-14 14:26:59 +02:00
Miodec
d2fc78b319 style: updated nav and general media queries 2023-08-13 12:34:54 +02:00
Miodec
ce43ebf26c refactor: removed code that will never run 2023-08-13 12:34:54 +02:00
Miodec
d2739e4f19 style: adjusted testConfig and modesNotice 2023-08-13 12:34:54 +02:00
Miodec
70218ec8dc style: remove one media query for nav
The change was very small and looked more distracting than it should
2023-08-13 12:34:54 +02:00
Miodec
0b6ed84ab2 style: remove transitions from testConfig
This makes for a cleaner change when passing a width breakpoint
2023-08-13 12:34:54 +02:00
Miodec
940cc018ea build: upgrade dependencies
This also fixes issue where the dev server would die when using firefox
2023-08-13 12:34:54 +02:00
sapradhan
84e5fa86be fix(language): spelling mistakes in Nepali wordlist and quotes (sapradhan) (#4528)
* fix spelling mistakes

* fix spelling mistakes in word list

* remove duplicates

* fix quote lengths
2023-08-13 12:34:54 +02:00
Miodec
c47c66146f style: add normalize.css 2023-08-12 14:59:11 +02:00
Miodec
6ae332e769 build: add postcss and autoprefixer
Autoprefixer will automatically add vendor prefixes to css on build
2023-08-12 14:59:11 +02:00
Miodec
366264dade removed unnecessary exports 2023-08-10 19:25:13 +02:00
Miodec
0615c56de8 disabled ts rule (this is already covered by linting) 2023-08-10 19:11:13 +02:00
Miodec
08bc000cf2 unnecessary exports 2023-08-10 18:55:17 +02:00
Miodec
0b69b2e1e3 added knip to find unused exports 2023-08-10 18:32:33 +02:00
Miodec
38a316715b moved to node 18.17.1 lts 2023-08-10 17:38:27 +02:00
Miodec
0ef0a50381 refactored how local and snapshot configs are compared 2023-08-10 17:14:40 +02:00
Miodec
8425a2df3a result filters is no longer part of the config object 2023-08-10 17:13:01 +02:00
Miodec
2deb1b1456 removed console log 2023-08-10 16:46:32 +02:00
Miodec
8f24d33329 const 2023-08-10 16:23:01 +02:00
Miodec
2b6373ce6e unused function 2023-08-10 16:22:49 +02:00
Miodec
07142fc1a3 unnecesary notification 2023-08-10 16:21:24 +02:00
Miodec
f286c8d586 settings section update is not needed in a loading state 2023-08-10 16:20:25 +02:00
Miodec
5f482cfc01 unnecessary loading state changes 2023-08-10 16:19:33 +02:00
Miodec
59fbd88c9c not exactly sure why the config was being saved to the db after being applied from the db 2023-08-10 16:19:12 +02:00
Miodec
7adfc2ae2b unnecessary settings update and test restart
the website will be in the loading state at this point
2023-08-10 16:18:34 +02:00
Miodec
de9da79837 checking if local config is falsy instead of only null 2023-08-10 16:16:40 +02:00
Miodec
fd1c953ace removed log 2023-08-10 16:08:02 +02:00
Miodec
0ecfa23ce8 unnecessary pace caret init 2023-08-10 15:51:23 +02:00
Miodec
6272ee694c removed unnecessary check
it is no longe possible for the config to change before db config was loaded as the website stays in a loading state while fetching from db
2023-08-10 15:50:35 +02:00
Miodec
4f6aed0277 quote reports 2023-08-10 15:25:44 +02:00
Miodec
c19ec62ffc added a third entry to the british english list
this list contains a list of possible previous words - when matched, the replacement will not happen
2023-08-10 15:25:44 +02:00
Miodec
6d2e2e7939 line reorder 2023-08-10 15:25:44 +02:00