Commit Graph

91 Commits

Author SHA1 Message Date
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
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
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
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
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
Sean Morley
25adf07874 Refactor adventure page layout to display activity types and update server files 2024-05-03 21:29:35 +00:00
Sean Morley
2da4baf8a1 Add activity types to EditModal component and update server files 2024-05-01 00:14:31 +00:00
Sean Morley
6a4771cece Add activity types to AdventureCard component and update server files 2024-04-30 23:10:59 +00:00
Sean Morley
296659ea27 Refactor CreateNewAdventure component to add activity types and update server files 2024-04-30 22:39:09 +00:00
Sean Morley
d84c9f4d24 Refactor component names and update button labels 2024-04-28 16:12:15 +00:00
Sean Morley
d4f94b436d Refactor adventure page layout and add dynamic content 2024-04-28 16:03:38 +00:00
Sean Morley
8ae3236acb Refactor AdventureCard component buttons to use iconify-icons 2024-04-27 20:45:01 +00:00
Sean Morley
62109a41a6 Refactor AdventureCard component and add new adventure page 2024-04-27 20:24:25 +00:00
Sean Morley
7327fefe15 Refactor EditModal component to use adventureToEdit prop instead of individual props 2024-04-27 16:54:20 +00:00
Sean Morley
b057ee01b3 Refactor Docker Compose files, Tailwind config, UserCard component, and page server files 2024-04-27 16:35:04 +00:00
Sean Morley
9837cc4e64 Refactor database schema, remove unused SQL files, and update components 2024-04-26 23:09:39 +00:00
Sean Morley
37f050d254 Started Migration 2024-04-26 01:14:13 +00:00
Sean Morley
e197de9d39 Add WorldTravelCard component 2024-04-26 00:23:30 +00:00
Sean Morley
a3d4d757a9 Add new columns to userPlannedAdventures table and update Adventure interface 2024-04-21 22:56:27 +00:00
Sean Morley
b2184bdee3 Refactor database schema and add planner functionality 2024-04-21 22:42:49 +00:00
Sean Morley
3072fedccf Refactor admin settings page, add ConfirmModal component, and update user management functionality 2024-04-21 17:02:38 -04:00
Sean Morley
b3bd8780e7 Refactor admin settings page, add UserCard component, and update user management functionality 2024-04-21 20:26:22 +00:00
Sean Morley
348c545419 Update dependencies and add new features 2024-04-20 00:53:01 +00:00
Sean Morley
e372ebbacc Update user avatar component and settings page 2024-04-18 23:11:19 +00:00
Sean Morley
f0eb5441f0 Add Nord theme option to theme selection dropdown in Navbar.svelte 2024-04-17 00:20:56 +00:00
Sean Morley
5efb2912c0 Update theme handling and add theme selection dropdown in Navbar.svelte 2024-04-17 00:15:27 +00:00
Sean Morley
b76e655e38 Update theme handling and add theme selection dropdown in Navbar.svelte 2024-04-17 00:01:19 +00:00