Commit graph

7 commits

Author SHA1 Message Date
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
Banzobotic
9c7f455e4c
Added words to british english and removed hyphens (#1864) by Banzobotic
* Many corrections to british english

* Sulfur and gram changes

* Removed accidental whitespace

* Added words from #958

* Removed hyphonated words

* Removed duplicate neighbours
2021-09-15 20:34:05 +01:00
Jack
7df64007fe added neighbors 2021-09-15 14:54:20 +01:00
Banzobotic
c973f1a231
Corrections to British English (#1858) by Banzobotic
* Many corrections to british english

* Sulfur and gram changes

* Removed accidental whitespace
2021-09-14 23:38:16 +01:00
Zach Skaistis
13a9925266
added programme to british spelling (#1854)
* removed spaces from words in csharp

* blocked escape command sooner for slower connections

* removed deprecated code

* added programme to british english
2021-09-14 13:39:36 +01:00
Jack
3d57ad2ec9 added licence to the list of british spelling,
using american spelling in the lists
2021-09-13 14:29:35 +01:00
Jack
ac1415a5c6 added british english mode 2021-09-08 22:30:40 +01:00