Commit Graph

289 Commits

Author SHA1 Message Date
171dfd9cc0 make urls look less awful (remove query params)
All checks were successful
deploy / deploy (push) Successful in 53s
2023-10-24 12:56:28 +01:00
3e10b0108b add analytics
All checks were successful
deploy / deploy (push) Successful in 53s
2023-10-24 12:45:40 +01:00
2303409ecb hopefully make the page load faster
All checks were successful
deploy / deploy (push) Successful in 53s
2023-10-24 12:35:59 +01:00
af4c117894 make chart not dynamic
All checks were successful
deploy / deploy (push) Successful in 53s
2023-10-24 12:27:57 +01:00
49497a9fef update the curve
All checks were successful
deploy / deploy (push) Successful in 47s
2023-10-24 12:07:48 +01:00
54c9d866b8 oops - fix middleware
All checks were successful
deploy / deploy (push) Successful in 47s
2023-10-24 11:22:59 +01:00
ab3ed98c71 fix middleware redirects
All checks were successful
deploy / deploy (push) Successful in 47s
2023-10-24 11:21:36 +01:00
e77e07423a revert to client sided data fetching
All checks were successful
deploy / deploy (push) Successful in 47s
2023-10-24 11:18:51 +01:00
fe0be93d3e fix weird spacing on the scores card
All checks were successful
deploy / deploy (push) Successful in 47s
2023-10-24 11:13:05 +01:00
f421716f5c fix middleware path
All checks were successful
deploy / deploy (push) Successful in 47s
2023-10-24 09:52:21 +01:00
f9fbeebe75 fix playerId cookie 2023-10-24 09:51:49 +01:00
dc3d5b9b33 add playerId cookie to set where the landing page should be
All checks were successful
deploy / deploy (push) Successful in 4m59s
2023-10-24 07:47:11 +01:00
f2f332582b navbar cleanup and auto select last used sort type
All checks were successful
deploy / deploy (push) Successful in 49s
2023-10-24 07:33:07 +01:00
Lee
b9c38846f4 Update src/components/player/SearchPlayer.tsx
All checks were successful
deploy / deploy (push) Successful in 49s
2023-10-23 20:17:20 +00:00
Lee
7a81a88c5b Update src/components/player/SearchPlayer.tsx
All checks were successful
deploy / deploy (push) Successful in 55s
2023-10-23 20:13:47 +00:00
3ef737770d i am goofy man 52
All checks were successful
deploy / deploy (push) Successful in 57s
2023-10-23 19:03:11 +01:00
e2515de76f update href on navbar
All checks were successful
deploy / deploy (push) Successful in 48s
2023-10-23 19:02:08 +01:00
0fab52a16b switch to last used sort type
All checks were successful
deploy / deploy (push) Successful in 48s
2023-10-23 18:59:17 +01:00
5bf0f8ac62 update error msg 2023-10-23 18:52:32 +01:00
6824575306 improve loading time for player page
All checks were successful
deploy / deploy (push) Successful in 51s
2023-10-23 18:51:53 +01:00
bab5627c51 make ranking page many speedy
All checks were successful
deploy / deploy (push) Successful in 2m11s
2023-10-23 18:09:16 +01:00
dc2d502dfa fetch player data less often
All checks were successful
deploy / deploy (push) Successful in 56s
2023-10-23 16:44:57 +01:00
9959c5e607 increase check interval
All checks were successful
deploy / deploy (push) Successful in 56s
2023-10-23 16:35:01 +01:00
abaf378511 fix a bug where it would clear the scores db
All checks were successful
deploy / deploy (push) Successful in 56s
2023-10-23 16:30:53 +01:00
cc1b6d9a63 fix time formatting
All checks were successful
deploy / deploy (push) Successful in 57s
2023-10-23 16:27:44 +01:00
b88c33e91c actually fix it
All checks were successful
deploy / deploy (push) Successful in 58s
2023-10-23 16:21:50 +01:00
7e2c4cf972 fix score fetching
All checks were successful
deploy / deploy (push) Successful in 58s
2023-10-23 16:12:09 +01:00
Lee
dd7f78b662 Update src/components/player/PlayerInfo.tsx
All checks were successful
deploy / deploy (push) Successful in 55s
2023-10-23 11:46:48 +00:00
49eb341cb6 changed song author color
All checks were successful
deploy / deploy (push) Successful in 56s
2023-10-23 11:43:17 +01:00
6c9554f9a0 added number formatting to some values
All checks were successful
deploy / deploy (push) Successful in 55s
2023-10-23 11:39:48 +01:00
3a2dbe6423 fix a bug where scanning on the timed interval would happen twice
All checks were successful
deploy / deploy (push) Successful in 1m9s
2023-10-23 11:33:59 +01:00
c87d527d53 update wording on +1pp 2023-10-23 11:26:45 +01:00
74a6ef945c added friend removing and updated fetching scores notice
All checks were successful
deploy / deploy (push) Successful in 56s
2023-10-23 11:25:20 +01:00
26a4d3ef2a actually call the callback
All checks were successful
deploy / deploy (push) Successful in 59s
2023-10-23 11:12:32 +01:00
48434de1c2 update ui
All checks were successful
deploy / deploy (push) Successful in 56s
2023-10-23 11:06:03 +01:00
7bfae5a407 update time format 2023-10-23 11:05:51 +01:00
77d6d8b60a cleanup
All checks were successful
deploy / deploy (push) Successful in 55s
2023-10-23 11:01:36 +01:00
05e257f8be cleanup and added total scores label
All checks were successful
deploy / deploy (push) Successful in 57s
2023-10-23 10:36:48 +01:00
9494fe599b goofy ahh nextjs
All checks were successful
deploy / deploy (push) Successful in 53s
2023-10-23 10:06:58 +01:00
060cbd81cd rename IndexedDB store
Some checks failed
deploy / deploy (push) Failing after 28s
2023-10-23 10:03:57 +01:00
a0aca8c9b1 switch to async storage for faster loading
All checks were successful
deploy / deploy (push) Successful in 1m55s
2023-10-23 09:54:26 +01:00
70ed248be7 made bundle size smaller and added hover text to date set on a score
All checks were successful
deploy / deploy (push) Successful in 2m3s
2023-10-23 08:37:18 +01:00
86cfa7686f dynamic import some components to make the bundle size smaller
All checks were successful
deploy / deploy (push) Successful in 54s
2023-10-23 08:07:47 +01:00
b2c9ff412b update site title
All checks were successful
deploy / deploy (push) Successful in 57s
2023-10-23 07:45:41 +01:00
a3f85918b1 update embed - i fixed thumbnails!!!!!!
All checks were successful
deploy / deploy (push) Successful in 53s
2023-10-23 07:45:16 +01:00
5970126096 pls thumbnail
All checks were successful
deploy / deploy (push) Successful in 53s
2023-10-23 07:43:31 +01:00
153596fe75 it did not work.
All checks were successful
deploy / deploy (push) Successful in 53s
2023-10-23 07:32:30 +01:00
b1cbd7a3fa thumbmail time??
All checks were successful
deploy / deploy (push) Successful in 53s
2023-10-23 07:24:21 +01:00
cb9c297351 update again
All checks were successful
deploy / deploy (push) Successful in 54s
2023-10-23 07:18:06 +01:00
508d961174 and again
All checks were successful
deploy / deploy (push) Successful in 54s
2023-10-23 07:12:32 +01:00
0cb5ff5610 update embed again 2023-10-23 07:12:18 +01:00
050d91dede update embed again
All checks were successful
deploy / deploy (push) Successful in 57s
2023-10-23 07:07:57 +01:00
7c26da73b2 update per player embed
All checks were successful
deploy / deploy (push) Successful in 54s
2023-10-23 07:04:51 +01:00
84c25cafd4 cleanup
All checks were successful
deploy / deploy (push) Successful in 56s
2023-10-23 07:01:55 +01:00
26c097d29f test embed per player page
All checks were successful
deploy / deploy (push) Successful in 56s
2023-10-23 06:40:38 +01:00
1001e68e1a remove debug and cleanup
All checks were successful
deploy / deploy (push) Successful in 58s
2023-10-23 06:16:51 +01:00
2b91388b95 remove BL data (for now until I can come up with a better soloution)
All checks were successful
deploy / deploy (push) Successful in 59s
2023-10-22 13:50:05 +01:00
80e6c0da43 add beatleader score fetching and add icons to FC
Some checks failed
deploy / deploy (push) Failing after 2s
2023-10-22 13:47:56 +01:00
2e93a1b27f cleanup
All checks were successful
deploy / deploy (push) Successful in 57s
2023-10-22 10:50:10 +01:00
85495bfc18 made the missing from score db check not awful
Some checks failed
deploy / deploy (push) Failing after 2s
2023-10-22 10:00:03 +01:00
03f5b6e7da fix a bug
All checks were successful
deploy / deploy (push) Successful in 1m9s
2023-10-22 09:19:24 +01:00
2e07c31e59 fix below commits
Some checks failed
deploy / deploy (push) Has been cancelled
2023-10-22 09:18:39 +01:00
038272182a add toast to warn about empty scores db
All checks were successful
deploy / deploy (push) Successful in 1m3s
2023-10-22 09:15:02 +01:00
a3bc807fbf fixed scores db not filling if it was deleted
All checks were successful
deploy / deploy (push) Successful in 59s
2023-10-22 09:12:19 +01:00
b475ae1d66 fix migration
All checks were successful
deploy / deploy (push) Successful in 1m3s
2023-10-22 08:52:14 +01:00
a8139676b8 updated store
All checks were successful
deploy / deploy (push) Successful in 1m3s
2023-10-22 08:48:32 +01:00
3293f3fde3 update favicon
All checks were successful
deploy / deploy (push) Successful in 58s
2023-10-22 08:38:59 +01:00
319c4c13ea add config file
All checks were successful
deploy / deploy (push) Successful in 58s
2023-10-22 08:36:08 +01:00
297fd882da update wording on +1 pp
All checks were successful
deploy / deploy (push) Successful in 1m4s
2023-10-22 06:57:03 +01:00
f5ac6859b8 make ranking pages mobile friendly
All checks were successful
deploy / deploy (push) Successful in 1m1s
2023-10-22 06:53:53 +01:00
36d71d3b3a add icon on global scores header
All checks were successful
deploy / deploy (push) Successful in 1m2s
2023-10-22 06:27:39 +01:00
7e3e4a7d18 dont show country flags on country ranking page
All checks were successful
deploy / deploy (push) Successful in 57s
2023-10-22 06:26:07 +01:00
e71ffbdd95 prettyify country codes
All checks were successful
deploy / deploy (push) Successful in 59s
2023-10-22 06:22:47 +01:00
21cb7aaf89 added header to show what you are viewing
All checks were successful
deploy / deploy (push) Successful in 59s
2023-10-22 06:18:49 +01:00
cff29d1c14 add button to go to page in global ranking and make name closer to player info
All checks were successful
deploy / deploy (push) Successful in 57s
2023-10-22 06:10:43 +01:00
76c6ac6acd cleanup, added country page and added button to go to country page on player info
All checks were successful
deploy / deploy (push) Successful in 58s
2023-10-22 06:07:17 +01:00
154eec2aac add average pp stat
All checks were successful
deploy / deploy (push) Successful in 58s
2023-10-22 05:34:08 +01:00
58ddf3d79a update embed
All checks were successful
deploy / deploy (push) Successful in 58s
2023-10-22 05:20:59 +01:00
e54d106a53 fix data fetching and auto refresh data
All checks were successful
deploy / deploy (push) Successful in 58s
2023-10-22 05:14:37 +01:00
f03ac7809d more cleanup and added hover labels to player labels
All checks were successful
deploy / deploy (push) Successful in 58s
2023-10-22 03:47:22 +01:00
a54b3d64fe update page switch log
All checks were successful
deploy / deploy (push) Successful in 1m2s
2023-10-22 03:37:37 +01:00
59fbad3b7c cleanup player page and update error page
All checks were successful
deploy / deploy (push) Successful in 58s
2023-10-22 03:34:10 +01:00
574f265d01 fix global ranking page redirecting to the wrong place when clicking a player
All checks were successful
deploy / deploy (push) Successful in 59s
2023-10-22 02:52:16 +01:00
17aa622da8 fix legacy props warning
All checks were successful
deploy / deploy (push) Successful in 58s
2023-10-22 02:50:14 +01:00
e9c80143ff when selecting a sort type it will get stored and used as the new default
All checks were successful
deploy / deploy (push) Successful in 1m0s
2023-10-22 02:47:03 +01:00
1ff7c246c3 added local score fetching
All checks were successful
deploy / deploy (push) Successful in 2m11s
2023-10-22 02:17:21 +01:00
0a4708c6bc move background to a local asset
All checks were successful
deploy / deploy (push) Successful in 55s
2023-10-21 22:58:51 +01:00
d88e5019d5 fix buttons
All checks were successful
deploy / deploy (push) Successful in 54s
2023-10-21 22:51:20 +01:00
6aa2fafb63 fix centering of buttons
All checks were successful
deploy / deploy (push) Successful in 54s
2023-10-21 22:43:53 +01:00
dc2c70ff3a update embed
All checks were successful
deploy / deploy (push) Successful in 54s
2023-10-21 22:38:09 +01:00
aeeaa523f9 make "You" button in navbar show up w/o refreshing page
Some checks failed
deploy / deploy (push) Has been cancelled
2023-10-21 22:25:41 +01:00
70c5109417 added profile claiming
All checks were successful
deploy / deploy (push) Successful in 2m8s
2023-10-21 22:16:46 +01:00
51ecd67747 update score stat labels again
All checks were successful
deploy / deploy (push) Successful in 54s
2023-10-21 02:38:18 +01:00
b3ad0d413d made the score info boxes a grid (still need work)
All checks were successful
deploy / deploy (push) Successful in 54s
2023-10-21 02:24:47 +01:00
2e971198dc update mobile ui
All checks were successful
deploy / deploy (push) Successful in 54s
2023-10-21 02:02:34 +01:00
8a5eaa0646 added score sorting 2023-10-21 01:58:04 +01:00
1b8069ef00 add global ranking page
Some checks failed
deploy / deploy (push) Failing after 22s
2023-10-21 01:25:38 +01:00
ad28c4cce5 i really shoud test before commiting
All checks were successful
deploy / deploy (push) Successful in 54s
2023-10-20 22:09:34 +01:00
37586d3a12 fix 404 page from throwing an error
Some checks failed
deploy / deploy (push) Failing after 23s
2023-10-20 22:06:27 +01:00
6fb6c574bd i hate uri's
Some checks failed
deploy / deploy (push) Failing after 22s
2023-10-20 22:04:05 +01:00
f418ac9388 better fix for below
All checks were successful
deploy / deploy (push) Successful in 1m8s
2023-10-20 22:00:19 +01:00
75c223375f fix spaces in search
All checks were successful
deploy / deploy (push) Successful in 55s
2023-10-20 21:59:04 +01:00
0a6ec532a6 make score a component 2023-10-20 21:55:30 +01:00
26703bfb74 make pagination better
All checks were successful
deploy / deploy (push) Successful in 1m3s
2023-10-20 21:16:07 +01:00
63199cace6 add rank graph
Some checks failed
deploy / deploy (push) Failing after 14s
2023-10-20 21:04:01 +01:00
6c809696ea support searching by url
All checks were successful
deploy / deploy (push) Successful in 57s
2023-10-20 19:53:33 +01:00
7df628611b add slight padding above player name
All checks were successful
deploy / deploy (push) Successful in 1m0s
2023-10-20 19:50:44 +01:00
1ce3a2a451 fix "Infinity%" on % score
All checks were successful
deploy / deploy (push) Successful in 57s
2023-10-20 19:47:26 +01:00
ae96719976 show percentage
All checks were successful
deploy / deploy (push) Successful in 56s
2023-10-20 19:43:54 +01:00
206f19926d add embed
All checks were successful
deploy / deploy (push) Successful in 57s
2023-10-20 19:23:28 +01:00
f3fea65ba0 mobile support for scores
All checks were successful
deploy / deploy (push) Successful in 56s
2023-10-20 19:10:38 +01:00
0b44726102 fixed rank not being centered on search page
All checks were successful
deploy / deploy (push) Successful in 52s
2023-10-20 18:27:29 +01:00
75a0014c28 fix too much padding on player info card
All checks were successful
deploy / deploy (push) Successful in 52s
2023-10-20 18:25:20 +01:00
0f27952235 cleanup
All checks were successful
deploy / deploy (push) Successful in 56s
2023-10-20 18:23:49 +01:00
fbcf5f3651 add custom 404 page
All checks were successful
deploy / deploy (push) Successful in 53s
2023-10-20 18:12:33 +01:00
8e4fd6498e add link to git page 2023-10-20 17:39:51 +01:00
f981426ae0 why is this a thing
All checks were successful
deploy / deploy (push) Successful in 1m30s
2023-10-20 16:21:19 +01:00
921ce140f7 add sentry
Some checks failed
deploy / deploy (push) Failing after 1m10s
2023-10-20 16:18:24 +01:00
4f4828196d made score dates look better
All checks were successful
deploy / deploy (push) Successful in 43s
2023-10-20 14:59:09 +01:00
6513ba3e15 haha bye claiming (for now)
All checks were successful
deploy / deploy (push) Successful in 44s
2023-10-20 14:32:22 +01:00
f548902f13 add profile claiming
All checks were successful
deploy / deploy (push) Successful in 57s
2023-10-20 13:59:45 +01:00
da380fb603 only show scroll bar when needed
All checks were successful
deploy / deploy (push) Successful in 43s
2023-10-20 12:15:51 +01:00
a78d66c74e add scroll bar to search
Some checks failed
deploy / deploy (push) Has been cancelled
2023-10-20 12:15:09 +01:00
5452dafa15 show rank in search
All checks were successful
deploy / deploy (push) Successful in 43s
2023-10-20 12:09:27 +01:00
9b85521964 fix searching
All checks were successful
deploy / deploy (push) Successful in 44s
2023-10-20 12:07:17 +01:00
37523d6855 make footer have space under it
Some checks failed
deploy / deploy (push) Failing after 14s
2023-10-20 11:58:10 +01:00
17baa366c8 color changes and added a navbar
Some checks failed
deploy / deploy (push) Failing after 39s
2023-10-20 11:54:20 +01:00
d3d076654e goodbye cors
All checks were successful
deploy / deploy (push) Successful in 44s
2023-10-20 10:55:32 +01:00
e5b49962ab more more leftover db stuff
All checks were successful
deploy / deploy (push) Successful in 48s
2023-10-20 10:53:19 +01:00
d7bb055e7d dont show pp label if no pp
Some checks failed
deploy / deploy (push) Has been cancelled
2023-10-20 10:51:06 +01:00
6e9b42afb5 add scores to player view 2023-10-20 10:50:19 +01:00
acebb6585c start working on scores panel
Some checks failed
deploy / deploy (push) Has been cancelled
2023-10-20 05:52:21 +01:00
d8fe512554 made labels smaller
All checks were successful
deploy / deploy (push) Successful in 58s
2023-10-19 20:43:09 +01:00
d92e5220fd fix avatar and show more data
All checks were successful
deploy / deploy (push) Successful in 2m13s
2023-10-19 20:31:05 +01:00
a86dbe5045 bob is your uncle
All checks were successful
deploy / deploy (push) Successful in 48s
2023-10-19 16:50:28 +01:00
ce7eb17242 add basic player view
All checks were successful
deploy / deploy (push) Successful in 1m37s
2023-10-19 15:48:02 +01:00
a031451fa3 many many many many changes 2023-10-19 14:17:55 +01:00
6acf6e8635 first commit 2023-10-19 05:21:35 +01:00
4cfe8463ee Initial commit from Create Next App 2023-10-18 07:58:40 +01:00