Commit graph

6015 commits

Author SHA1 Message Date
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
Aqeel
daf9a8c00b
Add Trance Theme (#2331) by aqeelshamz 2022-01-22 12:55:07 +01:00
Gabriel Santos Rocha
76848bd949
Add more quotes to portuguese list (#2335) by Rocheez 2022-01-22 12:52:28 +01:00
Miodec
c9b0f272c8 cache 2022-01-21 17:29:29 +01:00
Miodec
411770d4e2 added click handler to avoid exposing function globally 2022-01-21 17:29:24 +01:00
Miodec
ce95d3c6ae cursor pointer on link 2022-01-21 17:29:08 +01:00
Miodec
2e9c4291f0 moved function 2022-01-21 17:28:51 +01:00
Miodec
91e7991a00 added evil eye theme 2022-01-21 17:25:00 +01:00
Miodec
c8d961ce95 cache 2022-01-21 15:29:46 +01:00
Miodec
1e95422ae9 added universal analytics code 2022-01-21 15:29:02 +01:00
Miodec
44023f2bda typo 2022-01-21 13:42:50 +01:00
Miodec
8d2ee533c9 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-01-20 23:23:41 +01:00
Miodec
263a1dfd83 cache 2022-01-20 23:23:36 +01:00
Miodec
bc160812a1 fixed burst heatmap not working in zen. closes #2327 2022-01-20 23:23:31 +01:00
Miodec
dc1536fbd0 added a function to get last word from input history 2022-01-20 23:22:01 +01:00
Miodec
68c07d10c7 missing full stop 2022-01-20 22:56:24 +01:00
Alex
5a88011a1d
Extend code_python.json (dunder methods and libraries) (#2322) by ASMaksimov2007
* Extend code_python.json

* Add Python magic methods to code_python.json

Added magic dunder methods to Python language file.

* Fix missed comma in code_python.json

* Fix missed comma after __del__

* Remove unnesessary dunder methods
2022-01-20 12:03:07 +01:00
Miodec
1b6d19d354 cache 2022-01-20 01:11:31 +01:00
Miodec
8ec649955b fixed up css for better hit targets 2022-01-20 01:11:15 +01:00
Miodec
c502ffabc0 cache 2022-01-20 01:03:50 +01:00
Miodec
010cb96efa not incrementing today tracker if test was invalid 2022-01-20 01:03:21 +01:00
Miodec
2a98836827 replacing state based on user auth 2022-01-20 00:41:51 +01:00
Miodec
9fd96201a7 all routes start on the loading page 2022-01-20 00:34:50 +01:00
Miodec
44b809d3c1 change page function will change to a page based on pathname if no page name provided 2022-01-20 00:31:40 +01:00