Miodec
537d25b7c0
Revert "updated when scolltape is called"
...
This reverts commit a3500adb97
.
2022-04-27 21:33:31 +02:00
Miodec
9ebf824e7a
added section about advertisers
2022-04-27 20:47:51 +02:00
Miodec
51a5febae5
focusing words after closing cookie popup
...
closes #2888
2022-04-27 20:38:29 +02:00
Miodec
a3500adb97
updated when scolltape is called
2022-04-27 20:36:40 +02:00
Miodec
fe0e8c0cd4
scrolling tape on resize
2022-04-27 20:36:16 +02:00
Miodec
2a518a8707
fixed circular dependency added in the previous commit
2022-04-27 20:33:21 +02:00
Miodec
f60d194bc7
added result to stats object
2022-04-27 20:26:03 +02:00
MyBeansAreBaked
35f63c3973
Defaults analytics to be unchecked ( #2891 )
...
To conform with GDPR, tracking MUST be opt-in, and disabled by default.
2022-04-27 16:59:59 +02:00
Rizwan Mustafa
369f96691e
Refactor User DAL ( #2857 ) rizwan
...
* Create romanian quotes (#2846 ) DKparadox
* Create romanian
* Add files via upload
* Rename romanian quotes.json to romanian.json
* Delete romanian
* Update romanian.json
* Update romanian.json (#2852 ) DKparadox
* Refactor User DAL
* Remove unnecessary check
* Add stack var in getUser
* removed unnecessary throw
* Fix error
Co-authored-by: DKparadox <93858181+DKparadox@users.noreply.github.com>
Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-04-27 16:42:17 +02:00
Miodec
5f47133b31
added better error message
...
closes #2871
2022-04-27 16:08:03 +02:00
Miodec
fa9c4a417b
Merge branch 'dev' of https://github.com/Miodec/monkeytype into dev
2022-04-27 16:04:41 +02:00
Miodec
4f8c5bb941
fixed error when there are no words in history
...
closes #2879
2022-04-27 16:04:34 +02:00
Miodec
34659f471d
corrected return type
2022-04-27 16:03:59 +02:00
Max Kronenbürger
692f83ddb2
fixed typo in Windows word ( #2889 ) tmuplayer33
...
Co-authored-by: Maximilian Kronenbürger <maximilian.kronenbuerger@1und1.de>
2022-04-27 15:58:24 +02:00
Tobias Kendlbacher
6ec8645b8c
Fix a typo ( #2887 )
...
In settings: changed 'conset' to 'consent'
2022-04-27 07:46:53 -05:00
Matt
933e4c7e83
Fixes Javascript typo ( #2884 ) ( #2885 )
2022-04-27 14:16:52 +02:00
Miodec
783c8b9c21
Merge branch 'dev' of https://github.com/Miodec/monkeytype into dev
2022-04-27 14:12:24 +02:00
DKparadox
3a8a5d5010
Update romanian.json ( #2852 ) DKparadox
2022-04-27 14:12:01 +02:00
DKparadox
9abb8c13de
Create romanian quotes ( #2846 ) DKparadox
...
* Create romanian
* Add files via upload
* Rename romanian quotes.json to romanian.json
* Delete romanian
* Update romanian.json
2022-04-27 14:11:56 +02:00
Young Shung
a39b9e91aa
Fix mailto in readme ( #2883 )
2022-04-27 13:05:37 +02:00
Miodec
593b30c39f
fixed indicate typos below requiring more space below words
2022-04-26 15:41:13 +02:00
Miodec
11d83e6213
fixed commandline not highlighting active font size
...
closes #2882
2022-04-26 15:26:11 +02:00
Miodec
48c1c882bc
reduced multiplier
2022-04-26 15:24:35 +02:00
Miodec
d3e0ff654d
added aliases
2022-04-26 15:22:27 +02:00
Miodec
5cbc7c6646
fixed wide carets moved too far left
2022-04-26 15:08:25 +02:00
Miodec
374251bc39
showing requested styles and client version on no css warning
2022-04-26 15:03:09 +02:00
Miodec
96f64039e7
added more classes that should be picked up by cookie popup blocking extensions
2022-04-26 14:43:54 +02:00
Miodec
875413afc4
added function to check if a popup is visible
...
using computed style instead of hidden class
2022-04-26 14:43:31 +02:00
Miodec
0f347e9100
added hidden message about cookie popup blocking extensions
2022-04-26 14:21:10 +02:00
Miodec
2428ed0c7b
increased height of word wrapper slightly when using tape mode to allow for typo indication
...
closes #2873
2022-04-25 19:25:56 +02:00
Miodec
028e155be9
only reacting to config events when test page is active
...
fixes #2876
2022-04-25 17:03:29 +02:00
Miodec
a4ee31a4bb
changed background color
2022-04-25 16:17:46 +02:00
Miodec
a585adae24
added cookie popup
2022-04-25 16:11:24 +02:00
Miodec
32a31b0d48
stopping input when a popup is visible
2022-04-25 16:11:06 +02:00
Miodec
22e3b97f4e
hiding caret during resize
2022-04-25 00:40:38 +02:00
Miodec
a45fb91300
using gradient mask around edges when using tape mode
2022-04-25 00:16:05 +02:00
Miodec
4bd5c9ecba
added a better error message
...
closes #2872
2022-04-24 21:45:01 +02:00
Miodec
bd5bcf075d
fixed tape mode not working with new lines
2022-04-24 21:42:05 +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
4d365802a1
Added popup to share test settings through url ( #2870 )
...
* added package for compressing strings
* added popup to share test settings
* added function to parse test settings from url
* returning if no settings were applied
* removed pointless try catches
* added type for shared setings instead of casting
* small refactor
* unnecessary ??
2022-04-24 17:05:04 +02:00
Jack
9ca477da54
Added tape mode ( #2862 )
...
* added config param for tape mode
* added settings section
* added commands
* moving caret to the correct place with tape mode is active
* only jumping line when not using tape mode
* prettier
* scrolling tape
* restarting test when tape mode changed
* showing one line when tape mode is active
* added function for scrolling words horizontally
* scrolling tape when layout emulator is enabled
* removed left margin when tape is active
* disable tape for some challenges
* fixed incorrect caret position when going back to a previous word
* ignoring no-this-alias
* fixed lines scrolling to often when tape mode was disabled
* storing caret width in a variable
* not allowing tape mode and show all lines together
* removed unnecessary comment
2022-04-24 17:04:46 +02:00
Rizwan Mustafa
d65fcff79d
Add script for starting live version locally ( #2855 ) rizwan
...
* Create start live version locally script
* Fix issues
2022-04-24 15:11:54 +02:00
Miodec
6509fe105e
fixed tag buttons not reacting to keypresses
...
closes #2865
2022-04-24 12:30:50 +02:00
Miodec
21c9d5d90d
ignoring no-this-alias
2022-04-24 02:05:33 +02:00
Evan
58505a9f31
Fix Collection Types ( #2864 )
2022-04-24 01:37:05 +02:00
MrEgggga
a55249925e
improved toki pono or whatever it is ( #2861 ) MrEgggga
...
* toki pona ku languages
* underscore
2022-04-23 19:47:21 +02:00
Jack
b60e6905ce
Made username non optional ( #2859 )
...
* reduced code repetition
* throwing error when no name provided
* stopping signout if no current user
* expanded to 16 chars
* moved code to popup file
* added google sign up popup
* checking if name is available in the backend
* deleting account if popup was closed
uncommented sign up process
addd functions to enable and disable input
* added google sign up event to avoid circular dependency
* hiding by default
* name is no longer optional
user is deleted if its database object is not found
* using loader to indicate background activity
2022-04-23 19:46:41 +02:00
Rizwan Mustafa
6c4e19a65a
Fix favorite quote bug ( #2856 )
2022-04-23 19:45:47 +02:00
Rizwan Mustafa
fd002f1553
Save exact for all packages ( #2853 )
2022-04-23 19:42:20 +02:00
Jack
bdacc24660
Converted new quotes to typescript ( #2844 )
...
* renamed to ts
* added type for new quote
* converted to ts
* renamed dao to dal, fixed logic
2022-04-21 17:23:24 +02:00