Commit graph

78 commits

Author SHA1 Message Date
Matthew Kwan bba59f1adb Add CONTRIBUTING_BASIC.md and CONTRIBUTING_ADVANCED.md (#2946) matthew-kwan
* Add CONTRIBUTING_BASIC.md and CONTRIBUTING_ADVANCED.md

* Update screenshot to correct radio option

* Fix type in CONTRIBUTING_BASIC.md

* Update CONTRIBUTING_BASIC.md

* Update CONTRIBUTING.md and CONTRIBUTING_ADVANCED.md

* reordered sections

* slight change

* Fixed table of contents

* fixed table of contents

* table of contents fix

Co-authored-by: Jack <jack@monkeytype.com>
2022-05-08 09:25:51 +02:00
aNOOBis c50218f709
install-all fix (#2956)
you've changed install-windows, but I guess forgot to change install-all, because on my Mac, install:all doesn't work, and install-all works fine
2022-05-07 13:24:58 +02:00
Miodec 89c9557475 definitely didnt forget about those 2022-05-05 23:35:40 +02:00
Sondre Kjempekjenn 9634b93fc3
Add docker-compose and instructions to README (#2939) sondrekje 2022-05-05 01:52:17 +02:00
Rizwan Mustafa 0dac742efb
Update some document links (#2919)
* Update some document links

* Updated repo link
2022-05-03 13:44:39 +02:00
Evan f584d683bb
Rename scripts to ts (#2869) ferotiq
* Rename scripts to ts

* Update config.base.js

* Delete firebase-config.ts
2022-04-24 17:20:30 +02:00
Jack 6b49a3c5e7
v1.14.1 (#2745)
* updated default config to fix incorrect font button being highlighted

* Convert account controller to ts (#2731)

* using modular sdk

* removing last script

* replacing more code

* unused code

* removed unused code

* removed unused code

* importing auth

* using analytics controller

* importing auth and analytics

* importing auth

* updated git ignore

* fixed path

* removed live config from gitignore

* added error message when failing to initialize firebase

* added live config
using live config when building production

* removed unused code

* fixed incorrect function use

* added example config

* added a step to the contributing guide

* optional steps

* fixed path

* using example in source code so that github actions dont cry like little babies

* using function correctly

* using function correctly

* ignoring live

* removed

* added action webpack config

* bruce said "no-no"

This reverts commit 0a1e5e1660.

* Fix

* Add ignore

* updated instructions

* using correct functions

* using correct function

* missing parameter

* using correct function

* using correct function

* removed ts ignores

* using new functions

* removed refresh

* using new functions

* merge fix

* fixed merge

* regenereated lockfile

* using correct function

* defaulting to the email thats already entered

* storing default snap in a file

* optional parameter

* made parameters non optional

* converted file to ts

* removed unused parameters

* removed unnecessary optional chaining

* destructuring array

* added a function to create error message

* removed type

* removed duplicate gitignore

* removed no check

Co-authored-by: Bruception <bberr022@fiu.edu>

* Include dev branch in CI (#2739)

* Decreased filesize and introduced chunk splitting (#2732) Rizwanmustafa

* Decreased filesize

* Introduce splitting for vendors

* Added HTML webpack plugin for dynamic change of chunkhash and minification on production

* Added bundle analyzer plugin for webpack

* Prevent analyzer from opening on its own

* updated contributors list

* Package lock update

* Created separate webpack config for analysing bundle

* Standardize paths in webpack base config

* Added devtool in dev webpack config

* Minor issues

* Based audit config off of the production config, saved exact packages and renamed some constants

* Saved exact version of packages

* Rename Config

* Added intellisense for webpack configs

* Added script for using audit config

* Simple changes

* Removed unnecessary cd and replaced webpack with npx wepback

* added npm script accessible from root dir
since audit is now a separate script, reenabled auto opening

Co-authored-by: Miodec <bartnikjack@gmail.com>

* Enable live reloading (#2738) bruception

* Enable live reloading

* Update scripts and documentation

* Fix resolve

* Use resolve

* Fix layoutfluid timer warnings (#2740) Ferotiq

* reduced date-fns import size

* using inline source map so that code is debuggable

* removed tinycolor2 dependency

* Migrate Chart.js to 3.7.1 (#2735) DanGonite57

* Migrate Chart.js to 3.7.1

* Show funbox label with StartGraphsAtZero disabled

* Fix label positioners

* Include dev branch in CI (#2739)

* Remove draw animation

* Avoid RangeError with no data

* Disable account chart initial render animation

* Add temporary type assertion for options.animation

* Test disabling animations via updateColors

* Test re-update chart after resetting animation duration

* Test dataset specific animation duration

* Disable animations for now

* Remove unused annotation

Co-authored-by: Bruce Berrios <58147810+Bruception@users.noreply.github.com>

* installed dev dependency to stop audit from complaining

* removed mr mime dev dependency
regenerate package-lock

* not updating live burst when its disabled

* using vanilla js to increase performance

* updating chart once instead of 3 times

* made log async

* increased minimum wordset length to disable repeating words to 4
this stops infinite A B C sequences
closes #2742

* increased tick padding

* added some padding to stop data points from being cut off

* fixed account graphs not being responsive

* removed unnecessary style

* updated button active color

* Server version (#2746) Bruception

* Add server version

* typo

* Fix logic

* Moved to utility

* Actually save version

* Move logic order

* updated metric name

* removed unnecessary else

Co-authored-by: Bruception <bberr022@fiu.edu>
Co-authored-by: Bruce Berrios <58147810+Bruception@users.noreply.github.com>
Co-authored-by: Rizwan Mustafa <rizwanmustafa0000@gmail.com>
Co-authored-by: Evan <64989416+Ferotiq@users.noreply.github.com>
Co-authored-by: DanGonite57 <danzinc57@gmail.com>
2022-03-21 21:22:47 +01:00
Teddi 6ea2e4e963
Added Quotes Documentation (#2722) 2022-03-19 15:27:59 +01:00
Jack fe668e4811
Moved firebase to new modular version 9 sdk (#2727)
* using modular sdk

* removing last script

* replacing more code

* unused code

* removed unused code

* removed unused code

* importing auth

* using analytics controller

* importing auth and analytics

* importing auth

* updated git ignore

* fixed path

* removed live config from gitignore

* added error message when failing to initialize firebase

* added live config
using live config when building production

* removed unused code

* fixed incorrect function use

* added example config

* added a step to the contributing guide

* optional steps

* fixed path

* using example in source code so that github actions dont cry like little babies

* using function correctly

* using function correctly

* ignoring live

* removed

* added action webpack config

* bruce said "no-no"

This reverts commit 0a1e5e1660.

* Fix

* Add ignore

* updated instructions

* using correct functions

* using correct function

* missing parameter

* using correct function

* using correct function

* removed ts ignores

* using new functions

* removed refresh

* using new functions

* merge fix

* fixed merge

* regenereated lockfile

* using correct function

* defaulting to the email thats already entered

* moved lines

Co-authored-by: Bruception <bberr022@fiu.edu>
2022-03-19 12:33:25 +01:00
DanGonite57 a615c68061
Documentation edits (#2675)
* Remove misspelling

* General documentation edits

* Attempted to expand on main USP

* Mention alternative languages

* Expand on bot

* Update LANGUAGES.md

* Update README.md

Co-authored-by: Evan <64989416+Ferotiq@users.noreply.github.com>
2022-03-11 19:32:55 -06:00
Ferotiq 1233d266a1
Fix (#2550)
* Update package.json

* Update CONTRIBUTING.md

* Update install.cmd

* Update pr-check.yml
2022-02-20 22:29:39 +01:00
Ferotiq 7cbd9d2722
Allow the process for setting up project and committing code on Windows to be much smoother (#2549)
* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Create install.cmd

* Update package.json

* Update CONTRIBUTING.md

* Update install.cmd

* Update install.cmd

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update package.json

* fix lint script so windows users can use it correctly

* adFd

* rename
2022-02-20 20:47:24 +00:00
Frederick (Kyu Won) Kim 5a28f762b7
LANGUAGES.md in CONTRIBUTING.md links to forked version (#2496)
* languages.md links to forked version

* remove auto-format table of contents
2022-02-14 18:58:26 +00:00
Teddi ada4401362
Language documentation (#2467)
* Update _list.json

* Update _list.json

* Create LANGUAGES.md

* 1st part of the content

* Finish language guidlines

* Fixed grammatical errors, typos and made some improvements

* Fixes and Additions

* Update THEMES.md

* Update LANGUAGES.md

* Add Languages.md link
2022-02-13 16:33:02 +01:00
Bruce Berrios 345740db5f
Separate backend and frontend dependencies (#2441) by Bruception
* Add request validation to user endpoints

* Remove tag id log

* Remove verbs from endpoints

* Remove old code

* Remove uid

* Fix

* Remove name from URI

* Rename utils

* Fix

* Move prettier

* Update gulp file

* Add additional scripts

* Update package-lock

* Update contributing.md

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-02-08 20:33:41 +01:00
rev1e 0966a14316
fix link to THEMES.md (#2414) 2022-02-04 20:57:06 +01:00
Miodec 9b1c919565 added note about ariplay receiver 2022-01-29 14:41:42 +01:00
TheKaushikGoswami bbdd4c608b
Grammar Enhancement: Fixed a Typo + Minor Updates (#2348) 2022-01-25 11:25:54 +01:00
Teddi 3a9e77a732
Add More Theme Documentation (#2290) by teddinotteddy
* Create More Theme Documentation

* Update and rename Themes.md to THEMES.md

* Add Link to THEMES.md

* Update THEMES.md

* Better Readability for THEMES.md

* Add Image Highlighting what the Colors Correspond To

* Update THEMES.md

Co-authored-by: Jack <jack@monkeytype.com>
2022-01-12 20:57:39 +01:00
Teddi cb5c68a832
Fix Contributing Guidelines Node JS Link (#2286)
Node JS/NPM link wasn't working previously so I made a simple fix for that.
2022-01-12 16:43:02 +01:00
Seth Falco c17470773f
chore: remove create directory from contributing guide (#2228) 2022-01-01 16:08:16 +01:00
Seth Falco 32f6c15d53
chores: fix typo and push backend/credentials directory (#2224)
* typo: add space before SCM

* chore: add .gitkeep to push credentials directory
2021-12-28 21:03:07 +01:00
Ferotiq 53cbd9372b
Add Option to Use MongoDB Credentials (#2169) by Ferotiq
* Add Option to Use MongoDB Credentials

* updated example

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-12-13 16:00:09 +00:00
Zach Tepper a5c1723eef
Update CONTRIBUTING.md (#2147) 2021-12-06 14:33:30 +00:00
Jack 816562b8d4 updated firebase section, reordered sections 2021-10-29 12:02:25 +01:00
Jack 7b5ff7be0a
Update CONTRIBUTING.md 2021-10-14 19:54:05 +01:00
Jack b21fb91dcb updated contributing file 2021-10-13 20:25:17 +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 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
Josh Moncrieff 2092439729
Update CONTRIBUTING.md (#1977)
fix typo in language guidelines example
2021-10-09 23:19:36 +01:00
Aaron 018da6c665
Update CONTRIBUTING.md (#1962) 2021-10-07 14:30:52 +01:00
Aaron 6039820c26
Update CONTRIBUTING.md (#1915) 2021-09-29 23:25:58 +01:00
Jack 83422d2f99
Update CONTRIBUTING.md 2021-09-29 01:48:42 +01:00
Jack 3316d58ac8 fixed broken list 2021-09-29 01:44:41 +01:00
Jack 8d35c54086 clarified a step. i would like to dedicate this commit to SeerLite 2021-09-29 01:43:20 +01:00
Rishav Raj f97893a736
typos in CONTRIBUTING.MD (#1880) 2021-09-18 23:59:29 +01:00
Aaron c52d6325fa
Update CONTRIBUTING.md (#1874) 2021-09-17 13:04:16 +01:00
Aaron 9a35c62449
Updated tos, privacy policy, security policy, and contributing files (#1770) by UnrealApex
* 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>
2021-08-31 15:17:21 +01:00
Jack 1c37cf9245 updated contributing to mention nodb development 2021-08-25 15:49:47 +01:00
Aaron d66eee96b1
Update CONTRIBUTING.md (#1735)
* 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>
2021-08-18 12:33:15 +01:00
lukew3 7c6dc9405f updated documentation and fixed bot bug 2021-08-07 10:53:05 -04:00
Miodec 8cbbe51ba7 Merge branch 'master' into mongo 2021-07-24 23:17:58 +01:00
Kelsier bab6573b03
Proofreading of .md Files (#1664) by TKelsier
* 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
2021-07-24 14:17:15 +01:00
Miodec c5aace859d Merge branch 'master' into mongo 2021-07-19 17:49:43 +01:00
Aaron 35d57e94ae
Removed extra whitespace (#1636)
* 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>
2021-07-19 15:05:15 +01:00
Miodec 0036af9f73 Merge branch 'master' into mongo 2021-07-12 23:17:12 +01:00
Aaron 54735acbf6
Update CONTRIBUTING.md (#1622)
* 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>
2021-07-12 13:21:01 +01:00
Aaron 23af378130
Fixed some typos (#1608)
* 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>
2021-07-09 20:25:33 +01:00
Aaron 4618227159
Update CONTRIBUTING.md (#1604)
* 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>
2021-07-08 12:07:45 +01:00
UnrealApex da5d94d43e
Update CONTRIBUTING.md (#1600)
* 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>
2021-07-07 23:12:17 +01:00