From 098fc94a5a9fd95059dcfdc19f7a218f37706a72 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Mon, 8 Dec 2025 17:20:34 -0500 Subject: [PATCH] GOOD: This is the most up to date version that seems to work after all the AI updates and changes and the package upgrades. This was a lot!!! This needs more testing... A *lot* was changed over the last 2 weeks. An oldish version from 2 weeks ago that I know works is commit b3c04464. I also found a commit (1fc58eb1) from 3 days ago that mostly works as well. --- package.json | 2 +- .../(badges)/templates/{+page.svelte => hold+page.svelte} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/routes/events/[event_id]/(badges)/templates/{+page.svelte => hold+page.svelte} (100%) diff --git a/package.json b/package.json index 7f19ca63..27e1203f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osit-aether-app-svelte", - "version": "3.11.18", + "version": "3.12.08", "description": "One Sky IT's Aether App created with Svelte, SvelteKit, Tailwind CSS, Lucide, Font Awesome, and Skeleton UI. -Scott Idem", "homepage": "https://oneskyit.com/", "private": true, diff --git a/src/routes/events/[event_id]/(badges)/templates/+page.svelte b/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte similarity index 100% rename from src/routes/events/[event_id]/(badges)/templates/+page.svelte rename to src/routes/events/[event_id]/(badges)/templates/hold+page.svelte