Commit graph

9757 commits

Author SHA1 Message Date
Miodec babd92d6e2 fix(badge): make sure the 365 streak badge is not awarded multiple times 2023-09-04 09:17:26 +02:00
Miodec 2a478a0440 impr(badge): add all year long badge, awarded on 365 day streak 2023-09-03 13:03:26 +02:00
Miodec 6c4009d248 style: update badge margins to be based on the icon 2023-09-03 12:57:04 +02:00
Miodec 0eac662313 refactor: add param to show unknown badges 2023-09-03 12:40:41 +02:00
Miodec 5d518fbbee perf: using head method to lower bandwidth use a bit 2023-09-03 12:13:52 +02:00
Miodec ec9430a84a fix: avatars blocking UI rendering and causing freezes
Avatar fetch was being awaited.
This means that if the request to discord takes a long time,
the UI would be frozen.

Closes #4599
2023-09-01 19:28:48 +02:00
Miodec b9351c6d9d fix(server): make sure to lowercase email when updating 2023-09-01 19:14:40 +02:00
Miodec 552e81d4ca build: update error message 2023-09-01 12:08:36 +02:00
Miodec 35d3855338 fix: remove debugging console logs 2023-09-01 11:43:26 +02:00
Miodec 1310995cae chore: release v1.17.11 2023-08-31 21:14:47 +02:00
Miodec 1320adaab7 build: fix incorrect path 2023-08-31 21:12:37 +02:00
Miodec 0a163582bd refactor: duplicating object to make sure old streak is logged 2023-08-31 20:25:24 +02:00
Miodec 76537fae4f build: show error if firebase-config is missing 2023-08-31 20:19:33 +02:00
Miodec 87e882b94d feat(security): add revoke all tokens button
With this, user can sign out all sessions if they think their account has bee compromised.
2023-08-31 14:05:21 +02:00
Miodec 0de54f889b impr(replay): show live wpm when viewing test replay 2023-08-31 14:05:21 +02:00
Miodec 2380d09fad impr(settings): add reminder that there are more account settings available in the danger zone 2023-08-31 14:05:21 +02:00
Miodec e3f66b165e build: add deploy-preview script 2023-08-31 14:05:21 +02:00
Miodec 6972462083 build: merge quote report commits in changelog generation 2023-08-31 14:05:21 +02:00
Miodec b869e36bf3 fix(quote): quote reports 2023-08-31 14:05:21 +02:00
Miodec cfed190f36 impr(profile): add reminder about lb opt out
Added a reminder which mentions that results are not validated by the anticheat
for accounts that opted out of the leaderboard
2023-08-31 14:05:21 +02:00
Miodec 69961185e0 fix(typing): limit word length using input length, not char index
This fixes an issue where long korean words would not be finishable.
Char index includes compose characters, meaning the word was stopped too early.

This will very likely close #4389
2023-08-31 14:05:21 +02:00
Miodec 17c5eecf56 refactor: reworked how theme controller applies themes 2023-08-31 14:05:21 +02:00
Miodec 7ebb197b59 refactor: use variable defined above 2023-08-31 14:05:21 +02:00
Miodec 24cd3758e3 fix(commandline): remove underscores from custom theme names 2023-08-31 14:05:21 +02:00
Jack 4d335e24ee
docs: update heading levels 2023-08-31 13:58:51 +02:00
Technet fd5f350b8b
impr(quote): add quote (Technet8394) (#4595) 2023-08-30 14:33:10 +02:00
Miodec d2a5a08a75 build: update handling quote related commit messages 2023-08-29 16:45:46 +02:00
Miodec c6304c2d9b chore: trim email when requesting forgot password email 2023-08-29 16:44:45 +02:00
BARNI.exe 72dfee47ce
impr(layout): add hungarian layout (BarniExe) (#4590)
* Added hungarian layout

* reordered layouts

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-08-28 14:42:15 +02:00
Miodec 5d9c8636ce impr(layout): add ORNATE 2023-08-28 11:46:34 +02:00
Miodec 0ab9a4eb57 impr(quote): add quote 2023-08-25 12:52:32 +02:00
Miodec 7ad9d1da4d chore: quote length script 2023-08-25 12:42:59 +02:00
Miodec 803795af0f fix(quote): quote reports 2023-08-25 12:42:14 +02:00
Miodec 52d730e1ca fix(layout): incorrect graphite layout bottom row
Closes #4585
2023-08-25 12:02:40 +02:00
Miodec 9bb1a87e08 chore: upgrade firebase 2023-08-25 11:45:18 +02:00
Miodec 6f4e3144fe refactor: inverted logic 2023-08-24 13:45:15 +02:00
Mark (Krittipoom) 7a256d3a24
feat(quote): add Thai quotes (Krittipoom) (#4580) 2023-08-24 12:42:57 +02:00
Shuja-Mahmood 7a375299df
impr(quote search): add pagination to search results (Shuja-Mahmood) (#4577)
* Added page navigation for quotes search

* using fixed width icons

* style adjustment

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-08-24 12:42:22 +02:00
Miodec 70b403eaed refactor: remove unnecessary import/export 2023-08-23 11:30:39 +02:00
Miodec 2aa178aede fix(commandline): missing preset commands
Added a missing beforeList() call to make sure presetc commands populate

Closes #4555
2023-08-23 11:30:39 +02:00
Miodec 4c74d33786 fix(server): incorrect return type for all time lb rank 2023-08-23 00:00:53 +02:00
Miodec 03ed7c4a39 revert: sourcecode text change
This partially reverts commit 6be5578e8f.
2023-08-22 22:24:47 +02:00
bhanu prasad 6be5578e8f
refactor: replace 'substr' with 'slice' (#4575)
* chore(deps): synchronize package-lock.json

Ran
up to date, audited 1936 packages in 2s

162 packages are looking for funding
  run `npm fund` for details

18 vulnerabilities (2 moderate, 14 high, 2 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details. without making explicit package changes. Synchronizing the package-lock.json file to maintain consistency.

* refactor: replace 'substr' with 'slice'

'substr' is deprecated. To ensure long-term code compatibility and clarity, it has been replaced with 'slice'. This adjustment aligns the codebase with current best practices.
2023-08-22 15:16:40 -05:00
Miodec ca230e2b4c chore: release v1.17.10 2023-08-22 14:49:23 +02:00
Miodec 29a2d07e54 build: update changelog generation script 2023-08-22 14:46:02 +02:00
Miodec e131f36566 build: update changelog generation script 2023-08-22 14:44:58 +02:00
rabbit3c 3bfc92802e
fix(language): correct swiss german 1k capitalization (rabbit3c) (#4569)
* Fixed some errors in the swiss german translations

* fix: corrected some swiss german words
2023-08-22 12:52:18 +02:00
Miodec 200ff9d9a5 fix(custom mode): replace space-like characters with spaces
Also replacing more zero width characters with an empty string

Closes #4568
2023-08-22 12:41:26 +02:00
Jack 38c9d0c82a
refactor: add response data generic type (#4567)
* remove unnecessary type

* remove unnecessary type

* data should always be returned

* added datatype generic

* renamed EndpointData to Endpoint

* replaced two defaults with one

* rename type

* removed logs

* renamed generic
2023-08-21 16:48:17 +02:00
Danish arora 0086398073
impr: show min speed if not qualified for daily lb (HyperDanisH, Miodec) (#4519) 2023-08-21 14:06:32 +02:00