Commit graph

1843 commits

Author SHA1 Message Date
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
Jack
5214e754d7
Merge pull request #426 from corey-b/master
Saved chart accuracy toggle to user config
2020-10-16 04:42:57 +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
4850628da5 changed consistency requirement 2020-10-15 23:58:42 +01:00
Jack
bf1c92d0e8 updated log, updated consistency requirement 2020-10-15 23:54:23 +01: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
eb9f3bdd36 rebrand 2020-10-15 22:05:28 +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
Jack
693a6e7b8b
Merge pull request #418 from willerbee/single-list-command-line
Feature: option to use single list command line
2020-10-14 14:05:38 +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
155deff9a8 Merge branch 'single-list-command-line' of https://github.com/willerbee/monkey-type into single-list-command-line 2020-10-14 09:23:14 +08:00
willerbee
00639e26e5
Merge branch 'master' into single-list-command-line 2020-10-14 09:19:58 +08:00
willerbee
1293a95af4 Merge branch 'master' of https://github.com/willerbee/monkey-type into single-list-command-line 2020-10-14 08:59:04 +08:00
willerbee
9c222408c2
resolving conflict 2020-10-14 08:43:17 +08:00