18 Commits

Author SHA1 Message Date
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
434eef5e1c feat: Implement state persistence by serializing game and user data to state.json using serde_json. 2025-12-03 14:40:05 +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
f30af57934 feat: Implement game opinion functionality, update authentication to store username in token, and protect user list with a mutex. 2025-12-02 20:30:10 +01:00
3ecc971e8f refactor personlist 2025-12-02 17:05:10 +01:00
cccd5a9d83 refactor game proto 2025-12-02 14:24:31 +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
d38f8891f5 mock auth 2025-11-30 17:54:58 +01:00
2d0956251b add auth proto 2025-11-29 12:32:50 +01:00
77ec776377 fix react paths 2025-11-29 12:15:20 +01:00
5d3f64f558 test page 2025-11-29 12:03:05 +01:00
c83f0a1c34 init 2025-11-29 01:42:59 +01:00