Commit graph

9665 commits

Author SHA1 Message Date
Miodec 86df6c769e build: remove config check
Im not sure how to get it to work. It either works when it shouldnt or doesnt when it should.
2023-09-04 18:56:07 +02:00
Miodec 513983f1e2 refactor(leaderboard): rework avatar loading, fix duplicate avatar requests 2023-09-04 18:39:01 +02:00
Miodec 6db23d6f6f refactor: debounce scroll event to avoid too many requests too quickly 2023-09-04 18:16:52 +02:00
Miodec eb995b775c fix(leaderboards): soft lock after running out of data 2023-09-04 18:09:35 +02:00
Miodec d39cfd1b27 refactor: rename variable 2023-09-04 15:28:06 +02:00
Miodec 449f7c6e37 chore: remove comment 2023-09-04 14:45:46 +02:00
Miodec 1bd0b4894d build: moved firebase config check to gulpfile 2023-09-04 13:29:18 +02:00
Miodec 443a6a59ee fix(server): catching possible errors to provide better messages to the client 2023-09-04 13:15:41 +02:00
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