Commit graph

1689 commits

Author SHA1 Message Date
Jack a4d5fad96b removed adsense. shits not working 2020-10-20 03:00:53 +01:00
Jack 7d29114512 removing login tip from screenshots 2020-10-20 01:35:48 +01:00
Jack d393e35a85 not pushing keypress stats when on the result screen 2020-10-19 23:00:07 +01:00
Jack 2a7e62ef22 not pushing to keypress stats once the result is visible 2020-10-19 21:29:07 +01:00
Jack 4fbec86d84 changing the layout of results page sooner 2020-10-19 20:17:58 +01:00
Jack e95b0521b8 disabling numbers and punc when in custom mode 2020-10-19 19:34:29 +01:00
Jack a5f7d6c23a showing a tip about infinite tests 2020-10-19 18:30:50 +01:00
Jack 4b709ce2a5 added infinite time and words customs 2020-10-19 18:06:08 +01:00
Jack 861eee429e disabled space scrolling 2020-10-19 17:20:17 +01:00
Jack a293e47c73 fixed the themes list not showing up 2020-10-19 17:11:54 +01:00
Jack a80f204f5d indentation 2020-10-19 17:11:40 +01:00
Jack 421f5b513b fixed a bug where closing the command line would cause the theme to switch 2020-10-19 17:09:33 +01:00
Jack 3e77881e24 updated mashu error colors 2020-10-18 21:32:44 +01:00
Jack e1915bbf2f fixed a bug where repeating the missed words training would still revert settings 2020-10-18 18:47:32 +01:00
Jack 0456341947 renamed papercolor to paper, removed light theme 2020-10-18 18:44:38 +01:00
Jack 1dea73c3e2
Merge pull request #435 from thuanpham2311/master
add "paperColor" theme
2020-10-18 18:43:48 +01:00
Jack f951edb404 fixed graph on narrow widths 2020-10-18 18:26:27 +01:00
Jack ff518e3d5c allowed the content to be even smaller 2020-10-18 18:13:44 +01:00
thuan f4ec5afa3e add "paperColor" theme 2020-10-18 11:19:14 +07:00
Jack a8ad457aaf updated alduin text color 2020-10-17 21:15:29 +01:00
Jack b2acf12332 fixed themes not working 2020-10-17 21:07:24 +01:00
Jack 6cd1123051 showing the command line suggestions if in sub menu 2020-10-17 21:04:55 +01:00
Jack e2bb0c3908 Merge branch 'master' of https://github.com/Miodec/monkey-type 2020-10-17 19:50:32 +01:00
Jack a2df219233 added an option to clear all tags 2020-10-17 19:50:29 +01:00
Jack dcdfcda00d
Merge pull request #428 from fuwn/master
add "alduin" theme
2020-10-17 19:38:25 +01:00
Jack b418dae153 removed console logs 2020-10-16 23:43:39 +01:00
Jack dec92cbe5c single list command line is now way faster by disabling the initial suggestions, and only showing suggestions after typing 2020-10-16 23:43:09 +01:00
Fuwn c25388ce4f
update list.json to support alduin theme 2020-10-16 15:02:46 -07:00
Fuwn 1fa0939d40
add alduin.css theme
ported from [alessandroyorba's vim colour-scheme](https://github.com/AlessandroYorba/Alduin).
2020-10-16 14:48:06 -07:00
Jack 04d136d1dc fixed custom theme and preset theme merging together sometimes 2020-10-16 20:35:33 +01:00
Jack 2537262dad hiding elements at the start 2020-10-16 20:24:30 +01:00
Jack 2c40487a47 added all quote length to command line 2020-10-16 19:32:22 +01:00
Jack ef3ce1edd0 changed text color of solarized light 2020-10-16 19:21:45 +01:00
Jack 84e87b3842 added a message to returning chrome users 2020-10-16 18:53:13 +01:00
Jack 8b2b0b2525 setting up ads for the future option of enabling ads if the user wants to 2020-10-16 18:42:13 +01:00
Jack fa7883d385 fixed mashu colors 2020-10-16 18:42:01 +01:00
Corey Bergeron adcb2b4d09 Merge branch 'master' into tribe 2020-10-15 23:40:25 -04:00
Corey Bergeron 4d2fc03a92 disable sign up button once clicked 2020-10-15 23:37:34 -04:00
Corey Bergeron df0730cac5 Saved chart accuracy toggle to user config 2020-10-15 23:17:07 -04:00
Jack d42963e413 formatting 2020-10-15 22:37:32 +01:00
Jack 775bd01dbb standardised the name 2020-10-15 22:26:28 +01:00
Jack 950327cfa7 social img update, description update 2020-10-15 22:24:32 +01:00
Jack bf122b9e24 rebrand 2020-10-15 22:05:15 +01:00
Jack 58b91ddd12 fixed bug where last incorrect words would could towards correct chars 2020-10-15 17:38:38 +01:00
Jack b1a355c2ee fixed last word incorrect visual bug 2020-10-15 17:35:09 +01:00
Jack adbe157867 updated italian words 2020-10-14 23:33:21 +01:00
Jack 5b83cd115b renamed repo 2020-10-14 15:21:38 +01:00
Jack 6408892d1b using full word 2020-10-14 15:04:28 +01:00
Jack 4289aa1814 last words in time mode are now considered correct even if cut short
showing missed and extra character separately in result screen
fixed a problem with words history not highlighting words properly sometimes
2020-10-14 15:04:05 +01:00
Jack 4337c91107 updated balloon label 2020-10-14 15:03:07 +01:00
willerbee 50a1289d45
Just some command line optimisations 2020-10-14 14:09:10 +08:00
willerbee 9deb0a7de1
Updated keydown to revert theme if previewing 2020-10-14 14:05:48 +08:00
willerbee 9742e73c36
FIX: pressing Esc will show normal commandline
this change will make the theme commands as the only commands available, so pressing Esc will close the command line instead of showing normal command line
2020-10-14 13:59:27 +08:00
willerbee 13531df61b
added isPreviewingTheme variable
this will be set by the previewTheme function, and the command line can query if the system is currently previewing a theme
2020-10-14 13:55:16 +08:00
willerbee 7999d460de
Updated previewTheme to set a variable
a variable is set whenever this function is called, so we can query the variable if the system is previewing a theme
2020-10-14 13:52:46 +08:00
willerbee 41c487458e
Removed '...' and replaced arrow 2020-10-14 09:49:33 +08:00
willerbee 00639e26e5
Merge branch 'master' into single-list-command-line 2020-10-14 09:19:58 +08:00
willerbee 9c222408c2
resolving conflict 2020-10-14 08:43:17 +08:00
Jack ebbfadd21f
Merge pull request #421 from willerbee/command-for-views
Command for views
2020-10-14 00:44:49 +01:00
Jack abe781ba25
Merge pull request #422 from willerbee/patch-1
FIX: can't close leaderboards using keyboard (Esc)
2020-10-14 00:42:22 +01:00
Jack 2c57082a1e fixed error when new user registers 2020-10-13 17:31:07 +01:00
Jack fefba432c8 hopefully fixed problem with custom mode ending too soon 2020-10-13 17:25:55 +01:00
Jack 2991543898 fixed problems with show all lines 2020-10-13 17:15:02 +01:00
willerbee 6144b52e0d
FIX: can't close leaderboards using keyboard (Esc) 2020-10-13 16:19:43 +08:00
willerbee 2786edcdcf
Added commands to switch views 2020-10-13 15:19:16 +08:00
willerbee eefde12067
Added classes in menu icon buttons for targetting 2020-10-13 15:16:03 +08:00
Jack c6a7d934ef removed soon 2020-10-12 23:36:17 +01:00
Jack 0b8265c760 initially generating more words to fill the space better 2020-10-12 01:58:31 +01:00
Jack 799c9cfea6 fixed local time not being incremented by incomplete seconds (server was still fine) 2020-10-12 01:44:35 +01:00
Jack 740a3aa781 showing pb consistency 2020-10-12 01:12:25 +01:00
Jack 345f6436be removed consolelog 2020-10-12 01:09:30 +01:00
Jack 2cbc1a0a1d wrong var name 2020-10-12 01:04:36 +01:00
Jack f2b95ea5f0 added consistency to pbs 2020-10-12 00:55:31 +01:00
Jack 24051eba5e local pb timestamp 2020-10-12 00:46:29 +01:00
willerbee a83b758c1a
Inserted into event handlers and functions 2020-10-12 00:35:08 +08:00
willerbee 1cdfea5c42
Added settings markup for feature 2020-10-12 00:24:39 +08:00
willerbee fb4990c51a
Added feature's SettingsGroup 2020-10-12 00:16:51 +08:00
willerbee 08cd376fa2
Added config entries and setter function 2020-10-12 00:10:39 +08:00
willerbee 36af4de510
Added commands and subgroup commands 2020-10-11 23:56:07 +08:00
willerbee b23ce833e2
Added more functions to use the feature 2020-10-11 23:50:14 +08:00
willerbee 68734ebe8a
Added functions to generate single commands list 2020-10-11 23:48:16 +08:00
Jack 8f8b5c4192 reverting to previous settings after practising missed words 2020-10-10 16:16:23 +01:00
Jack 9d3994e73d moving verification to oauth2 2020-10-10 15:48:08 +01:00
Jack 64a6c2e0eb updated pastel colors 2020-10-09 16:59:46 +01:00
Jack 15d3a4fe09 added average wpm that day to the activity chart 2020-10-09 16:40:55 +01:00
Jack b17ffe3ec6 fixed current theme indicator not behaving properly 2020-10-09 16:03:41 +01:00
Jack 888df4413a fixed start graphs at zero not working properly 2020-10-09 15:58:04 +01:00
Jack 20418b74b8 fixed a weird bug when using a mouse to pick an input command and then pressing enter would result in two commands being executed 2020-10-09 15:50:40 +01:00
Jack 34c04d99ee Merge branch 'master' of https://github.com/Miodec/monkey-type 2020-10-09 15:39:23 +01:00
Jack b4bc5f4aae removed duplicate quote 2020-10-09 15:23:59 +01:00
Jack 2ead1ed212
Merge branch 'master' into lil-dragon-theme 2020-10-09 15:17:55 +01:00
Jack a1f348e1cb keeping the text color close to black and white 2020-10-09 15:17:14 +01:00
Jack 388dd91477
Merge pull request #412 from alegottu/pastel
Pastel
2020-10-09 15:09:17 +01:00
Jack 8ba39c19d8
Merge pull request #403 from willerbee/master
Fix for typo getting cut off at the bottom lines
2020-10-09 15:08:27 +01:00
alegottu 47001198af Merge branch 'master' into pastel 2020-10-09 02:09:39 -07:00
Eric c46616de71 Add Button Hover
Add button hover color
2020-10-08 23:58:49 -07:00
Eric c93ac6a7e1 Lil' Dragon Theme
https://geekhack.org/index.php?topic=108950.0
2020-10-08 23:36:31 -07:00
Jack 266639b611 added some icons to the left side footer 2020-10-07 17:12:52 +01:00
willerbee a5ff83803d
Fix for typo getting cut off at the bottom lines
https://discordapp.com/channels/713194177403420752/713195115275091969/762797016346132510
2020-10-07 07:28:20 +08:00
Jack efa97102c7 added page width to the command line 2020-10-06 17:39:36 +01:00
Jack 753fa83168 catching errors 2020-10-06 17:31:54 +01:00
Jack 1682b2d71d added a setting to control the width of the content 2020-10-06 17:28:03 +01:00
Jack 9da38ba19a changing the icon and removing the preloader if download failed 2020-10-06 17:16:47 +01:00
Jack 5c6036a028 showing errors when the data could not be downloaded 2020-10-06 17:10:24 +01:00
Jack 224b2a5f43 typo 2020-10-06 00:42:46 +01:00
alegottu b4da712088 Merge branch 'master' of https://github.com/alegottu/monkey-type 2020-10-05 15:09:32 -07:00
alegottu 24e47f3b9c pastel theme
pretty pale colors
2020-10-05 14:26:37 -07:00
Jack 8c45b2d48d removed the posibility of duplicate quotes 2020-10-05 19:14:22 +01:00
Jack d6f7da7c09 click footer theme to change theme 2020-10-05 18:47:25 +01:00
Jack 1ac981ce16
Merge pull request #392 from RebonackAl/improvement/clean-typography-symbols
[#390] Typography Symbols are not mapped to universal keyboard standards.
2020-10-05 18:02:24 +01:00
Jack 9f9f1179e3 style update 2020-10-05 18:01:45 +01:00
Samyak Bardiya a265f24903 added programmer dvorak (keyboard layout) 2020-10-02 15:08:38 +05:30
Jack f06a581e27 removed duplicate quotes 2020-10-01 19:52:12 +01:00
Jack 8c92983ae5 changed the way custom speed is set for the pace caret 2020-10-01 19:51:29 +01:00
Rebonack 811e6205ed [#390] Typography Symbols are not mapped to universal keyboard standards.
Replaces specific typography characters with universal standards.
This is available to the user by a default checked checkbox.

The option is given to the user rather than always automatically applied because:
a) I'm not 100% sure other languages or keyboard layouts do not use these typography symbols as standard inputs.
b) There may be some who enjoy the challenge of entering Shift+Option+[ just to get a fancy quote mark.
2020-10-01 11:11:25 +10:00
Jack 7180b041e5 removed console logs 2020-09-30 18:52:26 +01:00
Jack 7c0054ffca hopefully fixed config not loading 2020-09-30 01:09:43 +01:00
Jack 8a4e508f05 removed duplicate quote 2020-09-29 21:27:32 +01:00
Jack 0376eb8ed1 added more keywords 2020-09-29 00:28:58 +01:00
Jack 794a6274dd added an unlink button 2020-09-29 00:10:33 +01:00
Jack bbf5a18178 fixed all filter showing undefined 2020-09-29 00:04:12 +01:00
Jack f404554b4b not allowing the user to restart while the result is calculating 2020-09-28 21:53:16 +01:00
Jack 4a26f2ffb1 fixed thicc showing undefined 2020-09-28 19:07:43 +01:00
Jack c12f82779c added an 'all' quote filter 2020-09-28 14:58:45 +01:00
Jack 788412a3a7 fixed a bug where corrected info would persist when repeating tests
added a feature where clicking on the test modes notice would open the command line / toggle that setting
2020-09-28 02:13:04 +01:00
Jack ee20156969 more words 2020-09-27 23:43:48 +01:00
Jack 55ebd0d5c4 added slovak 2020-09-27 23:42:04 +01:00
Jack 8393b28092 one more czech word 2020-09-27 21:36:14 +01:00
Jack 788440f487 added czech 2020-09-27 21:35:00 +01:00
Jack 0267140101 added quote length to the result screen 2020-09-27 14:57:25 +01:00
Jack 8011e0cbe0 Merge branch 'master' of https://github.com/Miodec/monkey-type 2020-09-27 00:16:50 +01:00
Jack 74e4b9e575
Merge pull request #379 from BlueGone/master
Fix result chart for accuracy when start at zero is disabled
2020-09-27 00:16:41 +01:00
Jack ad661595ec new pbs are remembered in the result 2020-09-27 00:10:30 +01:00
GFruit 297f7c3161 Added Itim Font 2020-09-27 01:01:03 +02:00
Thomas Plaçais 2cd7f915d4
Fix result chart for accuracy when start at zero is disabled 2020-09-27 00:10:21 +02:00
Jack 9c637a59fa showing if theme is custom 2020-09-26 20:31:33 +01:00
Jack fefc68da18 replaced quotes with speech marks 2020-09-26 20:21:56 +01:00
Jack d3555daf1c added an option to set the quote length 2020-09-26 20:16:33 +01:00
Jack 5c0e5d2fd7 added pace caret style 2020-09-26 18:51:56 +01:00
Jack 938ae001a8 removed the discord icon from the menu 2020-09-26 18:28:04 +01:00
Jack b21abf953b
Merge pull request #377 from willerbee/Display-Theme-Below-The-Version
Display theme below the version
2020-09-26 18:19:56 +01:00
Jack 55a931af70 footer redesign 2020-09-26 18:19:33 +01:00
Jack 101f72886b
Merge pull request #374 from willerbee/Feature-Indicate-Typos
Feature: Indicate Typos
2020-09-26 17:45:14 +01:00
Jack 3f3441304d
Merge pull request #376 from willerbee/Commandline-randomiseTheme
Added randomiseTheme to commandline
2020-09-26 17:44:55 +01:00
Jack 83de6a0b30 text is slightly smaller, and cenetered 2020-09-26 01:02:45 +01:00
Jack eb5a96bf3f fixed slightly incorrect raw calculation 2020-09-26 00:12:25 +01:00
Jack 25f202c743 brought back the old way of sharing themes with the shift key 2020-09-26 00:11:31 +01:00
Jack cdb1e2dbdf live wpm shows raw instead of wpm when blind mode is enabled 2020-09-25 20:26:59 +01:00
Jack c8a93c28f8 sharing custom themes now done via a url 2020-09-25 20:24:18 +01:00
Jack d8423a73d3 blind mode disables pace caret correction 2020-09-25 19:25:36 +01:00