Commit Graph

10 Commits

Author SHA1 Message Date
851a9dfa2d feat:rating 2025-12-16 15:22:09 +01:00
577a3cab56 feat:migrate location name from finds to location table and update the frontend components to reflect the change. 2025-12-16 12:53:59 +01:00
df675640c2 feat:add Web Push notification system 2025-11-08 12:07:48 +01:00
b8c88d7a58 feat:comments
added comments feature.
- this makes sure the user has the ability to comment on a certain find.
it includes functionality to the api-sync layer so that multiple
components can stay in sync with the comments state.
- it also added the needed db migrations to the finds
- it adds some ui components needed to create, list and view comments
2025-11-06 12:38:32 +01:00
a01d183072 feat:friends 2025-10-16 18:53:21 +02:00
067e228393 feat:video player, like button, and media fallbacks
Add VideoPlayer and LikeButton components with optimistic UI and /server
endpoints for likes. Update media processor to emit WebP and JPEG
fallbacks, store fallback URLs in the DB (migration + snapshot), add
video placeholder asset, and relax CSP media-src for R2.
2025-10-14 18:31:55 +02:00
e0f5595e88 feat:add Finds feature with media upload and R2 support 2025-10-10 13:31:40 +02:00
0caa5dc9d6 feat:google oauth 2025-10-03 17:00:21 +02:00
88a7e74c78 fix:auth CSRF 2025-09-27 11:53:51 +02:00
fe0f9390a9 chore:db 2025-09-26 16:39:14 +02:00