23 Commits

Author SHA1 Message Date
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
03de073692 feat: Add API to retrieve authentication status and display user game opinions with colored borders in the game list. 2025-12-04 20:30:21 +01:00
defcb0e0bc feat: display game thumbnails using GameImage component across game and person detail lists. 2025-12-04 19:13:17 +01:00
ff9d5632d7 feat: Enhance game uniqueness validation to include remote ID and source, and redesign the add game form UI with submission state and feedback. 2025-12-04 18:36:47 +01:00
9140498c6c feat: Conditionally render 'Add Opinion' form based on user authentication status and add Rocket server port configuration. 2025-12-04 17:03:08 +01:00
70e1a555c0 feat: Implement image caching for game covers, enhance frontend game list item layout, add Factorio to the game list, and ignore the cache directory. 2025-12-04 15:42:07 +01:00
04e21708b2 feat: Add game thumbnail fetching from external APIs, migrate 2025-12-04 15:15:47 +01:00
6bdfb49d59 feat: Introduce game detail view, remove multiplayer field, and enhance list navigation with refresh functionality. 2025-12-03 23:58:47 +01:00
af721e7716 feat: implement game filter to find games all selected people would play and add supporting test data 2025-12-03 23:41:54 +01:00
deae3a106b feat: Implement a dark theme and modern UI components with improved layout and styling. 2025-12-03 19:48:23 +01:00
0c3c9e61b6 feat: implement game listing API and integrate into frontend for display and selection. 2025-12-03 19:01:38 +01:00
e192829fdd feat: implement game creation with a new frontend form, backend API endpoint, and protobuf definition. 2025-12-03 18:50:52 +01:00
f9a4dd0851 feat: Add frontend 401 unauthorized handling and update backend to async Rocket main. 2025-12-03 12:16:49 +01:00
926926f357 store token 2025-12-02 23:27:59 +01:00
30950e6c83 feat: Implement client-side routing for person list and details, including adding opinions. 2025-12-02 21:45:16 +01:00
3ecc971e8f refactor personlist 2025-12-02 17:05:10 +01:00
0222332d3f feat: Implement token-based authentication for user data endpoints. 2025-11-30 21:55:01 +01:00
73791a0760 Add Auth 2025-11-30 21:47:03 +01:00
5d3f64f558 test page 2025-11-29 12:03:05 +01:00
c83f0a1c34 init 2025-11-29 01:42:59 +01:00