69 Commits

Author SHA1 Message Date
Renovate Bot
a418858755 chore(deps): update dependency vite to v7.3.1 2026-01-12 10:05:01 +00:00
d560b6db6f add extra filters 2026-01-12 08:57:42 +01:00
500be84f39 fix price error 2026-01-11 22:28:53 +01:00
2ee08dc7d8 better errors and refactoring 2026-01-11 21:24:18 +01:00
e7fede576c ux improvements 2026-01-11 20:32:34 +01:00
f24e8fc1e9 fix border in default theme 2026-01-11 19:44:38 +01:00
0eea1b1ff4 add refresh state from file 2026-01-11 19:13:56 +01:00
db417e50d9 add edit/delete game capabilities 2026-01-11 18:41:56 +01:00
4eed9adaad add more validation 2026-01-11 14:21:12 +01:00
63cdf58671 fix frontend not recognizing you 2026-01-08 15:15:53 +01:00
42773a44d3 remove a few shaders from being selected 2026-01-08 15:01:57 +01:00
d2a2f0ceea make theme instantly sync accross windows 2025-12-20 00:16:55 +01:00
f4628ad37f add sakura theme 2025-12-19 20:22:46 +01:00
5cb67355fb introduce new theming category 2025-12-19 19:50:57 +01:00
d1b65231a6 store theme selection in localstorage 2025-12-19 14:08:54 +01:00
5b397e2265 feat: modularize game filtering logic and UI into a custom hook and dedicated components.feat: modularize game filtering logic and UI into a custom hook and dedicated components. 2025-12-19 14:06:31 +01:00
d916014872 add batch game info request 2025-12-18 20:04:50 +01:00
f6d40b8f2e redesign 2025-12-18 19:23:05 +01:00
baa18484ca always have shaderbackground in the bg 2025-12-09 13:55:12 +01:00
7586133152 format 2025-12-08 20:23:11 +01:00
aa8fb73c61 fix bug + 30fps lock 2025-12-08 19:50:19 +01:00
696a9ba9b3 new shaders 2025-12-08 19:06:53 +01:00
938fdd5ad6 fix pixelated bug and introduce ball shader 2025-12-08 18:49:16 +01:00
4ee3b8248a show neutral amount 2025-12-08 16:02:54 +01:00
f2e4f23c42 add second shader bg 2025-12-08 15:42:23 +01:00
080ef6b930 update deps 2025-12-08 12:30:32 +01:00
Renovate Bot
eb9816a931 chore(deps): update dependency typescript-eslint to v8.48.1 2025-12-08 12:29:59 +01:00
Renovate Bot
73d93b269c fix(deps): update react monorepo to v19.2.1 2025-12-08 12:29:42 +01:00
Renovate Bot
6f1c72fa95 chore(deps): update dependency @vitejs/plugin-react to v5.1.2 2025-12-08 12:29:34 +01:00
eca63b368d ALL HAIL THE SHADER BACKGROUND 2025-12-08 12:28:43 +01:00
a6a7e836cc optimize 2025-12-08 12:22:11 +01:00
8706d510db base shader 2025-12-08 12:15:16 +01:00
6128804352 regret 2025-12-06 21:25:50 +01:00
f58ff49c46 Refactor: simplify iResolution uniform calculation by removing devicePixelRatio scaling and using gl.uniform3fv. 2025-12-06 21:07:10 +01:00
12592e3726 feat: Initialize shader background vertex buffer with full-screen quad data and bind to all programs, replacing previous 4-vertex buffer setup. 2025-12-06 20:27:47 +01:00
d2a8edb004 feat: Implement multi-pass rendering using WebGL framebuffers and integrate random texture generation directly into the shader background component. 2025-12-06 19:45:28 +01:00
4e91349a59 WIP
Try adding black hole background
2025-12-06 13:49:52 +01:00
59b23586bc feat: Enhance existing games anchor scrolling with a delay and add heading scroll margin. 2025-12-05 15:15:19 +01:00
484be7fbd4 fix: Add block: "start" to scrollIntoView options to ensure element aligns to the top of the viewport. 2025-12-05 15:03:26 +01:00
4565cff38b feat: Add deep linking and auto-scrolling to the existing games section on the game list page. 2025-12-05 15:01:43 +01:00
186193c450 fix error 2025-12-05 14:52:31 +01:00
b1b6b0ce4d feat: add current user detection and conditional routing for PersonList items, removing refresh functionality. 2025-12-05 14:51:25 +01:00
44989f1889 feat: update HTML document title to 'Game List' 2025-12-05 12:21:25 +01:00
b6a31e5eec feat: Implement game metadata caching to reduce redundant API calls for game details. 2025-12-05 11:32:26 +01:00
f312da33b5 feat: filter games by min/max player count after fetching full game details 2025-12-04 23:44:03 +01:00
6d8a46b138 feat: Add new game entries and user play preferences to the game list. 2025-12-04 23:27:01 +01:00
0ac633bd34 feat: Add functionality to remove a user's game opinion via a new API endpoint and UI button. 2025-12-04 23:11:10 +01:00
5bb70768e3 refactor: remove opinion adding functionality and UI from PersonDetails component 2025-12-04 23:00:15 +01:00
648ca81614 feat: Add text shadow to game titles to visually indicate user opinion. 2025-12-04 21:34:04 +01:00
e63f1a45cf feat: Add 'Would Play' and 'Would Not Play' buttons to game list items and update button styling. 2025-12-04 21:27:27 +01:00