Commit graph

61 commits

Author SHA1 Message Date
unknown
d5b24587d7 fixed font size button needing 2 clicks to activate. fixes #56 2020-05-23 14:32:45 +01:00
unknown
7f6c9a5267 added freedom mode 2020-05-22 19:39:35 +01:00
unknown
cb5f8cbe00 added a custom time button 2020-05-22 19:23:15 +01:00
unknown
fc6957ee3d made the crown animation even smoother 2020-05-22 18:23:38 +01:00
unknown
866d87c6cb fixed a bug where changing pages too quickly would show 2 pages at once 2020-05-22 17:59:28 +01:00
unknown
ca0e07231a 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
49e3de8b38 changed the animation of the crown icon 2020-05-22 15:41:34 +01:00
unknown
eb8f445e47 Merge branch 'master' of https://github.com/Miodec/monkey-type 2020-05-22 15:19:46 +01:00
unknown
65d30add8d the results now consider punctuation and language when checking if a crown should be showed 2020-05-22 15:19:31 +01:00
Jack
d04133446a fixed menu button not changing back to login when logging out. fixes #50 2020-05-22 12:00:23 +01:00
unknown
18eff0cc31 fixed a bug where punctuation would dissapear after 50 words in timed mode 2020-05-22 03:19:54 +01:00
unknown
ac42a9b174 restarting the page if the user changes the page. fixes #47 2020-05-21 23:02:19 +01:00
unknown
1ee970c922 added a dynamic, theme depended favicon 2020-05-20 23:46:25 +01:00
unknown
5b6bafa09d removed current langauge config from results page when completeing a custom test 2020-05-20 16:28:26 +01:00
unknown
0d0398d82d fixed words being set to height 0 when restarting the test in time mode 2020-05-20 16:22:19 +01:00
unknown
2aba723ac4 fixed word restart transition not being smooth and sometimes not showing words at all 2020-05-20 15:57:54 +01:00
Jack
93876ce19b added some indicators to show if its the dev project or its hosted locally 2020-05-19 12:21:27 +01:00
Jack
16edddd535 - 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
4e564ddbec removed to lower case , german nouns need to be capitalised 2020-05-19 04:11:34 +01:00
Jack
70433ce982 improved custom text preprocessing to remove new line, tab characters and double spaces 2020-05-19 04:03:43 +01:00
unknown
06c2ce1bd5 made sure the website will work without analytics 2020-05-19 01:20:57 +01:00
Jack
c5e3ee79e8 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
01f74ffe58 - 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
955986c13a typo 2020-05-16 20:18:13 +01:00
Jack
40cdd0e2ec fixed a bug where sentences would be built in custom mode 2020-05-16 20:15:45 +01:00
Jack
ff0d42b1de reverting to english language instead of showing error 2020-05-16 20:14:47 +01:00
Jack
900acfe27f made sure new words dont include spaces 2020-05-16 17:57:42 +01:00
Jack
0c16795b02 fixed a bug causing no new words to appear in time mode 2020-05-16 17:54:19 +01:00
Jack
c39ae3b29d added language support 2020-05-16 14:57:01 +01:00
Jack
18bfcd5ab6 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
826cb257e2 added ! and ? as sentence stops 2020-05-16 11:26:01 +01:00
Jack
27953fbb1d flooring the accuracy instead of rounding 2020-05-16 11:19:49 +01:00
Jack Bartnik
536401f458 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
5a3e0c689b Prevent text input from escape key in Safari 2020-05-15 16:25:38 -05:00
Jack
a5ef8655fc 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
7185ea9983 body now has transition only after it has initialy loaded 2020-05-15 04:23:48 +01:00
Jack
f887861966 added form buttons
moved sign out button
2020-05-15 04:09:00 +01:00
Jack
1faa3535e4 stopped capital I from appearing if punctuation mode is off. closes #11 2020-05-15 03:31:07 +01:00
Jack
4b05dd910a added the ability to click the logo to go to the test. closes #7 2020-05-15 03:28:13 +01:00
Jack
cfb9477175 fixed #6 2020-05-15 03:26:14 +01:00
Jack
ce8df94262 fixed #13 2020-05-15 03:19:39 +01:00
Jack
da6b9fa49e removed console.log
added an event for starting the test
2020-05-15 02:58:32 +01:00
Jack
c7389bc1bb fixed #2 2020-05-14 23:40:29 +01:00
Jack
9b2c090aa3 (hopefully) fixed a bug where the timer would have more than one instance active 2020-05-14 23:19:28 +01:00
Jack
d97850fb6f added settings page 2020-05-14 22:22:11 +01:00
Jack
5cf0879afe made sure the history state is properly pushed 2020-05-14 20:22:59 +01:00
Jack
b9380b74de added email sending to the command line
email sending is no longer using a function, just simply pushes to the database
2020-05-14 18:57:10 +01:00
Jack
1f48191e10 changed evens on test complete
added login tip
added required password confirmation when registering
2020-05-14 18:57:10 +01:00
Jack
16219f12ca added analytics events 2020-05-14 18:57:10 +01:00
Jack
3136d369a4 added local font awesome to speed up the app
styled the login page
added a function to easily animate between elements
optimised the database to use a local copy
2020-05-14 18:57:10 +01:00