Commit graph

6819 commits

Author SHA1 Message Date
Bruce Berrios 4999fd4bf5
Add Redis client and george task queue (#2765) bruception
* Add Redis client and george task queue

* Add queue configuration

* Change dual write
2022-03-25 13:13:54 +01:00
DanGonite57 b076559a57
Convert chart-controller to TypeScript (#2741) DanGonite57
* Begin converting chart-controller to TypeScript

* Clean up assertions

* Replace non-null assertion

* Add types for trendline plugin

* Remove unused legends

* Shorten tooltip animation

* Fix merge

* Upgrade to @types/chartjs-plugin-trendline 1.0.1

* Re-add mrmime to package-lock

* Corrected merge with result.ts

* More merge fixes

* Switch chart data types to interfaces
2022-03-24 19:39:17 +01:00
k4leg 8b419be011 update halmak layout (#2754) k4leg 2022-03-24 13:59:03 +01:00
Evan e60baef095
Add Show Average Accuracy and Make Show Average Speed Show CPM (#2756) Ferotiq
* show cpm for always show cpm

* Add show average: acc and make speed work for cpm

* eqeqeq

* round

* rename to remove clutter

* rename and change icon

* Combine functions

* remove comment

* Update index.html

* rounding if show decimal places is disabled

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-03-24 13:58:32 +01:00
Harry Hopkinson e303690cbb
Linted Files according to the .prettierrc (#2758) Harry-Hopkinson 2022-03-23 22:51:55 +01:00
Sarmad Hadi ddc0749602
Update test.scss (#2757) sarmadhadii
The timer was too close to the play button when replaying your test.
2022-03-23 13:38:31 +01:00
Bruce Berrios 76c230315c
Add quote search command (#2747) 2022-03-22 19:08:50 +01:00
Miodec 7e30eca23d hiding banners in focus mode
closes #2752
2022-03-22 18:40:15 +01:00
Miodec 0582662f16 fixed quote 2022-03-22 15:43:27 +01:00
Miodec 4be2efb6a3 fixed quote 2022-03-22 15:39:57 +01: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
Bruce Berrios adf5a0d1db
Include dev branch in CI (#2739) 2022-03-20 11:31:51 -05:00
Miodec c1b5a7f745 added confirm field to the password reset form 2022-03-20 00:24:36 +01:00
Miodec 7061b56184 stopping command line when page transition is active 2022-03-20 00:16:07 +01:00
Miodec 5f6ce17071 returning if snapshot doesnt exist 2022-03-20 00:05:34 +01:00
Miodec 3e3e82886a fixed incorrect hash error when saving practise tests 2022-03-19 21:42:07 +01:00
Bruce Berrios 53a034bc6f
Remove unused dependencies (#2734) 2022-03-19 21:07:20 +01:00
Miodec 9173b33b6b Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-03-19 21:06:44 +01:00
Miodec 7fa2851bcc added missing slovak accent
closes #2733
2022-03-19 21:06:39 +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
Miodec f7bd8a53f5 updated contributors list 2022-03-19 12:13:08 +01:00
Miodec 8845a8576a prettier fix 2022-03-18 16:18:12 +01:00
Miodec 47273b1907 try caching adding event listener 2022-03-18 16:09:54 +01:00
Bruce Berrios 6d0966eea0
Compile sass using webpack (#2728) bruception
* Compile sass using webpack

* Add scss compilation
2022-03-18 15:40:40 +01:00
Miodec 20a5154c8c allowing tab navigation in popups 2022-03-18 14:25:08 +01:00
eisthefifthletter ab77ea9f44
Copyediting for two quotes (#2726)
* modify quotes

* copyediting on quotes
2022-03-18 13:30:26 +01:00
Miodec 43223c73d3 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-03-18 01:41:23 +01:00
Miodec a925ed2e99 updated gitignore 2022-03-18 01:41:19 +01:00
Bruce Berrios 5b2bb82722
Add existing minifiers (#2725) 2022-03-17 18:26:29 -04:00
Bruce Berrios 3567c15ffe
Remove unused packages (#2724) 2022-03-17 21:49:34 +01:00
Bruce Berrios 0fe99e0a28
Handle static assets with webpack (#2723) bruception
* Move some static file management to webpack

* Add build time feedback

* Add lint step back

* Use concurrently
2022-03-17 21:00:20 +01:00
Miodec 817287e59c logging event if failed 2022-03-17 20:41:52 +01:00
Miodec f66d10105c brought back the customtext object 2022-03-17 20:39:38 +01:00
Miodec f2e89c3c5d removed custom text for now as a test 2022-03-17 19:26:04 +01:00
Miodec 804cff60a5 defaulting to -1 if isNaN 2022-03-17 15:09:24 +01:00
Miodec ef5ebe6eb9 cloning request body instead of referencing 2022-03-17 15:09:04 +01:00
Bruce Berrios e512eeb149
Remove generic validation message (#2721) 2022-03-17 12:27:01 +01:00
Bruce Berrios 2d2dc47881
Fix quotes controller (#2720)
* Fix quotes controller

* Additional fixes

* Fix
2022-03-16 21:27:48 -05:00
Miodec 0e1d151112 only logging with psas path 2022-03-17 01:10:15 +01:00
Miodec d613f9a0f3 typo 2022-03-17 01:08:27 +01:00
Miodec e9a37e0598 tracking unknown version 2022-03-17 01:08:13 +01:00
Bruce Berrios e323e876bf
Change client version formatting (#2719) 2022-03-17 00:18:29 +01:00
Miodec 933b69ac67 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-03-16 23:59:22 +01:00
Miodec 97437dd138 temp 2022-03-16 23:59:16 +01:00
Bruce Berrios 4ea601bd85
Add client version header to save results (#2718) 2022-03-16 18:58:10 -04:00
Miodec 9f6322e572 temp typo 2022-03-16 23:43:06 +01:00
Miodec 7ee40b6b6f Revert "removing custom text from the hash"
This reverts commit 3b01cd4f19.
2022-03-16 23:00:18 +01:00
Miodec 3b01cd4f19 removing custom text from the hash 2022-03-16 22:41:21 +01:00
Miodec de636ffc21 fixed challenge setup not disabling random time 2022-03-16 22:31:01 +01:00