1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-01 19:25:17 +02:00
Commit graph

152 commits

Author SHA1 Message Date
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
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
c6d8730b4c Add volume mapping for ./sql in docker-compose.yml 2024-04-14 17:08:52 +00:00
Sean Morley
f58271e27c Update docker-compose.yml to remove unnecessary volume mapping 2024-04-14 16:56:27 +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
c5ce984cac Add country_code field to userVisitedWorldTravel table 2024-04-14 13:39:32 +00:00
Sean Morley
5e1d7ef160 Update appVersion to "Web 0.1.5-alpha" in config.ts 2024-04-13 23:11:09 +00:00
Sean Morley
00d9270546 Update AdventureCard component to include regionId and visited properties 2024-04-13 23:09:52 +00:00
Sean Morley
b2210dc7c9 Update login and signup pages, and add countries.json 2024-04-13 21:03:59 +00:00
Sean Morley
8a169da9e2 Update getFlag function to accept size parameter 2024-04-13 20:39:06 +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
11ace187a7 Add migration to drop unique constraint on worldTravelCountryRegions_id 2024-04-12 14:28:45 +00:00
Sean Morley
0d84445791 Update startup.sh script 2024-04-12 14:26:30 +00:00
Sean Morley
b0b8a2794b Add flag column to worldTravelCountries table and remove flag column 2024-04-12 14:20:34 +00:00