Commit graph

1488 commits

Author SHA1 Message Date
Miodec
1b65a0337f only rotating typing test 2022-09-06 00:19:25 +02:00
Miodec
c6979cfcc0 not removing invisible class 2022-09-06 00:01:51 +02:00
Miodec
40dd2da6e0 fixed daily leaderboard being cut off slightly 2022-09-05 20:53:04 +02:00
Miodec
a378c743d6 optimised alerts popup for narrow screens 2022-09-05 20:45:01 +02:00
Miodec
cc9d8731d6 hiding the account button if user is not logged in 2022-09-05 20:44:48 +02:00
Miodec
d2443971e9 fixed pages alignment 2022-09-05 15:14:24 +02:00
Miodec
ee5c07d10a displaying longest streak on profile 2022-09-05 15:12:24 +02:00
Miodec
4031bc55a6 updating local data 2022-09-05 15:07:29 +02:00
Miodec
949e49cfa2 added maxstreak 2022-09-05 15:05:12 +02:00
Miodec
85dc20e8cd Merge branch 'newnav' 2022-09-05 13:55:09 +02:00
Christian Rudder
df28ad6a62
adding dvorak french (#3501) neezacoto
* adding dvorak french

* fixing layout type

* fixed layout

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-09-05 13:35:57 +02:00
Miodec
2d52e7fd9a removed console logs 2022-09-05 13:14:17 +02:00
Christian Rudder
e541fbaf53
fixing wpm and correctedHistory for Korean (#3474) neezacoto
* fixing wpm and correct history for korean

* pretty fix
2022-09-05 13:09:35 +02:00
Christian Rudder
1a9e2c4134
language checks use startsWith() (#3502) neezacoto
* replacing otchecking for languages uses startsWith

* renamed language file to not include decimal places

* replacing remaing underscore characters

* removing language size

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-09-05 12:26:51 +02:00
typermonkeyuser
b08c194c3d
Implement streaks (#3385) typermonkeyuser, bruception, miodec
* Implement streaks

* Improve code

* Update package.json

* Store streak on the user

* Pretty-fix

* Ensure that streak is up to date

* Fix issue in streak calculation

* Revert prettier changes

* Update polish.json

* Update db.ts

* Remove initial calculation

* Write mandatory test

* using strict equality

* moved functions to the utils file

* importing utils

* adding streak to breakdown,
rounding and parsing streak modifier

* renamed variable

* renamed fields

* using correct field name

* added streaks to configuration

* showing streak during xp breakdown

* incrementing streak earlier
checking configuration before applying modifier

* returning streak to the client

* setting local streak with the number returned from the backedn

* only reading streak when updating profile instead of updating

* sending streak information in profile

* only showing streak if greater than 0

* setting to empty if no streak

* renamed config property

* updated streak calculation

* refactored isYesterday

* refactored streak update

* only displaying if streak larger than 1

* merged configuration properties into 1

* added configuration for max streak bonus

* added isToday check back (derp)

* reverted streaks back to multiplier approach

* using better maprange functin

* removed import

* moved test to dal spec

* clamping

* removed imports

* fixed test

* increased coverage

* removed angry console log

* typo

* using date now instead of dates

* mocking date now
awaiting expect

* not using date

Co-authored-by: Anonymous <110769200+fasttyperdog@users.noreply.github.com>
Co-authored-by: Rizwan Mustafa <rizwanmustafa0000@gmail.com>
Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-09-05 12:13:55 +02:00
Miodec
808c34e69b updating sign in out button 2022-09-05 02:08:25 +02:00
Miodec
9c69174b0c adjusted styling 2022-09-04 23:58:18 +02:00
Miodec
81c2e3019f adjusted test config styling 2022-09-04 23:54:33 +02:00
Miodec
2e96202144 fixed icon styling 2022-09-04 23:36:55 +02:00
Miodec
94dce10eca named separator 2022-09-04 23:29:49 +02:00
Miodec
d94a1ae812 removing account separator 2022-09-04 23:29:39 +02:00
egorguslyan
6f22eaa1fc
Numbers check (#3507) egorguslyan 2022-09-04 20:10:38 +02:00
Miodec
98e069ae7e different error if status is 503 2022-09-04 20:08:11 +02:00
Miodec
283c2773c5 Merge branch 'master' into newnav 2022-09-04 20:04:08 +02:00
Miodec
d63232680f Revert "clearing webpack console output on rebuild"
this causes backend build errors to be cleared
2022-09-04 20:03:53 +02:00
Miodec
0da5d196d3 showing error in alert box instead of adding notification 2022-09-04 18:16:19 +02:00
Miodec
1527331c9c Merge branch 'master' into newnav 2022-09-04 17:16:34 +02:00
Miodec
5be476d3e3 clearing webpack console output on rebuild 2022-09-04 17:16:23 +02:00
Miodec
0539c04c00 moving inbox size update to its own function
storing max mail
showing inbox update errors
waiting for inbox update to complete before showing ui confirmation
fixed buttons showing up in wrong moments
showing "nothing to show" messag when all alerts have been deleted
2022-09-04 17:11:55 +02:00
Miodec
285198bf2d Merge branch 'master' into newnav 2022-09-04 16:08:49 +02:00
Miodec
45576c7b9c Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-09-04 16:08:17 +02:00
Miodec
7378078d51 added selection styling 2022-09-04 15:18:22 +02:00
Faurazeko
d7e99cc4c8
Added some russian quotes, standardized the sequence of fields in json (#3503) Faurazeko
* Update russian.json

* Added some quotes;
* Standardized the sequence of fields (id, source, text, length);

* Update russian.json

* Update russian.json

* Update russian.json
2022-09-04 13:39:10 +02:00
Arban Hossain
d81cda686e
add "I am prepared to die" by Nelson Mandela (#3500) arbanhossain 2022-09-04 12:42:04 +02:00
egorguslyan
2e98da7f3f
C rework (#3483) egorguslyan
* C wordlist extension

* C-like syntax

* Fix arduino tab width

* Fix Quake 3 quote

* Public domain C quotes

* IDs

* Quake 3

* Punctuation

* Prettier

* startWith

* css

* prettier

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-04 12:38:20 +02:00
Miodec
cd26d0edf3 claiming badges
adding xp after alerts panel was closed
2022-09-03 15:08:38 +02:00
Miodec
fcebba7adc added notification event to avoid circular dep 2022-09-03 14:45:23 +02:00
Miodec
0dde0c7493 replaced word 2022-09-02 15:08:17 +02:00
Miodec
1cdc798358 storing alerts
adding claimed xp reward to local snapshot
handling mark as read button click
2022-09-02 14:34:13 +02:00
Miodec
d0aa156f5f allowing adding xp without a breakdown 2022-09-02 14:32:52 +02:00
Miodec
c7858ef7b2 hiding delete button if there are rewards to claim 2022-09-02 13:31:37 +02:00
Miodec
fed91710d6 marking as read and deleting when closing the alerts panel 2022-09-02 13:18:07 +02:00
Miodec
a8dfb539c5 hiding elements earlier before screenshotting and taking measurements 2022-09-02 13:17:44 +02:00
Shashwat Poudel
caa502a618
Update code_python (#3486) shashwat-pd
Structural pattern matching has been added in the form of a match statement and case statements of patterns with associated actions in python 3.10. 

Reference: https://docs.python.org/3/whatsnew/3.10.html#pep-634-structural-pattern-matching
2022-09-02 12:07:10 +02:00
Miodec
254a7c08b4 removed unnecessary style 2022-09-02 00:22:44 +02:00
Miodec
bbcc0f5b6c Merge branch 'master' into newnav 2022-09-02 00:21:28 +02:00
Miodec
0386dfcee2 fixed zen styling 2022-09-02 00:19:24 +02:00
Miodec
560716b7f9 adjusted logo text alignment 2022-09-02 00:14:49 +02:00
Miodec
a7d5da37fe adjusted logo text alignment 2022-09-02 00:11:44 +02:00
Miodec
76ee885a04 account button transition to loading circle is now animated 2022-09-02 00:00:33 +02:00