All of the changes from today (Wednesday February 25, 2026) need to be reviewed. We spent over 6 hours trying to fix the page loading when viewing a fresh Session ID and Presentation ID. OpenAI and Gemini failed hard!!! I am at a lost and frustrated. I will probably need to deal with this myself. :-/

This commit is contained in:
Scott Idem
2026-02-25 18:34:21 -05:00
parent 17620b6fbc
commit 7b5c7528b6
22 changed files with 1674 additions and 2828 deletions

View File

@@ -570,7 +570,7 @@
</main>
<aside class="space-y-4">
<div class="card p-6 h-full bg-surface-100-800-token overflow-hidden flex flex-col sticky top-4 max-h-[calc(100vh-2rem)] shadow-2xl border border-gray-500">
<div class="card p-6 h-full bg-surface-100 dark:bg-surface-800 overflow-hidden flex flex-col sticky top-4 max-h-[calc(100vh-2rem)] shadow-2xl border border-gray-500">
<header class="flex justify-between items-center border-b border-gray-500 pb-3 mb-4">
<h3 class="h3 font-bold uppercase tracking-widest opacity-70">Audit Result</h3>
{#if test_result === 'loading...'} <span class="badge variant-filled-warning animate-pulse">RUNNING</span>

View File

@@ -51,7 +51,7 @@
<section class="card p-4 space-y-4 variant-soft-primary">
<h2 class="h3">Scenario 1: Global Default</h2>
<p class="text-sm">Fetching code <code>{test_null_act_and_for}</code>. Should fall back to <code>account_id = NULL</code> if not found for account.</p>
<div class="bg-surface-100-800-token p-4 rounded-lg border border-surface-500/20">
<div class="bg-surface-100 dark:bg-surface-800 p-4 rounded-lg border border-surface-500/20">
<AE_Element_Data_Store_V3
ds_code={test_null_act_and_for}
ds_name={'Global Default Test'}
@@ -64,7 +64,7 @@
<section class="card p-4 space-y-4 variant-soft-secondary">
<h2 class="h3">Scenario 2: Account Default</h2>
<p class="text-sm">Fetching code <code>{test_code_account}</code> for Account ID: <code>{$ae_loc.account_id}</code>.</p>
<div class="bg-surface-100-800-token p-4 rounded-lg border border-surface-500/20">
<div class="bg-surface-100 dark:bg-surface-800 p-4 rounded-lg border border-surface-500/20">
<AE_Element_Data_Store_V3
ds_code={test_code_account}
ds_name={'Account Default Test'}
@@ -77,7 +77,7 @@
<section class="card p-4 space-y-4 variant-soft-tertiary">
<h2 class="h3">Scenario 3: Specific Record (Event Override)</h2>
<p class="text-sm">Fetching code <code>{test_code_and_for}</code> linked to <code>for_type: event</code> and <code>for_id: {test_event_id}</code>.</p>
<div class="bg-surface-100-800-token p-4 rounded-lg border border-surface-500/20">
<div class="bg-surface-100 dark:bg-surface-800 p-4 rounded-lg border border-surface-500/20">
<AE_Element_Data_Store_V3
ds_code={test_code_and_for}
ds_name={'Specific Record Test'}
@@ -92,7 +92,7 @@
<section class="card p-4 space-y-4 variant-soft-tertiary">
<h2 class="h3">Scenario 4: Change Props Passed</h2>
<p class="text-sm">Fetching code <code>{test_code_and_for}</code> linked to <code>for_type: event</code> and <code>for_id: {test_event_id}</code>.</p>
<div class="bg-surface-100-800-token p-4 rounded-lg border border-surface-500/20">
<div class="bg-surface-100 dark:bg-surface-800 p-4 rounded-lg border border-surface-500/20">
<AE_Element_Data_Store_V3
ds_code={test_code_and_for}
ds_name={'Specific Record Test'}

View File

@@ -19,7 +19,7 @@
<span class="fas fa-eye text-primary-500"></span>
Visual Editor (AE_Comp_Editor_TipTap)
</h2>
<div class="bg-surface-100-800-token rounded-lg">
<div class="bg-surface-100 dark:bg-surface-800 rounded-lg">
<AE_Comp_Editor_TipTap
bind:content={test_content}
placeholder="Try writing something pretty..."
@@ -33,7 +33,7 @@
<span class="fas fa-code text-tertiary-500"></span>
Source View (AE_Comp_Editor_CodeMirror)
</h2>
<div class="bg-surface-100-800-token rounded-lg h-[250px]">
<div class="bg-surface-100 dark:bg-surface-800 rounded-lg h-[250px]">
<AE_Comp_Editor_CodeMirror
bind:content={test_content}
language="html"