| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed some inconsistant styles and fixed category queryparam in maplist pagecss | Wolfboy248 | 2025-08-26 | 13 | -42/+82 |
| | | |||||
| * | Moved breadcrum navigation into its own component | Wolfboy248 | 2025-08-25 | 5 | -103/+173 |
| | | |||||
| * | Removed unnecessary imports | Wolfboy248 | 2025-08-25 | 4 | -22/+15 |
| | | |||||
| * | Restructured sidebar and implemented links var | Wolfboy248 | 2025-08-25 | 9 | -187/+214 |
| | | |||||
| * | Reorganised Maplist and Sidebar | Wolfboy248 | 2025-08-21 | 10 | -350/+445 |
| | | |||||
| * | organised pages, started work on theme | Wolfboy248 | 2025-08-19 | 21 | -2297/+382 |
| | | |||||
| * | organised pages, started work on theme | Wolfboy248 | 2025-08-19 | 9 | -0/+1813 |
| | | |||||
| * | fix/frontend: smol syntax fix | Arda Serdar Pektezol | 2025-08-15 | 1 | -5/+5 |
| | | |||||
| * | feat/frontend: update tailwind to main branch | Arda Serdar Pektezol | 2025-08-15 | 11 | -35/+86 |
| |\ | |||||
| | * | feat/backend: add newrelic integration (#274) | Arda Serdar Pektezol | 2025-07-24 | 4 | -0/+25 |
| | | | |||||
| | * | fix/rankings: remove debug return | Arda Serdar Pektezol | 2025-03-20 | 1 | -1/+0 |
| | | | |||||
| | * | fix/frontend: broken summary difficulty v2 (#272) | Arda Serdar Pektezol | 2025-03-19 | 2 | -1/+17 |
| | | | |||||
| | * | feat/backend: send map difficulty in summary (#271) | Arda Serdar Pektezol | 2025-03-19 | 2 | -2/+3 |
| | | | |||||
| | * | fix/frontend: broken summary difficulty (#270) | Arda Serdar Pektezol | 2025-03-19 | 1 | -8/+8 |
| | | | |||||
| | * | feat/frontend: adjust difficulty to 1-10 scale (#268) | Arda Serdar Pektezol | 2025-03-19 | 2 | -12/+11 |
| | | | |||||
| | * | feat/backend: basic map difficulty ratings (#266) | Arda Serdar Pektezol | 2025-03-19 | 1 | -2/+4 |
| | | | |||||
| | * | feat/rankings: add catapults 3 wr, handle err (#265) | Arda Serdar Pektezol | 2025-03-19 | 3 | -17/+41 |
| | | | |||||
| * | | chore: frontend package stuff | Arda Serdar Pektezol | 2025-08-15 | 1 | -6/+0 |
| | | | |||||
| * | | chore: frontend package stuff | Arda Serdar Pektezol | 2025-08-15 | 2 | -53/+13 |
| | | | |||||
| * | | Mobile Design looking decent | FifthWit | 2025-08-14 | 13 | -621/+441 |
| | | | |||||
| * | | Switched to tailwind/vite | FifthWit | 2025-08-14 | 25 | -431/+1227 |
| | | | |||||
| * | | Switched to Vite as build tool | FifthWit | 2025-08-07 | 8 | -15887/+1072 |
| | | | |||||
| * | | switched to double quotes | FifthWit | 2025-01-30 | 46 | -691/+691 |
| | | | |||||
| * | | fixed issues with useCallback | FifthWit | 2025-01-30 | 1 | -13/+21 |
| | | | |||||
| * | | boom, fixed missing useEffect deps | FifthWit | 2025-01-30 | 1 | -9/+9 |
| | | | |||||
| * | | added missing dep and commented out _set_leaderboard_type() as its unused | FifthWit | 2025-01-30 | 1 | -18/+19 |
| | | | |||||
| * | | added missing alt tags | FifthWit | 2025-01-30 | 1 | -2/+2 |
| | | | |||||
| * | | forgot to add useCallback | FifthWit | 2025-01-30 | 1 | -4/+4 |
| | | | |||||
| * | | fixed missing useEffect deps | FifthWit | 2025-01-30 | 1 | -3/+3 |
| | | | |||||
| * | | fixed useEffect deps | FifthWit | 2025-01-30 | 1 | -7/+12 |
| | | | |||||
| * | | removed a lot of unused vars and missing deps, some are set but not read so ↵ | FifthWit | 2025-01-30 | 1 | -13/+12 |
| | | | | | | | | | I just ignored it since I dont want to deal with it | ||||
| * | | eslint == warning fix | FifthWit | 2025-01-30 | 1 | -2/+2 |
| | | | |||||
| * | | fixed missing useEffect deps | FifthWit | 2025-01-30 | 1 | -18/+21 |
| | | | |||||
| * | | fixed useCallback() funcs | FifthWit | 2025-01-30 | 1 | -19/+22 |
| | | | |||||
| * | | fixed eslint issues with using == isntead of === | FifthWit | 2025-01-30 | 1 | -5/+5 |
| | | | |||||
| * | | missing img alt tag | FifthWit | 2025-01-30 | 1 | -1/+4 |
| | | | |||||
| * | | unused var | FifthWit | 2025-01-30 | 1 | -5/+1 |
| | | | |||||
| * | | fixed rending issue with useCallback() | FifthWit | 2025-01-30 | 1 | -3/+3 |
| | | | |||||
| * | | fixed rendering issue with useCallback | FifthWit | 2025-01-30 | 1 | -9/+10 |
| | | | |||||
| * | | formatted with prettier | FifthWit | 2025-01-30 | 48 | -1736/+2936 |
| | | | |||||
| * | | added prettier for more consistency | FifthWit | 2025-01-30 | 3 | -3/+32 |
| | | | |||||
| * | | missing useEffect dependancies | FifthWit | 2025-01-30 | 1 | -153/+313 |
| | | | |||||
| * | | missing useEffect dependancies | FifthWit | 2025-01-30 | 1 | -86/+203 |
| | | | |||||
| * | | unused var | FifthWit | 2025-01-30 | 1 | -112/+215 |
| | | | |||||
| * | | unused var | FifthWit | 2025-01-30 | 1 | -24/+66 |
| | | | |||||
| * | | removed unused var along with adding proper type to post_profile() | FifthWit | 2025-01-30 | 1 | -7/+11 |
| | | | |||||
| * | | fixed missing useEffect dependancie(_set_profile was missing) | FifthWit | 2025-01-30 | 1 | -32/+60 |
| | | | |||||
| * | | updated packages | FifthWit | 2025-01-30 | 1 | -3975/+3769 |
| |/ | |||||
| * | feat/frontend: dynamic title and meta descriptions (#261) | Arda Serdar Pektezol | 2025-01-30 | 14 | -5060/+161 |
| | | |||||
| * | wr: finale 2 - 0 portals (#258) | Arda Serdar Pektezol | 2025-01-25 | 2 | -1/+2 |
| | | |||||