Commit graph

9926 commits

Author SHA1 Message Date
Miodec
59d3749449 refactor: use a for of loop 2023-11-02 14:07:54 +00:00
Miodec
78ecdcf91e impr(quick restart): add "enter" as an option to quick restart 2023-11-02 14:07:54 +00:00
Miodec
b843cbec06 style(result page): fix rating appearing below the star icon 2023-11-02 14:07:54 +00:00
Miodec
2ba1ab8362 refactor: move ui code out of the config module 2023-11-02 14:07:54 +00:00
Warrobot10
45235c134b
docs: change wording (Warrobot10) (#4752) 2023-11-02 13:06:42 +00:00
Miodec
b78fe6e49c chore: quote length script 2023-11-02 13:03:47 +00:00
Miodec
925e5d3222 fix(quotes): quote reports 2023-11-02 13:03:02 +00:00
Miodec
1ad0dc767e fix(quotes): added british version of a quote
closes #4747
2023-11-02 12:55:04 +00:00
Miodec
19ed68ab90 chore: add debug logs to track down a bug 2023-11-02 12:49:21 +00:00
Miodec
e99c85bdfc impr(british english): add support for british quote variations
This helps in cases where a simple word replacement is not enough.
Some words (like practice/se) have different spelling depending on if its a verb or noun

part of #4747
2023-11-01 13:49:23 +00:00
Miodec
2c74f752a7 impr: added more english punctuation replacements
Also refactored the way these are stored - using an object instead of a json file
2023-11-01 13:12:55 +00:00
Miodec
1c359f5ff7 fix(languge): remove non english word from english 450k 2023-11-01 12:21:22 +00:00
Miodec
3e72b03901 fix(config): being able to set min accuracy over 100 2023-10-31 21:24:27 +00:00
Aromia
9493f4bf14
docs: add one key step to configure Firebase (Armo1a) (#4749)
* Update CONTRIBUTING_ADVANCED.md

* Update CONTRIBUTING_ADVANCED.md based on review
2023-10-30 15:02:12 +00:00
Miodec
dffbeda6a3 fix(layout emulator): automatically typing special characters when caps lock is enabled
actually closes #4743 this time
2023-10-30 14:31:47 +00:00
Miodec
05fc90373f refactor: better logs when returning out of a keydown event 2023-10-30 12:56:18 +00:00
Miodec
1714dfe162 fix(about): stats not displaying decimal places for small numbers 2023-10-30 12:42:55 +00:00
Miodec
eb89b838a5 impr(about): add spaces to the stats numbers to make them easier to read 2023-10-30 12:33:43 +00:00
Miodec
1b71d05a9f chore: release v23.43.1 2023-10-27 15:49:24 +01:00
Miodec
155537db4b test: lowering this because build is failing at 37.99 😠 2023-10-27 15:47:08 +01:00
Miodec
652e26700e chore: fix quote length script 2023-10-27 15:45:29 +01:00
Miodec
3b31cbab3c fix(quotes): user reports 2023-10-27 15:44:09 +01:00
Miodec
4d2a8f3180 fix(layout emulator): shift + caps lock not working correctly sometimes when emulating a layout
closes #4743
2023-10-27 15:14:13 +01:00
keenemeck
a30b36718c
impr(result): rework burst heatmap speed brackets (keenemeck) (#4741) 2023-10-27 14:51:26 +01:00
Miodec
8942ee2813 refactor: add firebase 500 handling 2023-10-27 14:46:32 +01:00
Miodec
47c8668069 impr: allow low accuracy scores to be submitted if opted out of leaderboards 2023-10-27 14:17:20 +01:00
Miodec
e3ce7b2458 refactor: allow apekeys if endpoint is public
This partially reverts 923f69ab55.
This is because we sometimes still need the decoded token in public endpoints.

If an endpoint doesnt accept ape keys BUT its public, we dont return a 401 error.
2023-10-25 16:00:03 +01:00
Miodec
3f855ae3d1 test: add test for isNameAvailable 2023-10-25 14:33:42 +01:00
Everaldo Júnior
a2ad6edbc7
impr: notifications redesign (evvvrado, Miodec) (#4700)
* impr: notification cards redesign

* fix: formatting notifications.scss using prettier

* fix: notifications background opacity

* fix: new design and colors for notifications.scss

* fix: removing useless notifications commands at about.ts

* feat(language): add japanese romaji

* styling update

* remove test notifications

* removed opacity transition

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-10-24 15:22:31 +01:00
Andrew Guo
fb5c8fd742
fix(result): word highlight element sometimes appearing on screenshots (andGuo, Miodec) (#4739)
* fix: remove word history hover element on screenshot

* newline whoopsies

* also hiding highlight container

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-10-24 15:11:53 +01:00
Hubertas Vindžigalskis
d2b7f41f88
impr(quotes): add lithuanian quotes (HubertasVin) (#4729)
* Update lithuanian.json

* Update lithuanian.json

* Update lithuanian.json

* Update lithuanian.json
2023-10-24 12:23:34 +01:00
Miodec
fd6276c9a3 docs: update advertising partner 2023-10-24 12:07:52 +01:00
Miodec
501dbe3b17 chore: release v23.43.0 2023-10-23 17:02:29 +01:00
Ranjit Raut
ff27a5d599
docs: fix typos and grammatical errors (theranjitraut) (#4728)
* some typos are fixed

* some typoes are fixed in CODE_OF_CONDUCT.md

* typos are fixed in CONTRIBUTING_ADVANCED.md

* CONTRIBUTING_BASIC.md typos updated

* LANGUAGES.md typos are fixed

* Update CONTRIBUTING.md
2023-10-23 16:51:09 +01:00
Miodec
2eb9f1a66e fix: google auth accounts not being able to change name
closes #4736
2023-10-23 15:52:13 +01:00
Miodec
45cd4378bc impr(language): converted code sql words to lowercase 2023-10-23 15:52:13 +01:00
Miodec
59dc120aa3 chore: add word to british english list 2023-10-23 15:52:13 +01:00
Andreas Miller
2ecd945c52
impr(quotes): add english quote (A9qx) (#4734)
Co-authored-by: A9qx <aviationismylife100@gmail.comls>
2023-10-23 14:01:52 +01:00
Rachid Ahsoune
db08c333e2
impr(quotes): add two arabic quotes (Rachid09) (#4726)
* Add two new quotes to arabic language

* Adjust length field of arabic quotes
2023-10-23 14:00:14 +01:00
Miodec
7ce8c16274 chore: hide video ad buttons for now
video ads have not been updated to work with the new ad provider

closes #4727
2023-10-20 12:43:24 +01:00
Miodec
d5c8f0dafd impr(server): remove discord roles on account reset
closes #4730
2023-10-20 12:38:00 +01:00
Miodec
8897adcec5 fix: being able to type in the background while cookie popup is visible 2023-10-20 12:24:15 +01:00
Miodec
fa5029f905 chore: lowercase buttons and headings for consistency
Also use buttons instead of divs for accessibility
2023-10-19 20:50:17 +01:00
Miodec
6e9b8cfbd6 style: cookie popup button positioning 2023-10-19 20:49:43 +01:00
Miodec
894ff4bf7d impr(settings): optimise preset section for keyboard navigation 2023-10-18 18:52:28 +01:00
Miodec
8b9ff44aae impr(settings): optimised tags section for keyboard navigation 2023-10-18 15:09:39 +01:00
Miodec
b8e6f8da20 fix(account page): inconsistent accuracy number on pb tables 2023-10-18 13:45:39 +01:00
Miodec
73953187e1 chore: release v23.42.0 2023-10-17 15:20:10 +01:00
Miodec
157db8d024 build: update changelog generation script 2023-10-17 15:18:02 +01:00
Miodec
205b0f8f90 chore: bump nodemon 2023-10-17 12:56:11 +01:00