Commit graph

5276 commits

Author SHA1 Message Date
Meimersdorfer 063d2eceed
Typos German Quotes (#2001) 2021-10-14 17:49:48 +01:00
Jack 8ba2863a33 fixed some popups not being styled 2021-10-14 17:48:32 +01:00
Jack 1916982e0c fixed lint warning 2021-10-13 20:27:22 +01:00
Jack 6fcffeb8f3 fixed lint warning 2021-10-13 20:26:59 +01:00
Jack b21fb91dcb updated contributing file 2021-10-13 20:25:17 +01:00
Jack c17969e15a updated versions 2021-10-13 20:25:10 +01:00
Jack 9fd6b03696 regenerated package lock 2021-10-13 20:25:01 +01:00
Jack f749613e90 updated required node version 2021-10-13 20:24:46 +01:00
Matthew An d99b3523a5
Add .nvmrc file and updated Node.js installation instructions (#1968) by mtthwn
Co-authored-by: Jack <bartnikjack@gmail.com>
2021-10-13 19:44:20 +01:00
Jack d3e8e43c4a Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-10-13 19:38:51 +01:00
Jack ad3fe3b3e6 checking if test is active before updating style
catching errors and defaulting to 1
2021-10-13 19:38:47 +01:00
Jack f92bad64be added supporter 2021-10-13 18:59:01 +01:00
Ronnapat Srivoravilai 2f8ace6738
Add code_css (#1999) 2021-10-13 17:22:04 +01:00
Jack eeb0e051d5 using two dashes instead of one to stay consistent with the design 2021-10-13 00:33:44 +01:00
Jack 607f5ea9c4 fixed current date showing up if no date was found in pb data 2021-10-13 00:29:39 +01:00
Jack b2f2e7b89d fixed pb label being cut off by the top of the graph 2021-10-12 23:35:36 +01:00
Jack be7bce087f updated spanish quote 2021-10-12 17:28:07 +01:00
Jack 2a6fee088e Merge branches 'master' and 'master' of https://github.com/Miodec/monkey-type 2021-10-12 15:46:04 +01:00
Jack fbfad6aac2 showing chracter length on quote submit popup 2021-10-12 15:44:10 +01:00
Jack e163d13e68 applying filters when chaning url. closes #1994 2021-10-12 15:32:56 +01:00
Miodec 2e881a982c fixed support popup not styled. closes #1997 2021-10-12 12:59:43 +01:00
Miodec 1221b1170f removed duplicate quote 2021-10-12 00:43:18 +01:00
George The Bot b7ea6cb7d4
Added more quotes (#1993) 2021-10-12 00:42:09 +01:00
Miodec cd7e771b95 fixed timer style switching in the middle of a test not working correctly 2021-10-12 00:36:12 +01:00
Miodec 13c1b40e13 fixed project not running correctly if git could not be initialised 2021-10-11 23:45:17 +01:00
Jack 3e64f30b6a fixed pb tables popup not styled correctly 2021-10-11 19:23:12 +01:00
Jack 9ed2855aa4 added supporter 2021-10-11 16:47:30 +01:00
Jack 50aec0b9e7 added captcha to quote submission 2021-10-11 16:02:27 +01:00
Jack 57c94e7249 removed line height override from inputs and textareas 2021-10-11 15:54:23 +01:00
Jack 83a5cb4639 fixed cpm issues. closes #1990 2021-10-11 14:49:28 +01:00
Jack bb490fca9d fixed tags and preset popups not being styled. closes #1988 2021-10-11 14:41:58 +01:00
Jack 5719158aec checking language aswell 2021-10-11 14:32:57 +01:00
Jack c27efc1545 typo causing quick tab to not work 2021-10-11 00:45:53 +01:00
Jack c518778573 submitting on enter
handing errors correctly
2021-10-11 00:36:53 +01:00
Jack ab955b102e checking if fields are empty 2021-10-11 00:27:00 +01:00
Jack b7d5e64239 allowing tab in quote submit 2021-10-11 00:26:04 +01:00
Jack e0922034c2 removed forced seconds from notifications 2021-10-11 00:25:54 +01:00
Jack f6debfaab3 hooked up quote refuse button 2021-10-11 00:09:30 +01:00
Jack dfe38a7bc0 hiding quote submission if not logged in 2021-10-10 23:44:29 +01:00
Jack 5275e16f34 added warning message to quote submission form 2021-10-10 23:44:13 +01:00
Jack f021ff1374 overwriting message on failed login 2021-10-10 23:36:49 +01:00
Jack 34277e2098 checking if new quotes are visible 2021-10-10 23:30:55 +01:00
Jack 5cc3982a9c rerunning npm i 2021-10-10 23:30:29 +01:00
Jack aa51808777 removed console log 2021-10-10 23:02:57 +01:00
Jack cf8d258400
Quote submission (#1984)
* added new-quotes get and add routes

* added new-quotes/approve route to api

* Added front-end for quote submission

* fix language typo, force lowercase language

* Check for duplicate quote

* added unknown language handling to quote-submit

* npm i

* npm i

* language dropdown instead of input field

* mouse down instead click

* styling changes

* moved quotemod check to the controller,
added refuse endpoint,
added ability to approve and edit

* limiting quotes

* added log to quote approve

* added approve quotes button

* typo

* using the correct function, lowered limit

* added quote approve popup

* getting quotes and showing them

* error checking

* error checking

* removed console log

* stylng changes,
added refresh list button

* added disabled class

* styling changes

* handling button clicks
showing langauge and timestamp

* check if user is a quote mod

* approve button handling

* handling quote edit

* showing short quotes in red

* post, not get

* not parsing quote id to int

* parsing to objectid

* updated styling

* fixed lint warnings

* fixed up new quotes dao

* showing loader

* calling function correctly

* typo fix

* fixed wrong path,
fix broken newid,
saving file when file exists,
searching for the quote correctly when attempting to delete

* showing message

* blocking buttons and inputs when waiting for response,
unlocking after response

* deleted workflow

Co-authored-by: lukew3 <lukew25073@gmail.com>
2021-10-10 22:46:35 +01:00
Jack 2773ad4f8a
Delete feature_request.md 2021-10-10 22:26:06 +01:00
Jack 273be2161f updated extension 2021-10-10 22:25:15 +01:00
Jack ecf8af8f66
Create config.yaml 2021-10-10 22:24:15 +01:00
Jack 6178ed504f security update 2021-10-10 22:12:44 +01:00
Azirine 2fb29739d0
Update english_5k.json (#1983) by Azirine
Removed duplicates.
2021-10-10 21:48:01 +01:00