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

310 commits

Author SHA1 Message Date
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
57e92d96f8
Merge pull request #47 from seanmorley15/dependabot/npm_and_yarn/hono-4.2.7
Bump hono from 4.2.5 to 4.2.7
2024-04-24 11:32:37 -04:00
dependabot[bot]
d11a4030bf
Bump hono from 4.2.5 to 4.2.7
Bumps [hono](https://github.com/honojs/hono) from 4.2.5 to 4.2.7.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.2.5...v4.2.7)

---
updated-dependencies:
- dependency-name: hono
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-24 15:30:42 +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
792bd7674f
Merge pull request #44 from seanmorley15/development
Development
2024-04-21 12:37:25 -04: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
f91e0bd4d0
Merge pull request #42 from seanmorley15/development
SEO Optimization
2024-04-19 21:18:15 -04:00
Sean Morley
7086877ba3 SEO Optimization 2024-04-20 01:17:34 +00:00
Sean Morley
69a3d94701
Merge pull request #41 from seanmorley15/development
Development
2024-04-19 20:53:33 -04: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
2aa3ec9b01
Merge pull request #40 from seanmorley15/development
Update layout server and svelte files to use USING_VERCEL environment…
2024-04-18 20:15:12 -04: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
c210c655af
Merge pull request #39 from seanmorley15/development
Development
2024-04-18 19:48:41 -04: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
fdc0955cc8
Merge pull request #36 from seanmorley15/development
Development
2024-04-16 20:21:49 -04: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
8a2528e484
Merge pull request #30 from seanmorley15/development
Merge Development for Release v0.1.5-alpha
2024-04-13 19:11:50 -04:00
Sean Morley
5e1d7ef160 Update appVersion to "Web 0.1.5-alpha" in config.ts 2024-04-13 23:11:09 +00:00