Commit Graph

63 Commits

Author SHA1 Message Date
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
Sean Morley
1710c5b54d Update AdventureCard component to remove commented out code and add exportData function to log page 2024-04-14 23:47:05 +00:00
Sean Morley
a550fd58f7 Update AdventureCard component to include regionId and visited properties, and add country flag support 2024-04-14 20:33:58 +00:00
Sean Morley
715a4ffd87 Add US map component to world travel page 2024-04-14 17:58:18 +00:00
Sean Morley
8133e8e99e Update AdventureCard component to include viewType property and add radio buttons for card and map views 2024-04-14 17:44:52 +00:00
Sean Morley
9c46c16bbe Update AdventureCard component to include regionId and visited properties, and add country flag support 2024-04-14 14:03:06 +00:00
Sean Morley
00d9270546 Update AdventureCard component to include regionId and visited properties 2024-04-13 23:09:52 +00:00
Sean Morley
02455d290b Update AdventureCard component and add country flag support 2024-04-13 20:09:00 +00:00
Sean Morley
fd1b85609e Remove unnecessary database migration scripts and update info modal text 2024-04-13 19:48:53 +00:00
Sean Morley
8a8a118309 Add navigation to World Travel page and create server load function for country regions 2024-04-12 00:12:55 +00:00
Sean Morley
167080441a Refactor AdventureCard component and shared page 2024-04-11 21:15:34 +00:00
Sean Morley
af07ea29ef Refactor success toast and show appropriate messages 2024-04-11 18:18:35 +00:00
Sean Morley
7decfd61e8 Add user icon field and update version number 2024-04-11 13:46:41 +00:00
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
ba6a5283fe Add user first and last name fields to signup form 2024-04-03 22:59:05 +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
ad568bb3fa Update Navbar component to display visit count 2024-04-02 18:28:14 +00:00