Commit graph

1622 commits

Author SHA1 Message Date
Miodec a3f2ba8a9e optional chaining 2022-09-27 22:16:57 +02:00
Miodec a2c5da89c5 inverted logic, optional chaining 2022-09-27 22:16:42 +02:00
Miodec 4cf2820fde optional chaining 2022-09-27 22:16:01 +02:00
Miodec b4a3fb4be4 optional chaining, inverted some logic 2022-09-27 22:14:23 +02:00
Miodec e584acfe30 added ready function if auth is undefined
blocking functions if auth is undefined
2022-09-27 22:12:41 +02:00
Miodec 4582c3bdad optional chaining 2022-09-27 22:11:35 +02:00
Miodec 16c7750a01 firebase auth can be undefined 2022-09-27 22:08:06 +02:00
Miodec e23c10d597 inverted logic 2022-09-27 22:07:27 +02:00
Miodec 523a69b456 inverted logic 2022-09-27 22:07:08 +02:00
Miodec d98ec08ca5 renamed animation 2022-09-27 20:39:02 +02:00
Miodec 5f7b87173b fixed aurora and trance color shift animations being rgb 2022-09-27 18:46:30 +02:00
Miodec a9f1580aab fixed duplicate imports 2022-09-27 15:49:32 +02:00
Miodec 7511cb15f0 fixed incorrect import 2022-09-27 15:48:43 +02:00
Miodec 4da5fe4884 remoed word 2022-09-27 00:47:57 +02:00
Miodec 29533da0b2 removed word 2022-09-27 00:47:14 +02:00
Miodec ee3bbbcd95 added section about ads to the privacy policy
closes #3582
2022-09-27 00:45:44 +02:00
Miodec 19b7a6ca24 added claim all and delete all buttons to alerts panel
closes #3590
2022-09-27 00:34:05 +02:00
Miodec d37b52c54a corrected character 2022-09-26 20:26:02 +02:00
Miodec a39196efa3 added persian_farsi 2022-09-26 20:20:16 +02:00
Miodec 2943d110c9 made loaded challenge non interactable 2022-09-26 11:28:27 +02:00
Miodec c3e741a243 typo 2022-09-26 11:28:05 +02:00
riyu 31763de294
New Theme : iv (#3540) riyuzenn
* create iv-spade theme

* append iv spade from the list

* create iv-clover theme

* append iv clover from the list

* rename themes

* update main color

* change color

* update colors

* update color params

* update colors

* update color

* Update iv_spade.css

* Update _list.json

* change main & text color

* update main color
2022-09-26 11:26:32 +02:00
Kyro ea0e534ae8
added english quotes (#3599) KyroKrypt
Co-authored-by: Miodec <jack@monkeytype.com>
2022-09-26 11:00:39 +02:00
FarisDaffa 7c9c799f99
added indonesian quote (#3600) Faris0520
* Update indonesian.json

* Update indonesian.json

* Update indonesian.json

* Update indonesian.json

Add more quotes

* Updated
2022-09-26 10:53:27 +02:00
Bruce Berrios 0283cba792
Replace profile URI to use username (#3598) Bruception
* Replace Profile URL to use username

* Remove Auth import

* using replace state to fix back button not working

Co-authored-by: Miodec <jack@monkeytype.com>
2022-09-26 10:51:52 +02:00
Andie Santos 67f3b0734d
Added English quotes (#3594) radarmeanie
Co-authored-by: Miodec <jack@monkeytype.com>
2022-09-26 10:48:21 +02:00
Mattia 65b53f396c
Added a quote from "Il fu Mattia Pascal" (#3592) Triikk
* Added a quote from "Il fu Mattia Pascal"

* Update italian.json
2022-09-26 10:44:54 +02:00
mainos1 9e205d248c
Add more Greek language files (#3587) Mainos1
* added files for Greek 1k, 5k, 10k and 25k words

The files are made using the European Parliament Proceedings Parallel Corpus 1996-2011

* Add Greek 1k, 5k, 10k, 25k words

* Add Greek 1k, 5k, 10k, 25k words

* correcting trailing comma

* corrected the name

* corrected the name field

* corrected the name field

* corrected the name field
2022-09-26 10:44:25 +02:00
Bruce Berrios e6a8747d41
yyyriyriy ppp[i6riy (#3603) Bruception
* Add new synth click sounds

* Use key codes instead

* Fix Sound preview

* Check for caps lock

* Add new quote - imperial march
2022-09-26 10:41:31 +02:00
Miodec 326adb11a0 moved around the loading bar updates
showing loading bar and resetting it to 0 before showing account page
closes #3591
2022-09-23 16:08:20 +02:00
Miodec 4fb91bdfe2 fixed alignment 2022-09-23 16:06:53 +02:00
Miodec ad82e2ab4d forwarding data 2022-09-23 16:06:28 +02:00
Miodec 4ad36d2527 defaulting to false
also affecting stop function based on the parameter to smooth the loading bar a bit
2022-09-23 16:01:35 +02:00
Miodec 9f8adbbb25 fixed random theme not working when logged out
closes #3572
2022-09-23 14:57:01 +02:00
Miodec 2a5754a4c8 using no interaction class
for notices that dont open the command line
opening blind mode commands
2022-09-23 13:01:10 +02:00
Miodec 903e58b6f3 added no interaction class 2022-09-23 13:00:28 +02:00
Miodec b124ad454e checking if commands attribute is defined
to avoid showing error to the user when trying to access undefined list
closes #3589
2022-09-23 12:54:57 +02:00
Miodec a0bfc54dfc added missing command list definition to result saving disabled notice
closes #3586
2022-09-23 12:46:50 +02:00
Jack 409f0a83e4
Get profile by name (#3585)
* handling query param
getting user by name if query param is present

* added function to get user by name

* split profile function to get user by uid or name

* added  function to check if get parameter exists in url

* updating the profile based on the url parameter

* using query param in url

* using get param

* renamed param name
adding search param to pathname in the deafult parameter value

* renamed param

* renamed param
added query validation

* extracted repeated query to a function

* missing await

* fixed typo
fixed validation

* using em for dynamic font sizes

* using em for dynamic font sizes

* added line height

* using em

* using em

* using page profile search instead

* updated the way data is passed into the page

* profile search page

* setting line height

* removed vertical align

* moved navigate to an event to avoid circular deps

* fixed route controller not being included

* removed unnecessary test

* showing 404 error

* improved query checking

* renamed query param

* fixed test

* note

* yeet

* cleaner type definition
2022-09-22 17:45:57 +02:00
Miodec 3cc55d634f added open dyslexic font
closes #3583
2022-09-22 14:37:04 +02:00
krau5 2b782f35b7
Move types dependency to devDeps (#3573) krau5 2022-09-22 14:26:58 +02:00
Jave cf0d9425f5
Updated Filipino 200 words list (#3569) Killer8Hyper
- Added important words in the Filipino language, which are always used in conversations, making essays, articles, etc
- Changed words to their most common spelling
- Removed uncommon words or words that are not frequently used

Co-authored-by: Miodec <jack@monkeytype.com>
2022-09-22 14:18:12 +02:00
Miodec 6b0de211bc Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-09-22 13:56:26 +02:00
Miodec df2d10f447 reverting path change 2022-09-22 13:42:54 +02:00
Miodec 036e7d80cc path fix 2022-09-22 13:08:29 +02:00
Anurag Nayak 77736a6dd7
added a new quote (#3575) Anu-Ra-g 2022-09-22 13:06:34 +02:00
Miodec 6cf347eaca registering now requires a captcha 2022-09-22 12:57:42 +02:00
Miodec 6ab9a44ed2 added callback function to captcha controller 2022-09-22 12:57:02 +02:00
Miodec 6fd6cdf55b added captcha requirement to create new user 2022-09-22 12:56:38 +02:00
Miodec 34c4c5efd3 added captcha to google sign in 2022-09-22 12:55:49 +02:00