Commit Graph

136 Commits

Author SHA1 Message Date
Sean Morley
2f5bdc052d chore: Update S3 endpoint configuration to use MINIO_CLIENT_OVERRIDE 2024-06-12 17:59:24 +00:00
Sean Morley
d3112c2925 chore: Update S3 endpoint configuration to use MINIO_CLIENT_OVERRIDE 2024-06-12 17:57:21 +00:00
Sean Morley
18e48c3b80 chore: Update getBackgroundImages to use getObjectUrl for generating image URLs 2024-06-12 17:52:11 +00:00
Sean Morley
5d0b450429 chore: Update getBackgroundImages to use getObjectUrl for generating image URLs 2024-06-12 17:49:26 +00:00
Sean Morley
6385f9f46b random login image! 2024-06-12 17:38:34 +00:00
Sean Morley
bf51dcb4e3 chore: Update UserAvatar component to display user's first initial if no icon is provided 2024-06-12 13:41:31 +00:00
Sean Morley
157d9fe99c Object auto delete when upload 2024-06-12 13:35:23 +00:00
Sean Morley
b660dcad08 refactor: Update S3 configuration and endpoint handling 2024-06-10 01:16:34 +00:00
Sean Morley
a535072224 Multi provider 2024-06-10 00:46:01 +00:00
Sean Morley
ee32a446e9 Minio docker 2024-06-09 18:42:32 +00:00
Sean Morley
4ed9ebc456 Docker with minio 2024-06-09 18:10:17 +00:00
Sean Morley
1c7939f2b8 Minio part 2 2024-06-09 18:10:09 +00:00
Sean Morley
08c6708543 Initial working! 2024-06-09 17:35:37 +00:00
Sean Morley
fcc97f4e6e refactor: Update AdventureCard component layout for responsive design 2024-06-08 15:41:46 +00:00
Sean Morley
8ca74ab963 Changes? 2024-06-08 15:33:03 +00:00
Sean Morley
c58c679d5f Image fixes 2024-06-07 21:49:58 +00:00
Sean Morley
2ace704066 Add images to cards 2024-06-07 21:37:38 +00:00
Sean Morley
eadf001b39 feat: Add search functionality to navbar 2024-06-04 21:18:30 +00:00
Sean Morley
50a2cbcd4c New search api refactoring 2024-06-03 23:10:08 +00:00
Sean Morley
c91c212fc0 add search bar to navbar 2024-06-03 01:46:04 +00:00
Sean Morley
a1563b59ca ActivityType Array for SQL 2024-06-01 15:29:53 +00:00
Sean Morley
d02aa8efdb feat: Add AutoComplete functionality to activity types input 2024-06-01 14:10:18 +00:00
Sean Morley
349520572d Autocomplete for plans activity types 2024-05-31 00:02:04 +00:00
Sean Morley
762096ae04 chore: Update footer layout and content 2024-05-29 18:24:21 +00:00
Sean Morley
41b019b610 chore: Add buttons for generating description and searching image in CreateNewAdventure and EditModal components 2024-05-28 16:48:20 +00:00
Sean Morley
ed94baa3c7 Made navbar image png instead of emoji 2024-05-28 16:37:30 +00:00
Sean Morley
dc9a013a57 Auto description and image generation! 2024-05-27 21:16:29 +00:00
Sean Morley
fa5399e861 chore: Refactor AddFromFeatured component and add trip selection 2024-05-27 20:31:40 +00:00
Sean Morley
4fd174530b chore: Add trip selection to AddFromFeatured component 2024-05-26 23:24:31 +00:00
Sean Morley
8888650c56 Add more options for featured adventures 2024-05-26 20:07:23 +00:00
Sean Morley
10bd897a55 Add image url to adventures and plans 2024-05-26 13:49:57 +00:00
Sean Morley
fb749d0cb2 Added new regions 2024-05-25 14:23:59 +00:00
Sean Morley
524cdc199c chore: Refactor Navbar and UserAvatar components 2024-05-24 19:47:39 +00:00
Sean Morley
6737a568ef Allow for editing adventures in a trip 2024-05-15 23:51:27 +00:00
Sean Morley
b94fdc7107 chore: Add tripId field to Adventure interface and schema 2024-05-15 21:06:01 +00:00
Sean Morley
9d7670bcb1 Add trip launch button to TripCard component and create server routes for trip API 2024-05-13 23:21:54 +00:00
Sean Morley
3863d0b2ac Remove planned trip 2024-05-13 23:03:28 +00:00
Sean Morley
7565279e61 Added new trip plan creator and removed visit count stores 2024-05-06 23:13:38 +00:00
Sean Morley
01865951ac Added new trip plan creator and removed visit count stores 2024-05-06 23:13:32 +00:00
Sean Morley
c4d6113072 WEBP Image support 2024-05-05 20:00:04 +00:00
Sean Morley
d4c24df0aa Fix log in and signup buttons in reactive navbar 2024-05-05 19:49:23 +00:00
Sean Morley
755dc68301 New navbar setup 2024-05-05 19:45:49 +00:00
Sean Morley
ca7592989a feat: Add markVisited function to AdventureCard.svelte and +page.svelte
The code changes include adding a new function called markVisited to the AdventureCard.svelte and +page.svelte files. This function is responsible for marking an adventure as visited and dispatching an event to update the adventure's status. This enhancement allows users to mark adventures as visited in the planner page and triggers the corresponding API request to update the adventure's status in the database.
2024-05-05 19:06:23 +00:00
Sean Morley
4069bc5052 feat: Implement lazy loading for images and update dependencies 2024-05-05 14:00:40 +00:00
Sean Morley
e949c06bd2 feat: Add lazy loading for images and update dependencies
The code changes include implementing lazy loading for images to improve page load performance. Additionally, the npm dependency has been updated to the latest stable version. These enhancements enhance the user experience by reducing the initial load time and ensuring compatibility with the latest dependencies.
2024-05-04 17:48:54 +00:00
Sean Morley
87cc6da518 feat: Add validation for adventure name in CreateNewAdventure component
The code changes include adding validation for the adventure name in the CreateNewAdventure component. If the name is empty, an alert is displayed and the adventure creation is prevented. This enhancement ensures that users provide a name for the adventure before creating it.
2024-05-04 17:27:51 +00:00
Sean Morley
79cf19ccb2 ```text
feat: Add type prop to CreateNewAdventure component

The code changes include adding a new prop called "type" to the CreateNewAdventure component in order to specify the type of adventure being created. This prop is passed from the parent component and used to set the "type" property of the newAdventure object. This allows for more flexibility in creating adventures with different types.
2024-05-04 15:55:58 +00:00
Sean Morley
716323657b feat: Add "Planner" button to Navbar component
The code changes include adding a "Planner" button to the Navbar component. This button allows users to navigate to the Planner page. The changes involve modifying the Navbar component in the src/lib/components/Navbar.svelte file.
2024-05-04 15:00:02 +00:00
Sean Morley
3127784632 feat: Add activity types functionality to CreateNewAdventure and AdventureCard components 2024-05-04 00:43:18 +00:00
Sean Morley
eab7cb6087 feat: Add activity types to CreateNewAdventure and AdventureCard components
The code changes include adding activity types functionality to the CreateNewAdventure and AdventureCard components. This allows users to specify different types of activities for each adventure. The changes also include updates to the server files to handle the new activity types.

Recent user commits:
- Refactor adventure page layout to display activity types and update server files
- Add activity types to EditModal component and update server files
- Add activity types to AdventureCard component and update server files
- Refactor adventure page layout to display activity types in +page.svelte and update server files
- Refactor adventure page layout to display activity types in +page.svelte and update server files
- Refactor CreateNewAdventure component to add activity types and update server files
- Refactor adventure page layout to use a responsive image size in +page.svelte
- Merge pull request #52 from seanmorley15/development
- Refactor error handling and add validation for adventure name in server and page files
- Update config.ts
2024-05-03 21:39:31 +00:00