Commit graph

5852 commits

Author SHA1 Message Date
Miodec f9be3156bf minified file 2022-01-29 20:39:24 +01:00
Miodec edab9e7e8c removed unused scripts 2022-01-29 20:36:29 +01:00
Miodec 82fe8b3bf4 reducing hidden dom elements 2022-01-29 20:30:17 +01:00
Miodec 868bbece87 removed small error letters 2022-01-29 19:35:03 +01:00
Miodec 94ce0e1ed2 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-01-29 14:41:45 +01:00
Miodec 9b1c919565 added note about ariplay receiver 2022-01-29 14:41:42 +01:00
ryujinscales 4d1d1fbc1c
Pull_request (#2368)
* Update _list.json

* Update _list.json

* Add files via upload

Co-authored-by: Jack <jack@monkeytype.com>
2022-01-29 14:32:51 +01:00
Bruce Berrios 05971924af
Consolidate Quotes API (#2365) by Bruception
* Consolidate quotes API

* Re-add authentication middleware
2022-01-28 23:58:20 +01:00
Miodec 1ef1a4fa59 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-01-28 19:48:20 +01:00
Bruce Berrios dafaad9158
Refactor cron jobs (#2357) by Bruception
* Refactor cron job configuration

* Refactor leaderboard update logic

* Update naming

* Refactor to use leaderboard dao

* Deduplicate top 10 query

* Fix oopsy

* Fix query order

* Undo method signature update

* Update new records detection logic

* Fix lint
2022-01-28 19:48:08 +01:00
Miodec 3c54f305f9 fixed banner media queries causing overflow 2022-01-28 18:10:14 +01:00
dependabot[bot] 09a25e1b8b
Bump cached-path-relative from 1.0.2 to 1.1.0 (#2359)
Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/ashaffer/cached-path-relative/releases)
- [Commits](https://github.com/ashaffer/cached-path-relative/commits)

---
updated-dependencies:
- dependency-name: cached-path-relative
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-28 16:51:08 +01:00
Miodec 78813033ec minified 2022-01-28 16:03:55 +01:00
Miodec 65e024393f minified 2022-01-28 16:03:16 +01:00
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