b6b73195a5
fix:api-sync rating and CORS new OSM tiles
2025-12-16 16:01:25 +01:00
95ddd1046e
feat:custom map styles
2025-12-16 15:50:30 +01:00
851a9dfa2d
feat:rating
2025-12-16 15:22:09 +01:00
abed2792dc
fix:more bg-opacity to POI search to increase visibility
2025-12-16 15:07:29 +01:00
5d45ec754a
fix:location name table in [findid] api
2025-12-16 15:05:41 +01:00
1a7703b63b
fix:add drizzle to prod instead of dev so migrations can be ran in build step of docker entrypoint
2025-12-16 14:42:55 +01:00
b7eb7ad1ad
fix:remove loader skeleton from main page when not logged in.
2025-12-16 14:34:46 +01:00
81645a453a
fix:drizzle is needed to perform migrations in the build step
2025-12-16 14:31:02 +01:00
deebeb056f
add:db migration to dockerbuild and edit origin url
2025-12-16 14:18:30 +01:00
0c1c9d202d
fix:docker
2025-12-16 13:51:27 +01:00
ae6a96d73b
feat:use selfhosted docker
2025-12-16 12:59:43 +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
d67b9b7911
add:location marker
2025-12-15 10:21:25 +01:00
e79d574359
fix:overflow in location list
2025-12-15 10:13:53 +01:00
92457f90e8
fix: some styles
2025-12-15 10:10:08 +01:00
Zias van Nes
2122511959
Merge pull request 'logic-overhaul' ( #4 ) from logic-overhaul into main
...
Reviewed-on: #4
2025-12-08 17:29:16 +00:00
2e14a2f601
fix
2025-12-08 18:27:04 +01:00
61ffd2da74
let the fun begin!
2025-12-08 18:21:28 +01:00
495e67f14d
feat:use locations&finds
...
big overhaul! now we use locations that can have finds. multiple finds
can be at the same location, so users can register the same place.
2025-12-08 18:15:41 +01:00
b792be5e98
chore:update logboek
2025-12-01 13:29:12 +01:00
b060f53589
feat:use api-sync layer to sync local updates state with db
2025-12-01 13:25:27 +01:00
f8acec9a79
feat:update and delete finds
2025-12-01 12:54:41 +01:00
82d0e54d72
chore:update logs
2025-11-23 16:39:31 +01:00
0578bf54ff
feat:update map positon gets changed dynamically according to available space
2025-11-23 16:35:06 +01:00
3ed6793985
chore:update logs
2025-11-22 20:46:35 +01:00
c17bb94c38
fix:recentering when updating map
2025-11-22 20:40:44 +01:00
73eeaf0c74
feat:better sharing of finds
2025-11-22 20:10:13 +01:00
2ac826cbf9
ui:use the default styling on homepage and find detail page
2025-11-22 20:07:06 +01:00
5285a15335
feat:big update to public finds
2025-11-22 20:04:25 +01:00
9f608067fc
fix:dont autozoom when watching
2025-11-22 19:47:59 +01:00
4c73b6f919
fix:sidebar toggle
2025-11-22 14:11:38 +01:00
42d7246cff
ui:update findpreview and commentlist
2025-11-22 11:39:18 +01:00
63b3e5112b
ui:big ui overhaul
...
Improved dev experience by foldering components per feature. Improved
the ui of the notification mangager to be more consistent with overall
ui.
2025-11-21 14:37:09 +01:00
84f3d0bdb9
update:logboek.md
2025-11-18 14:51:51 +01:00
1c31e2cdda
add:sidebar toggle and fix overscroll behavior
2025-11-17 11:57:09 +01:00
d8cab06e90
fix:overflow of findlist
2025-11-17 11:53:09 +01:00
d4d23ed46d
ui:find preview better ui
2025-11-17 11:12:26 +01:00
ab8b0ee982
ui:create find better ui
2025-11-17 11:09:21 +01:00
dabc732f4b
fix:styling for mobile createfind
2025-11-17 10:57:47 +01:00
1f0e8141be
ui:remove mobile + button and use same as desktop
2025-11-17 10:53:30 +01:00
96a173b73b
feat:use local proxy for media
...
use local proxy for media so that media doesnt need to be requested from
r2 everytime but can be cached locally. this also fixes some csp issues
ive been having.
2025-11-17 10:48:40 +01:00
08f7e77a86
ui:big ui update
...
refreshed the ui by making the map full screen and adding the finds as a
side-sheet on top of the map.
2025-11-17 10:46:17 +01:00
ae339d68e1
chore:linting,formatting,type fixing, ....
2025-11-08 14:39:33 +01:00
0754d62d0e
fix:push notification UI, settings and API
...
Introduce NotificationManager, NotificationPrompt, NotificationSettings,
NotificationSettingsSheet and integrate into the profile panel. Add
server GET/POST endpoints for notification preferences. Add
lucide-svelte dependency and update CSP connect-src to allow
fcm.googleapis.com and android.googleapis.com
2025-11-08 14:27:21 +01:00
e27b2498b7
fix:notifications
2025-11-08 13:45:11 +01:00
4d288347ab
fix:notificationmanager
2025-11-08 13:41:24 +01:00
d7f803c782
fix:add NotificationManager and enable in layout
2025-11-08 13:12:16 +01:00
df675640c2
feat:add Web Push notification system
2025-11-08 12:07:48 +01:00
2efd4969e7
add:enhance comments list with scroll, limit, and styling
...
- Add maxComments, showCommentForm and isScrollable props to
CommentsList
to limit displayed comments, toggle the form, and enable a scrollable
comments container. Show a "+N more comments" indicator when limited.
- Adjust CommentForm and list styles (padding, background, flex
behavior, responsive heights). Pass currentUserId and new props from
FindPreview and FindCard where applicable.
2025-11-06 12:47:35 +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