Commit graph

73 commits

Author SHA1 Message Date
Jack 85821fb95f added time display to the result of word tests 2020-05-25 16:50:50 +01:00
unknown 4f933730f7 fixed a bug where afk would be detected even when pressing backspace 2020-05-24 23:08:03 +01:00
unknown 0b1dd4c028 made sure the mouse actually moves before focusing off 2020-05-24 22:42:43 +01:00
unknown 0272adaa51 setting focus to off only if focus is already active 2020-05-24 22:29:16 +01:00
unknown e85859ba28 changed the message that the test is invalid after afk to be more descriptive 2020-05-24 22:02:42 +01:00
unknown 196b3bf0c5 added custom words button 2020-05-24 14:22:41 +01:00
unknown aa93e92289 fixed tooltips not showing up 2020-05-24 14:05:40 +01:00
unknown 7ed1b9f89d fixed the tooltips using the wrong font, closes #63 2020-05-24 13:15:16 +01:00
unknown 09968ada82 updated chart tooltips 2020-05-24 02:02:31 +01:00
unknown 148319b131 added an error line to the wpm over time chart 2020-05-23 23:52:49 +01:00
unknown 98244ac169 made sure tooltips use the right font 2020-05-23 22:33:42 +01:00
unknown e9a6940198 added afk detection 2020-05-23 16:29:36 +01:00
unknown bffc418c83 fixed font size button needing 2 clicks to activate. fixes #56 2020-05-23 14:32:45 +01:00
unknown 040115cdfb added freedom mode 2020-05-22 19:39:35 +01:00
unknown 8ccd81d542 added a custom time button 2020-05-22 19:23:15 +01:00
unknown e4551b4138 made the crown animation even smoother 2020-05-22 18:23:38 +01:00
unknown f0ce8b124d fixed a bug where changing pages too quickly would show 2 pages at once 2020-05-22 17:59:28 +01:00
unknown 11a40eeb54 time mode now shows 3 lines and generates a new line only when the second is completed 2020-05-22 16:19:09 +01:00
unknown 7e848b1b4f changed the animation of the crown icon 2020-05-22 15:41:34 +01:00
unknown 47167c6d7e Merge branch 'master' of https://github.com/Miodec/monkey-type 2020-05-22 15:19:46 +01:00
unknown ff58cc0663 the results now consider punctuation and language when checking if a crown should be showed 2020-05-22 15:19:31 +01:00
Jack bbbea34d7d fixed menu button not changing back to login when logging out. fixes #50 2020-05-22 12:00:23 +01:00
unknown 5c82667c86 fixed a bug where punctuation would dissapear after 50 words in timed mode 2020-05-22 03:19:54 +01:00
unknown 9b4d69ca3c restarting the page if the user changes the page. fixes #47 2020-05-21 23:02:19 +01:00
unknown 8aa110f28c added a dynamic, theme depended favicon 2020-05-20 23:46:25 +01:00
unknown 10b86a40af removed current langauge config from results page when completeing a custom test 2020-05-20 16:28:26 +01:00
unknown 54126a4f96 fixed words being set to height 0 when restarting the test in time mode 2020-05-20 16:22:19 +01:00
unknown bf75fc862e fixed word restart transition not being smooth and sometimes not showing words at all 2020-05-20 15:57:54 +01:00
Jack 0d5a38c9b7 added some indicators to show if its the dev project or its hosted locally 2020-05-19 12:21:27 +01:00
Jack a848b11548 - fixed a bug where on higher font sizes the words would get cut off
- removed wpm limit
2020-05-19 10:45:35 +01:00
Jack 6dc5a53a5e removed to lower case , german nouns need to be capitalised 2020-05-19 04:11:34 +01:00
Jack f76551f629 improved custom text preprocessing to remove new line, tab characters and double spaces 2020-05-19 04:03:43 +01:00
unknown 801d0358b5 made sure the website will work without analytics 2020-05-19 01:20:57 +01:00
Jack 6f8a48696a added a restart counter
added a stat on how many times the user restarted the test before completion, on average
added a stat on the percentage of completed tests
2020-05-17 13:17:08 +01:00
Jack 75b20db333 - added version to the bottom of the page
- added version history popup
- fixed a bug where livewpm still would be drawn on top
2020-05-17 12:40:41 +01:00
Jack cc1dff2ada typo 2020-05-16 20:18:13 +01:00
Jack e4de5c7f90 fixed a bug where sentences would be built in custom mode 2020-05-16 20:15:45 +01:00
Jack 66cae29fad reverting to english language instead of showing error 2020-05-16 20:14:47 +01:00
Jack 5f6acaa600 made sure new words dont include spaces 2020-05-16 17:57:42 +01:00
Jack bbb82684c6 fixed a bug causing no new words to appear in time mode 2020-05-16 17:54:19 +01:00
Jack 2d3c5d35fe added language support 2020-05-16 14:57:01 +01:00
Jack 107c127f7e fixed a tiny bug where capital I would not be removed if punctuation mode is off 2020-05-16 11:49:40 +01:00
Jack 290ce03abb added ! and ? as sentence stops 2020-05-16 11:26:01 +01:00
Jack 2bc4ba160d flooring the accuracy instead of rounding 2020-05-16 11:19:49 +01:00
Jack Bartnik a24301fddd
Merge pull request #17 from mwahlig:fix/safari-escape
Prevent text input from escape key in Safari
2020-05-16 11:03:31 +01:00
Matt Wahlig 9afd4dbce9 Prevent text input from escape key in Safari 2020-05-15 16:25:38 -05:00
Jack f84064de55 graph y axis now begins at 0 to to avoid exaggerating wide swings in the data 2020-05-15 17:45:45 +01:00
Jack 11b0e3b026 body now has transition only after it has initialy loaded 2020-05-15 04:23:48 +01:00
Jack 16a0af970c added form buttons
moved sign out button
2020-05-15 04:09:00 +01:00
Jack c84acec055 stopped capital I from appearing if punctuation mode is off. closes #11 2020-05-15 03:31:07 +01:00