The new event files reports has been cleaned up and more configurable.

This commit is contained in:
Scott Idem
2025-10-02 12:57:37 -04:00
parent 03f831de8a
commit b85d2ee98c
6 changed files with 254 additions and 61 deletions

View File

@@ -6,7 +6,7 @@ import { browser } from '$app/environment';
import { events_func } from '$lib/ae_events_functions';
export async function load({ params, parent }) { // route
export async function load({ params, parent, url }) { // route
let log_lvl: number = 0;
let data = await parent();
@@ -27,6 +27,9 @@ export async function load({ params, parent }) { // route
ae_acct.slct.event_id = event_id;
if (browser) {
// console.log(`TEST URL Params`, params);
// console.log(`TEST URL`, url);
let load_event_obj = await events_func.load_ae_obj_id__event({
api_cfg: ae_acct.api,
event_id: event_id,