1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 13:15:18 +02:00
Commit graph

448 commits

Author SHA1 Message Date
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
cb2470070b Fix deletion issue 2024-05-26 23:55:24 +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
8168bafb7b
Merge pull request #73 from seanmorley15/development
Add new Regions
2024-05-26 09:58:12 -04:00
Sean Morley
10bd897a55 Add image url to adventures and plans 2024-05-26 13:49:57 +00:00
Sean Morley
175c088776 pnpm configs 2024-05-25 14:30:33 +00:00
Sean Morley
fb749d0cb2 Added new regions 2024-05-25 14:23:59 +00:00
Sean Morley
8f0ae40534 Admin toggle checkbox fix 2024-05-25 13:40:32 +00:00
Sean Morley
e993c6e3f4
Merge pull request #72 from seanmorley15/development
chore: Refactor Navbar and UserAvatar components
2024-05-24 15:48:01 -04:00
Sean Morley
524cdc199c chore: Refactor Navbar and UserAvatar components 2024-05-24 19:47:39 +00:00
Sean Morley
b406802058
Merge pull request #71 from seanmorley15/TripAdventure
Trip adventure
2024-05-24 15:26:47 -04:00
Sean Morley
5a9f836737 Add user to admin page 2024-05-24 19:26:13 +00:00
Sean Morley
c3b84c912d Add error handeling handling to the signup form 2024-05-24 15:44:28 +00:00
Sean Morley
a7be733b37
Merge pull request #69 from seanmorley15/TripAdventure
Trip adventure
2024-05-16 08:30:26 -04:00
Sean Morley
5ee4d91473 Add more admin stats and fix icon set issues 2024-05-16 00:12:09 +00:00
Sean Morley
6737a568ef Allow for editing adventures in a trip 2024-05-15 23:51:27 +00:00
Sean Morley
90ea29f859
Merge pull request #68 from seanmorley15/TripAdventure
Trip adventure feature
2024-05-15 17:26:37 -04:00
Sean Morley
82f7101d90 chore: Add lazy loading for AdventureCard images 2024-05-15 21:23:40 +00:00
Sean Morley
f8f12e4ba3 chore: Refactor trip API endpoint to include adventures 2024-05-15 21:17:04 +00:00
Sean Morley
126a256253 chore: Add tripId field to Adventure interface and schema 2024-05-15 21:13:31 +00:00
Sean Morley
b94fdc7107 chore: Add tripId field to Adventure interface and schema 2024-05-15 21:06:01 +00:00
Sean Morley
a0400bca8e
Merge pull request #67 from seanmorley15/development
Development
2024-05-15 06:26:13 -04:00
Sean Morley
17bde86988
Merge pull request #66 from redtechtiger/patch-1
Fix spelling mistakes
2024-05-14 13:49:52 -04:00
RedTechTiger
77d8b87e1a
Fix spelling 2024-05-14 11:36:46 -04: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
01cd12d0e3 Add users first name to home page when logged in. 2024-05-13 21:42:14 +00:00
Sean Morley
26d58d2850
Merge pull request #63 from seanmorley15/development
Development
2024-05-13 17:30:07 -04:00
Sean Morley
1ccf582b85 chore: Update login and signup pages with background images 2024-05-13 21:29:23 +00:00
Sean Morley
c9464a220c Move add button location for log page 2024-05-11 01:06:43 +00:00
Sean Morley
bdbb187561 Fixed loading for planner 2024-05-11 01: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
bda795102d
Merge pull request #58 from seanmorley15/development
Development
2024-05-05 17:38:34 -04:00
Sean Morley
75da1f4cc6 Gradient text on hero page 2024-05-05 21:38:14 +00:00
Sean Morley
67eb3d293b Fixed issue with light mode on home page 2024-05-05 21:28:52 +00:00
Sean Morley
90f13118ac
Merge pull request #57 from seanmorley15/development
New favicon
2024-05-05 16:06:37 -04:00
Sean Morley
97af0cba34 New favicon 2024-05-05 20:05:57 +00:00
Sean Morley
7f6b5d9abd
Merge pull request #56 from seanmorley15/development
WEBP Image support
2024-05-05 16:01:49 -04:00
Sean Morley
c4d6113072 WEBP Image support 2024-05-05 20:00:04 +00:00
Sean Morley
25f773eaa9
Merge pull request #55 from seanmorley15/development
Development
2024-05-05 15:51:24 -04: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
76c65014b7 New homepage 2024-05-05 19:31:22 +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
0fc9cc9efe
Merge pull request #54 from seanmorley15/development
Development
2024-05-04 13:49:13 -04: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