Miodec
|
aed9c10896
|
moved pace caret into a module
|
2021-03-15 18:05:37 +00:00 |
|
Miodec
|
4940580aad
|
moved some of the config into a temporary transition module
|
2021-03-15 03:55:39 +00:00 |
|
BuildTools
|
d6548fe521
|
Merge branch 'master' of https://github.com/Miodec/monkeytype
|
2021-03-14 23:20:10 +00:00 |
|
BuildTools
|
abf9d637de
|
Started work on words filter
|
2021-03-14 23:18:56 +00:00 |
|
Miodec
|
ce10bca858
|
added manual restart tracker as a transition module. added a module for the custom text popup
|
2021-03-14 22:55:17 +00:00 |
|
Miodec
|
aa10658ae5
|
added caret module. part of #495
|
2021-03-14 04:21:29 +00:00 |
|
Miodec
|
7e25de8a0b
|
moved theme related code to a new module. part of #495
|
2021-03-14 03:59:13 +00:00 |
|
Miodec
|
c9626396d8
|
moved all charts to a module. part of #495
|
2021-03-14 00:06:36 +00:00 |
|
Miodec
|
8089580406
|
moved out of focus to a module
|
2021-03-12 21:00:15 +00:00 |
|
Miodec
|
ea0b1e4113
|
more file refactoring
|
2021-03-12 18:50:07 +00:00 |
|
Miodec
|
36d6398316
|
exported theme colors into a module
|
2021-03-12 17:38:43 +00:00 |
|
Miodec
|
a185a9620a
|
moved some code to a new test-stats module. part of #495
|
2021-03-12 16:57:14 +00:00 |
|
Miodec
|
7890fd7777
|
added opposite shift mode. coses #1059
|
2021-03-12 01:46:46 +00:00 |
|
Miodec
|
0423577456
|
moved custom text to a module
|
2021-03-10 06:07:19 +00:00 |
|
Miodec
|
c3f2aa0ff4
|
moved sound into a module
|
2021-03-10 05:49:17 +00:00 |
|
Miodec
|
3c5f0f646d
|
removed unused file
|
2021-03-10 04:30:17 +00:00 |
|
Miodec
|
1cd7a3f6f1
|
converted leaderboards to a module
|
2021-03-10 04:23:16 +00:00 |
|
Miodec
|
ee90d33b11
|
fixed lint warnings
|
2021-03-10 03:32:48 +00:00 |
|
Miodec
|
d2f6a01887
|
reworked the notification system
|
2021-01-16 01:12:36 +00:00 |
|
Miodec
|
23544383af
|
refactored result filters into a module
|
2021-01-03 18:41:53 +00:00 |
|
Jack
|
a1c51301e9
|
Merge branch 'master' into lint_refactor
|
2020-12-17 16:04:50 +00:00 |
|
Jack
|
8a8289c328
|
booring bugfixes
|
2020-12-17 15:45:45 +00:00 |
|
Benjamin Kinga
|
8b9636a440
|
add layouts to refactored file & lint refactored files
|
2020-12-14 16:17:35 -06:00 |
|
Jack
|
eeaa708cfc
|
Revert "Convert external dependencies to npm packages"
|
2020-12-05 14:50:33 +00:00 |
|
Marco Pagani
|
c04ff83ef7
|
Merge branch 'master' into external-deps
|
2020-12-03 19:54:13 -05:00 |
|
typer
|
decba8eaaa
|
refactored misc and cloud functions
|
2020-11-27 23:27:24 -08:00 |
|
Marco Pagani
|
dd8b01ff52
|
replaced jquery and html2canvas with external deps
fixed import statement for jquery
|
2020-11-26 01:08:47 -05:00 |
|
Marco Pagani
|
f3274c22b3
|
converted moment to external dependency
|
2020-11-26 01:07:57 -05:00 |
|
typer
|
607638f608
|
removed Chart from the linter's globals whitelist
|
2020-11-13 00:36:59 -08:00 |
|
typer
|
1679e69123
|
exported db snapshot globally for debugging in the browser
|
2020-11-12 23:38:30 -08:00 |
|
typer
|
b879a5967d
|
added browserify and made db.js an ES6 module
|
2020-11-12 23:12:53 -08:00 |
|
typer
|
c4b1407770
|
Merge branch 'master' into lint
|
2020-11-03 19:01:08 -08:00 |
|
Jack
|
15f8146db5
|
public is now static
|
2020-11-04 01:01:39 +00:00 |
|
typer
|
676d7c142a
|
fixed or worked around the remaining lint errors. changed those I couldn't fix to warnings so that the app builds
|
2020-11-02 18:29:42 -08:00 |
|
typer
|
9b15e1e4ca
|
removed recommended extension since it doesn't work anyway
|
2020-11-02 17:59:35 -08:00 |
|
typer
|
1ac401dbfa
|
moved eslint config definition above use
|
2020-11-02 17:53:53 -08:00 |
|
typer
|
153efd9a6a
|
Merge branch 'use-gulp' into lint
|
2020-11-02 17:52:58 -08:00 |
|
typer
|
c8273e9875
|
renamed gulp build to gulp compile, and gulp rebuild to gulp build
|
2020-11-02 17:43:42 -08:00 |
|
typer
|
4d791a4f10
|
converted some classes of errors to warnings
|
2020-11-02 17:37:26 -08:00 |
|
typer
|
e70d38f541
|
fixed most lint errors
|
2020-11-02 17:32:27 -08:00 |
|
typer
|
56e2910a4d
|
added eslint@6.0.0, gulp-eslint, babel-eslint dev dependencies. added linting to the concatenated source. removed a duplicate function to allow it to build.
|
2020-11-02 17:13:09 -08:00 |
|
typer
|
18de7cccd5
|
made gulp output to dist/
|
2020-11-02 03:19:24 -08:00 |
|
typer
|
4bf148b944
|
fixed a bug with sass watching and cleaned up gulpfile
|
2020-11-01 23:06:30 -08:00 |
|
typer
|
ceb798ad6f
|
added sass compilation in gulp build
|
2020-11-01 22:53:20 -08:00 |
|
typer
|
ffe8554c89
|
added gulp build and a few dev dependencies. can now run with 'npm run start:dev'
|
2020-11-01 22:25:25 -08:00 |
|