Commit graph

7692 commits

Author SHA1 Message Date
Miodec 115d32ab26 disabled daily bonus for now 2022-08-05 15:19:12 +02:00
Miodec 18c7d7db18 fixed server always reporting daily bonus 2022-08-05 15:13:07 +02:00
Miodec e0c6420e4f checking type equality 2022-08-05 15:10:31 +02:00
Miodec b8206cf0a6 removed test global 2022-08-05 15:09:33 +02:00
Miodec 23f6775b16 max width 2022-08-05 13:33:44 +02:00
Miodec 389661c300 showing daily bonus 2022-08-05 13:29:02 +02:00
Miodec 2ee84972ee catching error 2022-08-05 00:56:17 +02:00
Miodec a32821c02e added min values in result schema 2022-08-05 00:33:11 +02:00
Miodec fdcc1337ae added daily bonus 2022-08-05 00:27:06 +02:00
Miodec fd74052eac updated xp scaling once more 2022-08-04 23:50:55 +02:00
Miodec 84443d8f8b allowing custom 2022-08-04 18:30:36 +02:00
Miodec 3b4229ffc1 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-08-04 17:41:11 +02:00
Immanuel Hise 65b837e08a
Improve Level Progression Formulas (#3368) hiserod
* improve level progression formulas

Changed level progression from an exponential curve to a cubic. This prevents higher level accounts from getting bunched up around levels 100 - 120 as well as making the progression through levels 1-99 a bit slower.

* fixed variable name in getXpForLevel()

* not flooring getlevel result

* removed one level from the function

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-08-04 17:38:15 +02:00
Ayaan 9515ff9000
Fix typo in quote (#3364) DarthJarJarJar 2022-08-04 15:22:37 +02:00
Miodec 7d1aa89190 fixed narrow screen banner styling 2022-08-03 23:27:01 +02:00
Miodec b4e830565f removed console log 2022-08-03 23:18:37 +02:00
Miodec cc6234f2b9 using long 2022-08-03 23:17:50 +02:00
Miodec 17cca6b693 added more neuron activation 2022-08-03 23:04:09 +02:00
YummyOreo 9cbcdf9062
resets the xp when reseting account (#3359) YummyOreo
* resets the xp when reseting account

* adds test for reseting user
2022-08-03 16:28:46 +02:00
schuebel 8333a0d02b
Added new german quotes (#3357) schuebel
Co-authored-by: Jonathan Schuebel (i565161) <jonathan.schuebel@sap.com>
2022-08-03 16:28:05 +02:00
Miodec 7c8a41137a potential edge autocomplete fix 2022-08-03 16:17:45 +02:00
Miodec 8593142105 removed unused function 2022-08-03 15:43:09 +02:00
Miodec b364c90653 adjusted level scaling 2022-08-02 21:14:52 +02:00
Miodec a5979abe7a typo 2022-08-02 21:02:44 +02:00
Miodec 26b72d6b6c not allowing spaces or double quotes in custom background 2022-08-02 21:01:58 +02:00
Miodec fb4c47792c removed custom onresponsefinish function 2022-08-02 20:31:41 +02:00
Miodec 7290e57d54 persisting xp gained for longer 2022-08-02 13:32:37 +02:00
Miodec f0f86ffe7f fixed confirmed psas showing up again when server goes through maintenance 2022-08-02 13:29:55 +02:00
Miodec f1d296491f removed console log 2022-08-02 11:58:01 +02:00
Miodec 4e36fc0e38 allow html 2022-08-02 11:14:19 +02:00
Miodec 6afda8b0a9 fixed circular dep 2022-08-02 01:29:08 +02:00
Miodec ce064dd1ad showing total xp on hover 2022-08-02 01:28:56 +02:00
Miodec c6a04adc44 showing xp gain 2022-08-02 01:11:07 +02:00
Miodec a266b577aa correcting number after animation is done 2022-08-02 01:05:42 +02:00
Miodec da4aac9a15 adjusted punctuation and numbers modifiers 2022-08-02 00:49:03 +02:00
Miodec e48fdc2a89 added xp and levels 2022-08-02 00:21:09 +02:00
Randomkid88 3f3c041464
New quote added (#3355) randomkid88
* Sebastian Vettel announcement quote added

* Sebastian Vettel retirement quote added

* Sebastian Vettel retirement quote added
2022-07-31 12:48:19 +02:00
Jan Golebiowski 3a73954b45
Added config for displaying the keymaps top row (#3353)
* added config for displaying the keymaps top row

* fixed keysplit for top row

* prettier

* lined up top row properly

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-07-31 12:47:31 +02:00
Miodec cd8ed15822 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-07-31 12:43:39 +02:00
yutubpremnjing 8198e74023
Test Project (#3346)
* Update indonesian_1k.json

* Update britishenglish.json

armor edited
2022-07-31 12:37:04 +02:00
Miodec eddc96c67e root weight 400 2022-07-31 01:18:14 +02:00
Miodec 17ba6cebf3 typo 2022-07-31 01:11:13 +02:00
Miodec e1ed7aefee using separate imports 2022-07-31 01:08:58 +02:00
Miodec d0c558d886 removed unnecessary log and error 2022-07-26 13:06:52 +02:00
Miodec 9829665c62 added wpm calculation debug 2022-07-26 13:06:15 +02:00
Guilherme Jun Grillo 641dc03f1c
Changes in the profile (#3352) guijun13
* feat(popup): change gh and tt input position

* feat(popup): add static url for gh and twitter

* fix(popup): lower input size & add margin between
2022-07-26 11:36:29 +02:00
Miodec a874eb02d2 refreshing all ads 2022-07-25 14:14:54 +02:00
Miodec 0b7004ba1e never showing ads on the typing page, regardless of the setting 2022-07-25 14:02:10 +02:00
Miodec 0f6fe89e46 removed margin on settings, about, accounts ads 2022-07-25 12:50:47 +02:00
Miodec 0b7800b6ca detecting adblock and cookie blockers
showing different messages based on that
2022-07-24 11:22:27 +02:00