Files
voyage/src/routes
Sean Morley 2b7c6b0f18 feat: Add removeAdventure function to +page.svelte and adventureService.ts
The code changes include adding a new function called removeAdventure to the +page.svelte file and adventureService.ts module. This function is responsible for sending a DELETE request to the corresponding API endpoint to remove an adventure. If the request is successful, the adventure is removed from the local plans array. If the request fails, an error toast is displayed. This functionality allows users to remove adventures from the planner page.
2024-05-04 15:38:55 +00:00
..
2024-04-20 01:17:34 +00:00
2024-04-10 15:19:19 +00:00
2024-04-26 23:04:41 +00:00