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

167 commits

Author SHA1 Message Date
Sean Morley
88a2ac07e6 Refactor error handling and add validation for adventure name in server and page files 2024-04-28 21:54:43 +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
c09028ae40 Fix error handling in layout server file and update USING_VERCEL assignment 2024-04-28 14:00:09 +00:00
Sean Morley
eed9b2fad2 Fix error handling in layout server file and add console log in layout svelte file 2024-04-28 13:59:45 +00:00
Sean Morley
8ae3236acb Refactor AdventureCard component buttons to use iconify-icons 2024-04-27 20:45:01 +00:00
Sean Morley
64b4eafd34 Refactor adventure page layout and add dynamic content 2024-04-27 20:40:33 +00:00
Sean Morley
62109a41a6 Refactor AdventureCard component and add new adventure page 2024-04-27 20:24:25 +00:00
Sean Morley
ba84fbdcf3 Add GET request handler for retrieving an adventure by ID 2024-04-27 17:28:31 +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
3299855f86 Add loading state to setup and signup pages 2024-04-26 23:42:04 +00:00
Sean Morley
15b1395870
Merge pull request #49 from seanmorley15/API-Migration
Api migration
2024-04-26 19:22:27 -04:00
Sean Morley
b0acb23edf Add loading state to setup page 2024-04-26 23:19:50 +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
08579289a6 Remove userVisitedAdventuresTable 2024-04-26 23:04:41 +00:00
Sean Morley
db8fc061f2 Refactor database schema and remove unused SQL files 2024-04-26 22:43:27 +00:00
Sean Morley
319a99fed2 Refactor data insertion via Drizzle 2024-04-26 22:43:13 +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
921d36aa70 Add new migrations and update Adventure interface 2024-04-22 00:56:43 +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
29e9b308ba Refactor admin settings page, clear all sessions, and add user signup functionality 2024-04-21 16:31:55 +00:00
Sean Morley
a186d514af Refactor admin settings page and add user signup functionality 2024-04-21 16:16:29 +00:00
Sean Morley
ef42491421 Refactor version API endpoint to use package.json for version detection 2024-04-20 17:32:46 +00:00
Sean Morley
172504fa66 Add version detection endpoint 2024-04-20 16:59:03 +00:00
Sean Morley
7086877ba3 SEO Optimization 2024-04-20 01:17:34 +00:00
Sean Morley
348c545419 Update dependencies and add new features 2024-04-20 00:53:01 +00:00
Sean Morley
da8b4c342d Update drizzle-kit dependency to version 0.20.16 2024-04-20 00:16:26 +00:00
Sean Morley
ce2ea2f36f Update layout server and svelte files to use USING_VERCEL environment variable 2024-04-19 00:14:33 +00:00
Sean Morley
a2c5b435e2 Fix setup_admin_user function call in startup.sh 2024-04-18 23:48:07 +00:00
Sean Morley
d9cd78fc76 Add @vercel/speed-insights dependency and injectSpeedInsights in layout.server.ts 2024-04-18 23:44:41 +00:00
Sean Morley
acc0f8f706 Merge branch 'development' of https://github.com/seanmorley15/AdventureLogSvelte into development 2024-04-18 23:42:34 +00:00
Sean Morley
f838051500 Update package-lock.json and package.json with new dependencies 2024-04-18 23:42:32 +00:00
Sean Morley
a00ae36e48
Update README.md 2024-04-18 19:27:51 -04:00
Sean Morley
1e1f594612 Update user settings page layout and form styling 2024-04-18 23:23:30 +00:00
Sean Morley
e372ebbacc Update user avatar component and settings page 2024-04-18 23:11:19 +00:00
Sean Morley
f626370d3f Update server setup logic and add admin user creation in setup page 2024-04-18 23:00:35 +00:00
Sean Morley
7fe90f615f Add compose-dev.yml file and update startup.sh script 2024-04-18 01:24:00 +00:00
Sean Morley
2249052ab7 Update database schema and add signup_date, last_login, and role columns to user table 2024-04-18 01:15:52 +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
3892a3ea39 Update download filename in log page and handle form submission errors in login page 2024-04-15 00:13:02 +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
6aca3d72b0 Update region page to display detailed information about a region in the world travel section 2024-04-14 20:47:52 +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