Commit graph

6038 commits

Author SHA1 Message Date
Miodec 6a97f96be7 removed some fields 2022-01-28 16:02:04 +01:00
Miodec 693db9378a fallback to static file. closes #2360 2022-01-28 15:39:01 +01:00
Miodec c7b8009529 switched to minified file 2022-01-28 15:38:23 +01:00
Miodec 65d87e62b6 replaced per cent with percent 2022-01-28 12:49:02 +01:00
Miodec 3e13a9029c removed unused code 2022-01-27 22:33:59 +01:00
Aqeel 9b73411bc9
Aurora theme (#2358) by aqeelshamz
* Add Aurora Theme

* Add Aurora Theme
2022-01-27 16:05:32 +01:00
Miodec 5fbff79037 added command to get sw cache name 2022-01-27 14:23:14 +01:00
Miodec b8230becc3 fixed punctuation not working with 58008 2022-01-27 14:19:23 +01:00
Bruce Berrios fefe7cd9e9
Refactor routing configuration (#2356) by Bruception
* Refactor adding routes

* Fix lint

* Move root route

* Fix lint
2022-01-26 23:42:53 +01:00
Miodec bc96330ae9 moved node fetch to 2.6.7 2022-01-26 23:38:48 +01:00
Miodec d7eaa55097 reduced code duplicaton
moved code from addword and init to a single function
2022-01-26 15:24:36 +01:00
Miodec 2230e6d900 using actual words length instead of the loop variable 2022-01-26 15:08:13 +01:00
Miodec 42e1dde25a fixed words not being capitalised after sentence ending punctuation 2022-01-26 14:49:55 +01:00
Miodec d9f35e9012 message typo 2022-01-26 13:26:03 +01:00
Miodec c6433d1d72 showing error message when getting results. coses #2354 2022-01-26 13:10:02 +01:00
Miodec 2706806529 replacing spaces when adding words. closes #2355 2022-01-26 13:06:15 +01:00
Miodec ee3fa34fe7 added raw parameter to the word get function
returns lowercased word without any punctuation
closes #2353
2022-01-26 12:47:30 +01:00
Miodec 55f4d585c8 typo 2022-01-26 11:58:33 +01:00
Miodec 64aa28b5c8 using arabic semicolon. closes #2352 2022-01-25 22:49:22 +01:00
Miodec 136b3dd798 allowing email and pass update if password auth is enabled, added add password auth popup 2022-01-25 15:33:06 +01:00
Miodec 067e2e8a32 added vertical buttons class 2022-01-25 15:32:36 +01:00
Miodec dec21c366f added buttons to the account page to update authentication settings 2022-01-25 15:32:26 +01:00
Miodec bf5f985db7 removed unnecessary exports 2022-01-25 15:31:49 +01:00
Miodec 025f011004 functions to add, remove google auth and add password auth 2022-01-25 15:31:37 +01:00
Miodec 53cbb7b808 no pointer events for disabled buttons 2022-01-25 14:58:27 +01:00
Miodec 7408503db1 added capitals funbox 2022-01-25 14:02:56 +01:00
Miodec 333889802b reordered layouts 2022-01-25 11:35:03 +01:00
Alexander Tzoc f9918c2d3d
Adding latam layout (#2347) 2022-01-25 11:26:51 +01:00
dependabot[bot] 566b44df28
Bump node-fetch from 2.6.1 to 3.1.1 (#2338)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.1.1.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.1.1)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-25 11:26:19 +01:00
TheKaushikGoswami bbdd4c608b
Grammar Enhancement: Fixed a Typo + Minor Updates (#2348) 2022-01-25 11:25:54 +01:00
Miodec f89f855450 fixed commandline not visible on mobile 2022-01-25 11:21:10 +01:00
Miodec a99cf684d9 changing page after google sign in 2022-01-25 00:12:29 +01:00
Miodec ddf875d72b hiding mobile command line button when test is active. closes #2346 2022-01-24 23:40:15 +01:00
Miodec 4707541db4 updated button text for continuity with other buttons 2022-01-24 23:22:17 +01:00
Luke Weiler 2f790f1c27
Fix bug that prevented sw cache from being deleted (#2340) by lukew3
* fix sw cache not deleting bug

* open cache in fetch request with .then instead of await
2022-01-24 20:23:07 +01:00
Miodec 574628771a Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-01-24 20:13:40 +01:00
eisthefifthletter e81b309633
add new quotes (#2343) by eisthefifthletter 2022-01-24 19:58:44 +01:00
Miodec 569f28a675 british words 2022-01-24 19:56:15 +01:00
Miodec ee97d25a74 cache 2022-01-23 15:12:23 +01:00
Miodec d470d40eb7 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-01-23 15:11:31 +01:00
Miodec 5d416a1676 not sending keyspacing and keyduration for long tests 2022-01-23 15:11:28 +01:00
Marken Foo 14cff0cbbe
Update britishenglish.json (#2339) by Marken-Foo
Correct British spellings of "armour" and "labelling"
2022-01-23 11:57:30 +01:00
Miodec cfdb9014f3 using optionals 2022-01-22 22:02:35 +01:00
Miodec e8c6fcbfcd cache 2022-01-22 17:54:52 +01:00
Miodec e691ec08b0 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-01-22 17:54:29 +01:00
Aqeel 524bac42f6
Add Fire Theme (#2337) by aqeelshamz
* Add Trance Theme

* fire-theme

Co-authored-by: Jack <jack@monkeytype.com>
2022-01-22 17:54:17 +01:00
Miodec 66af7f2912 updated quote 2022-01-22 17:52:00 +01:00
Miodec 2e23861908 cache 2022-01-22 13:05:44 +01:00
Miodec d1678e999f added verify email field when signing up. closes #2328 2022-01-22 13:05:19 +01:00
Miodec 8d799be7e5 removed public and private from code c. closes #2332 2022-01-22 13:00:24 +01:00