1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-04 12:45:17 +02:00
AdventureLog/frontend/src/routes
Sean Morley 3f9a6767bd feat: Enhance Adventure and Collection Management
- Added support for multiple collections in AdventureSerializer, allowing adventures to be linked to multiple collections.
- Implemented validation to ensure collections belong to the current user during adventure creation and updates.
- Introduced a signal to update adventure publicity based on the public status of linked collections.
- Updated file permission checks to consider multiple collections when determining access rights.
- Modified AdventureImageViewSet and AttachmentViewSet to check access against collections instead of a single collection.
- Enhanced AdventureViewSet to support filtering and sorting adventures based on collections.
- Updated frontend components to manage collections more effectively, including linking and unlinking adventures from collections.
- Adjusted API endpoints and data structures to accommodate the new collections feature.
- Improved user experience with appropriate notifications for collection actions.
2025-06-12 15:54:01 -04:00
..
activities feat: enhance CategoryModal with loading state and remove unused activities route 2025-01-21 19:01:45 -05:00
admin feat: Add server-side redirection to admin page based on public URL fetch 2025-01-31 16:43:09 -05:00
adventures feat: Enhance Adventure and Collection Management 2025-06-12 15:54:01 -04:00
api/[...path] feat: add VisitedCity model and serializer, update admin interface, and enhance city visit tracking functionality 2025-01-09 12:38:29 -05:00
auth/[...path] feat: Implement disable password authentication for users with social accounts 2025-03-16 21:49:00 -04:00
calendar feat: Localize text in calendar and adventure pages, and update CountryCard component 2025-02-16 13:57:46 -05:00
collections feat: Enhance Adventure and Collection Management 2025-06-12 15:54:01 -04:00
dashboard fix: Update URL path for user stats counts and remove email from response 2025-02-28 14:50:32 -05:00
gpx/[file] feat: add GPX file handling and GeoJSON integration in adventure page; update dependencies and AttachmentCard component 2025-01-20 20:03:00 -05:00
immich/[key] feat: update Immich integration to use dynamic image URLs and enhance image retrieval logic 2025-06-02 21:25:07 -04:00
login Remove commented-out logging statements in login handling for cleaner code 2025-05-28 11:52:53 -04:00
map feat: Add "Open in Maps" button for adventures with location coordinates 2025-02-22 20:36:25 -05:00
profile/[uuid] feat: Add session cookie to API requests in profile page server load 2025-02-16 12:53:58 -05:00
search feat: enhance attachment handling with new localization strings and GPX upload tips 2025-01-21 19:33:48 -05:00
settings feat: add Immich server connection validation and error handling in integration settings 2025-06-05 14:28:37 -04:00
shared Migrate to session based auth 2024-11-29 18:20:51 -05:00
signup feat: Improve adventure date grouping to handle all-day events and enhance date formatting 2025-03-20 10:26:41 -04:00
user refactor: Update API endpoint paths from "_allauth" to "auth" for consistency 2025-02-23 17:04:20 -05:00
users Prevent unnecessary redirect when requesting users 2025-04-06 14:37:37 +02:00
worldtravel fix: update marker colors based on visit status for countries, regions, and cities 2025-06-06 11:00:46 -04:00
+error.svelte feat: Add server error handling and SVG asset for 500 error page 2025-04-18 21:55:30 -04:00
+layout.server.ts localization v1 2024-10-26 23:03:35 -04:00
+layout.svelte Update +layout.svelte 2025-06-11 14:59:41 +07:00
+page.server.ts refactor: Update API endpoint paths from "_allauth" to "auth" for consistency 2025-02-23 17:04:20 -05:00
+page.svelte feat: Remove locations API call and implement random background image in stats view 2025-02-16 12:27:49 -05:00