Commit Graph

35 Commits

Author SHA1 Message Date
Sean Morley
00ad7ce384 Add navigation to log page 2024-04-10 23:36:07 +00:00
Sean Morley
549840128f Update Navbar and UserAvatar components, and +page styling 2024-04-10 23:25:24 +00:00
Sean Morley
3d0116a684 Refactor user avatar component and add settings page 2024-04-10 23:12:25 +00:00
Sean Morley
226158da6d Add info icon to Navbar and create User Page 2024-04-10 22:11:44 +00:00
Sean Morley
f7fc46caac Add InfoModal component and update Navbar component 2024-04-10 18:25:53 +00:00
Sean Morley
bc0e1b4db2 Add visit count functionality to Navbar and Log page 2024-04-10 17:47:20 +00:00
Sean Morley
ea79fd2d76 Add log page, update database schema, and API endpoint for user visits 2024-04-06 12:54:17 +00:00
Sean Morley
1b9edeb61f Update Navbar component and add logout functionality 2024-04-06 12:27:42 +00:00
Sean Morley
de2dd6cd7e Add UserAvatar component and update Navbar.svelte 2024-04-06 01:59:10 +00:00
Sean Morley
cd11ce2d97 Add login functionality to Navbar component 2024-04-05 22:22:09 +00:00
Sean Morley
3ab2918ed2 Add user name to Navbar component 2024-04-05 22:17:20 +00:00
Sean Morley
d834cef83b Add userVisitedAdventures table and API endpoints for visits and userinfo 2024-04-03 23:55:00 +00:00
Sean Morley
ba6a5283fe Add user first and last name fields to signup form 2024-04-03 22:59:05 +00:00
Sean Morley
372db59211 Added auth! 2024-04-03 00:51:12 +00:00
Sean Morley
83cca15a8f Consistent code formatting 2024-04-02 22:02:20 +00:00
Sean Morley
302a59c86d Refactor modal layout and add visit count to home page and log page 2024-04-02 21:46:37 +00:00
Sean Morley
f0894a964f Refactor AdventureCard component and remove FeaturedAdventureCard 2024-04-02 21:33:41 +00:00
Sean Morley
56a8a45efb Add migrations and code for sharedAdventures table 2024-04-02 18:54:09 +00:00
Sean Morley
ad568bb3fa Update Navbar component to display visit count 2024-04-02 18:28:14 +00:00
Sean Morley
4b2306f812 Update startup.sh, +page.server.ts, FeaturedAdventureCard.svelte, and Navbar.svelte 2024-04-02 18:04:27 +00:00
Sean Morley
33122894c2 Add featuredAdventures table and related code 2024-04-02 14:01:35 +00:00
Sean Morley
a0f07a9980 Update AdventureCard and Navbar components 2024-04-01 21:35:21 +00:00
Sean Morley
301e630405 Update EditModal component to handle Escape key press 2024-04-01 21:27:02 +00:00
Sean Morley
2e26e3712d Add delete functionality and clear adventures 2024-03-31 16:58:02 +00:00
Sean Morley
bf640bc433 Add SuccessToast component and pinLogo asset***
***Update saveEdit function in adventureService.ts***
***Remove unnecessary buttons in Navbar.svelte***
***Add EditModal component***
***Update Footer.svelte with pinLogo and copyright information
2024-03-31 00:49:42 +00:00
Sean Morley
960062b499 Refactor navigation to use goto function 2024-03-30 21:46:36 +00:00
Sean Morley
b1840006f0 Add new SVG assets and update AdventureCard component 2024-03-30 21:26:21 +00:00
Sean Morley
9ee5d67ab6 Add Tailwind CSS and update layout and page styles 2024-03-30 21:00:12 +00:00
Sean Morley
510d6b5238 Update button styles in AdventureCard, Navbar, and log pages 2024-03-29 23:09:03 +00:00
Sean Morley
771bcdfb25 Add title to app.html and adjust button margin in Navbar.svelte 2024-03-29 23:00:35 +00:00
Sean Morley
c806cf074d Add Navbar component and camping logo to page 2024-03-29 22:52:42 +00:00
Sean Morley
90036c5c14 Add layout and footer components, update adventureService, and create log page 2024-03-29 22:44:32 +00:00
Sean Morley
2f180a204b Fix dispatch parameter in AdventureCard.svelte and add Save as File button in +page.svelte 2024-03-29 22:44:26 +00:00
Sean Morley
bd5e1a813b Add import and export functionality 2024-03-29 22:20:21 +00:00
Sean Morley
9addb5462e first commit 2024-03-29 21:41:22 +00:00