Commit graph

593 commits

Author SHA1 Message Date
eisthefifthletter ab77ea9f44
Copyediting for two quotes (#2726)
* modify quotes

* copyediting on quotes
2022-03-18 13:30:26 +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
Bruce Berrios 2d2dc47881
Fix quotes controller (#2720)
* Fix quotes controller

* Additional fixes

* Fix
2022-03-16 21:27:48 -05: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 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
Bruce Berrios 032fe57f2a
Consolidate webpack configurations (#2716) bruception
* Consolidate webpack configurations

* Add lint step back into dev compilation
2022-03-16 20:57:30 +01:00
Besnik Bleta 95a0467089
Typo fixing for albanian.json (#2717) ujdhesa 2022-03-16 20:56:17 +01:00
Miodec 389fe63a49 Revert "not sending key data when not needed"
Key data is needed to validate test

This reverts commit 2a7eab75be.
2022-03-16 20:48:42 +01:00
Miodec a5136dacc1 fixed incorrect format 2022-03-16 18:50:46 +01:00
Miodec 86dbe44487 showing client version on version shift click 2022-03-16 18:49:39 +01:00
Miodec 8370768a17 cant select footer 2022-03-16 18:49:06 +01:00
Miodec 0b6f8c571a fixed theme buttons duplicating when toggling favourite
closes #2715
2022-03-16 18:40:25 +01:00
Miodec 67093bd6c8 fixed #2715 2022-03-16 18:38:14 +01:00
Miodec 41ba7feda0 fixed inconsistent tab behaviour
closes #2715
2022-03-16 18:35:34 +01:00
Bruce Berrios 64f06231cd
Add initial client version tracking (#2710) bruception
* Add initial client version tracking

* Make headers optional

* Add client version

* Add client version on build

* header fix

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-03-16 16:53:11 +01:00
Miodec 2a7eab75be not sending key data when not needed 2022-03-16 13:19:27 +01:00
Bruce Berrios eb79ffbc00
Add quote length filter (#2705) Bruception
* Add quote length filter

* Clear filters when closing search

* Add select2 style selectors

* updated placeholders

* fixed styling

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-03-15 21:14:17 +01:00
Jack ab27950bcc
Using date-fns instead of moment (#2707)
* installed date fns

* using date fns

* using date fns

* using date fns

* using date fns

* using date fns

* removed moment

* removed last traces of moment
2022-03-15 19:34:50 +01:00
Miodec 1435c08d33 fixed #2709 2022-03-15 18:37:04 +01:00
Miodec 2ed9374d8d removed unused dependencies 2022-03-15 14:40:52 +01:00
Miodec c2ff0c42c5 increased config batching to 1 second 2022-03-14 22:43:57 +01:00
Miodec e68d9ece36 lowered batching to 500ms 2022-03-14 02:02:44 +01:00
Miodec f73b513e88 not reapplying theme if theme wasnt random 2022-03-14 01:58:25 +01:00
Miodec 44a5f6c7e9 resetting the theme to config when clearing random 2022-03-14 01:49:45 +01:00
Miodec bcd9ba7bef not changing custom theme config when setting random theme
fixes #2704
2022-03-14 01:49:24 +01:00
Miodec b9213e0c76 fixed setting buttons click handlers multiplying like little rabbits 2022-03-14 01:38:44 +01:00
Miodec 939a1b6e27 moved tab change to theme picker file 2022-03-14 00:53:56 +01:00
Miodec eb4bb28c6c newline 2022-03-14 00:38:05 +01:00
Miodec c232d3f0ba no config save pooling on localhost 2022-03-14 00:37:33 +01:00
Justin K c6de5c98ae
Unfocus when mouse moves >5px (#2703)
* Update focus.ts

* Update focus.ts

* lowered threshold to be slightly more responsive

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-03-13 23:26:44 +01:00
Bruce Berrios 3528ba6c6c
Add silicon valley quotes (#2701) bruception
* Add silicone valley quote

* Add quote from peter
2022-03-13 23:21:56 +01:00
Jack a8d4159520
Refactored random number getting code, added random from array and object (#2700)
* using new functions

* updated types
2022-03-13 15:37:00 -05:00
Miodec bb294db746 always updating footer theme name when applying theme
fixes #2674
2022-03-13 21:12:43 +01:00
Miodec 622e016db2 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-03-13 20:32:36 +01:00
Bruce Berrios cb6ddc5fc7
Add logic to prevent repeated random quotes (#2693)
* Add logic to prevent repeated random quotes
2022-03-13 14:30:07 -04:00
Miodec 348507cda3 throwing if any of the requests failed 2022-03-13 15:03:59 +01:00
eisthefifthletter 4213b6576c
modify quotes (#2698) 2022-03-13 13:22:47 +01:00
Bruce Berrios fabc0e7562
Fix ApeKeys management for unauthed users (#2694) 2022-03-13 13:21:54 +01:00
Rasmit Devkota c494475a48
Fixed "t"/"th" and "ch"/"chh" in Hindi INSCRIPT layout (#2695) 2022-03-13 13:21:33 +01:00