Commit graph

885 commits

Author SHA1 Message Date
Miodec
3c468ece12 moved xp gain to the left 2022-08-29 02:13:27 +02:00
Miodec
d450129234 fixed login page alignment 2022-08-29 02:13:27 +02:00
Miodec
5abf4a14c7 hidden alerts button for now
handling sign out
2022-08-29 02:13:27 +02:00
Miodec
f3f1ba4d08 finished fixing the animation 2022-08-29 02:13:27 +02:00
Miodec
12756e0d08 animating puctuation and numbers 2022-08-29 02:13:27 +02:00
Miodec
39a0a671ea fixed loading page not centered 2022-08-29 02:13:27 +02:00
Miodec
b7e1436575 reverted to a grouped approach
showing custom text change
handling custom word amount
showing active words, quotelength numbers and puctuation
2022-08-29 02:13:27 +02:00
Miodec
d7dcaf0533 enabling and disabling punctuation and numbers buttons as needed 2022-08-29 02:13:27 +02:00
Miodec
db65d9d257 removed element update 2022-08-29 02:13:27 +02:00
Miodec
a18774878f moved element update to test config instead of config 2022-08-29 02:13:27 +02:00
Miodec
e93e03aad3 handing time change 2022-08-29 02:13:26 +02:00
Miodec
e60e86f4ba handling mode change, custom time 2022-08-29 02:13:26 +02:00
Miodec
c993ed35f1 initial preview, no functionality 2022-08-29 02:13:26 +02:00
Miodec
2d04bef552 stopping breakdown quicker 2022-08-29 02:09:40 +02:00
Miodec
0a75b40fef breakdown can now be skipped by pressing any key or going back to the typing page 2022-08-29 02:06:09 +02:00
Miodec
21bcc4b83c instant animations if timer is slow 2022-08-29 01:42:39 +02:00
Miodec
6b456ef62f animating the xp breakdown step by step 2022-08-29 01:34:56 +02:00
Miodec
a564381574 xp breakdown styling 2022-08-29 01:34:27 +02:00
Miodec
5cb2a65d11 added promise based sleep function 2022-08-29 01:34:09 +02:00
Miodec
32550a54e3 passing xp breakdown to the update xp bar function 2022-08-29 01:33:56 +02:00
Miodec
d3f4e474fc only affecting direct children 2022-08-29 01:33:30 +02:00
Miodec
0e0ce6a7d2 awaiting challenge loading before restarting the test 2022-08-28 16:57:01 +02:00
Miodec
1605cccc8c added loading to script fetch 2022-08-28 16:56:29 +02:00
Miodec
b123bde96e removing words with capital letters when punctuation is disabled 2022-08-28 16:20:56 +02:00
Miodec
da7125410d removed console log 2022-08-26 14:29:10 +02:00
Miodec
d759c5e664 updating test modes notice after averages were updated
closes #3356
2022-08-26 14:28:14 +02:00
Miodec
8afaa79f3c Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-08-26 12:01:20 +02:00
Miodec
1e868414fb added next test command
closes #3438
2022-08-26 12:00:20 +02:00
Miodec
f6d377225c fixed screenshot alignment 2022-08-26 11:50:38 +02:00
Christian Rudder
4d52d3f933
refactoring input controller (strict equality & typing) (#3435) neezacoto 2022-08-25 12:05:59 +02:00
Miodec
bf3ea69b6e debouncing theme preview to fix #3371 2022-08-22 16:32:01 +02:00
Miodec
5183648b62 fixed create tags popup not being focused when opened from the command line
closes #3376
2022-08-22 15:55:33 +02:00
Miodec
2a50e0d5af changed the behaviour of show yesterday button
closes #3391
2022-08-22 15:44:20 +02:00
Miodec
0ce1495d79 fixed weakspot and british english not working
closes #3429
2022-08-22 15:30:37 +02:00
Miodec
366ac04d83 showing cpm if cpm is enabled
closes #3430
2022-08-22 15:28:44 +02:00
Miodec
1b8677e968 saving active tags to local storage after applying preset
closes #3419
2022-08-22 15:18:11 +02:00
Miodec
166ca6df6c checking if time is finite
closes #3416
2022-08-22 15:12:46 +02:00
Miodec
5b378cc606 added reject all button to comply with gdpr
closes #3409
2022-08-22 15:09:13 +02:00
Miodec
b899cf65a8 updated leaderboard media queries to avoid scrollbars
closes #3400
2022-08-22 14:53:31 +02:00
Tommy Liao
e89570ff2c
Fixes bug with capitalization in Georgian (#3414) (#3418) dudemanppl
* Updates punctuateWord function to not capitalize the first letter of sentences in the Georgian language

* Reverts to old package-lock.json file
2022-08-22 13:56:51 +02:00
Christian Rudder
fcd7c63440
Adding Korean Language Functionality (#3412) neezacoto
* fixing accuracy and functionality

* removed opacity for readability

* avoiding using any

* ㅎㅁㅁ스 ㅜㅐㅔ겨ㅓ

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-08-22 13:45:22 +02:00
Miodec
7ed9d50383 allowing version popup to be closed with escape
closes #3377
2022-08-08 16:53:28 +02:00
Miodec
87e079ed53 added a notification if user has no tags
closes #3363
2022-08-08 16:47:04 +02:00
Miodec
7b8676bd5a fixed vague class query 2022-08-08 16:46:27 +02:00
Miodec
3757b76848 fixed removing custom background url not removing custom background
closes #3378
2022-08-08 16:41:53 +02:00
Miodec
d4a89f04fa fixed small footer ad appearing on the typing page
closes #3389
2022-08-08 16:34:39 +02:00
Miodec
b0298f5c57 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-08-08 16:31:21 +02:00
Miodec
9067425d02 reverted ibm plex sans weight change
closes #3394
2022-08-08 16:31:13 +02:00
Luke Weiler
a53ea582e4
Added version indicator option 3 (#3393) lukew3
* Fix missing step in contributing advanced

* Removed condition that will never be hit

* Replace version banner with newVersionIndicator

* Update CONTRIBUTING_ADVANCED.md

* Changed newVersionIndicator to text

* Add negative margin to indicator to fix alignment

* close newVersionIndicator on click

* Removed show x on hover

* style touch ups

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-08-08 16:12:41 +02:00
Rizwan Mustafa
ab179807be
Fix keymap keys holding previous style upon theme change. (#3395) rizwanmustafa
* fix key bug

* move code above resolve

* update code
2022-08-08 14:13:49 +02:00