* 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>
* Renamed command line setting timer-progress bar
* Updated tos, privacy policy, security policy, and contributing files
* Update CONTRIBUTING.md
* typo
fixed text outside of main content div
missing closing li
* removed empty section
* changed wording
* changed h3 to p
* updated header
* updated security policy header
* changed h3 to p
updated header
added missing p tags
* moved script down, added link back to main page
Co-authored-by: Jack <bartnikjack@gmail.com>
* Renamed command line setting timer-progress bar
* Added table of contents
* Fixed some mistakes
* More small changes
* Update CONTRIBUTING.md
* updated guidelines
* Update CONTRIBUTING.md
Note that one of the table of contents links is broken, fixing that later
* Added missing sections in table of contents
* Fixed typos
* Fixed typos
* Update CODE_OF_CONDUCT.md
* Update CONTRIBUTING.md
* Removed extra whitespace
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
Co-authored-by: Jack <bartnikjack@gmail.com>
* Proofreading Text Changes/Fixes
* Proofreading Text Changes/Fixes 2
Changed the order of which text editor, GIT, Firebase, and NPM are both listed in the Prerequisets list and on this page itself, to both make more sense in regards to the order for which one should do/get each and to correspond directly to the order within the list (text editor is the "first" item in the list and therefore is the first thing explained in the rest of the sheet, etc).
* Proofreading Text Changes/Fixes
Just a few simple edits
* Proofreading Text Changes/Fixes
* Proofreading Text Changes/Fixes
* Proofreading Text Changes/Fixes
* Renamed command line setting timer-progress bar
* Added table of contents
* Fixed some mistakes
* More small changes
* Update CONTRIBUTING.md
* updated guidelines
* Update CONTRIBUTING.md
Note that one of the table of contents links is broken, fixing that later
* Added missing sections in table of contents
* Fixed typos
* Fixed typos
* Update CODE_OF_CONDUCT.md
* Update CONTRIBUTING.md
* Removed extra whitespace
Co-authored-by: Jack <bartnikjack@gmail.com>
* Renamed command line setting timer-progress bar
* Added table of contents
* Fixed some mistakes
* More small changes
* Update CONTRIBUTING.md
* updated guidelines
* Update CONTRIBUTING.md
Note that one of the table of contents links is broken, fixing that later
* Added missing sections in table of contents
* Fixed typos
* Fixed typos
* Update CODE_OF_CONDUCT.md
* Update CONTRIBUTING.md
Co-authored-by: Jack <bartnikjack@gmail.com>
* Renamed command line setting timer-progress bar
* Added table of contents
* Fixed some mistakes
* More small changes
* Update CONTRIBUTING.md
* updated guidelines
* Update CONTRIBUTING.md
Note that one of the table of contents links is broken, fixing that later
* Added missing sections in table of contents
* Fixed typos
* Fixed typos
* Update CODE_OF_CONDUCT.md
Co-authored-by: Jack <bartnikjack@gmail.com>
* Renamed command line setting timer-progress bar
* Added table of contents
* Fixed some mistakes
* More small changes
* Update CONTRIBUTING.md
* updated guidelines
* Update CONTRIBUTING.md
Note that one of the table of contents links is broken, fixing that later
* Added missing sections in table of contents
Co-authored-by: Jack <bartnikjack@gmail.com>
* Renamed command line setting timer-progress bar
* Added table of contents
* Fixed some mistakes
* More small changes
* Update CONTRIBUTING.md
* updated guidelines
* Update CONTRIBUTING.md
Note that one of the table of contents links is broken, fixing that later
Co-authored-by: Jack <bartnikjack@gmail.com>
- Added steps needed to have development server up and running without any errors
- Running `npm install`
- Compiling `style.scss`
- Downloading Firebase Admin private key as `serviceAccountKey.json`
- Specify that this project uses Node v10