-
Journal Status: {$lq__test_journal ? 'Cached' : 'Pending'}
+
+ Journal Status:
+ {$lq__test_journal ? 'Cached' : 'Pending'}
-
-
Entry Status: {$lq__test_journal_entry ? 'Cached' : 'Pending'}
+
+ Entry Status:
+ {$lq__test_journal_entry ? 'Cached' : 'Pending'}
diff --git a/src/routes/testing/data_store/+page.svelte b/src/routes/testing/data_store/+page.svelte
index 3b8942b8..57d01aef 100644
--- a/src/routes/testing/data_store/+page.svelte
+++ b/src/routes/testing/data_store/+page.svelte
@@ -1,122 +1,141 @@
-
-
+
+
Data Store V3 Test Page
-
Testing cascading lookup: Specific → Account → Global
+
+ Testing cascading lookup: Specific → Account → Global
+
Clear Cache
- refresh_trigger++}>
+ refresh_trigger++}>
Force Refresh
{#key refresh_trigger}
-
- Scenario 1: Global Default
- Fetching code {test_null_act_and_for}. Should fall back to account_id = NULL if not found for account.
-
-
+
+ Scenario 1: Global Default
+
+ Fetching code {test_null_act_and_for}. Should fall
+ back to account_id = NULL if not found for account.
+
+
+
-
- Scenario 2: Account Default
- Fetching code {test_code_account} for Account ID: {$ae_loc.account_id}.
-
-
+
+ Scenario 2: Account Default
+
+ Fetching code {test_code_account} for Account ID:
+ {$ae_loc.account_id}.
+
+
+
-
- Scenario 3: Specific Record (Event Override)
- Fetching code {test_code_and_for} linked to for_type: event and for_id: {testing_event_id}.
-
-
+
+ Scenario 3: Specific Record (Event Override)
+
+ Fetching code {test_code_and_for} linked to
+ for_type: event
+ and for_id: {testing_event_id}.
+
+
+
-
- Scenario 4: Change Props Passed
- Fetching code {test_code_and_for} linked to for_type: event and for_id: {testing_event_id}.
-
-
+
+ Scenario 4: Change Props Passed
+
+ Fetching code {test_code_and_for} linked to
+ for_type: event
+ and for_id: {testing_event_id}.
+
+
+
{/key}
-
+
Current Context
-
-
-
Account ID: {$ae_loc.account_id || 'NULL'}
+
+
+ Account ID:
+ {$ae_loc.account_id || 'NULL'}
-
-
Edit Mode: {$ae_loc.edit_mode}
+
+ Edit Mode:
+ {$ae_loc.edit_mode}
diff --git a/src/routes/testing/editor_test/+page.svelte b/src/routes/testing/editor_test/+page.svelte
index eb1d6e8b..859e2215 100644
--- a/src/routes/testing/editor_test/+page.svelte
+++ b/src/routes/testing/editor_test/+page.svelte
@@ -1,20 +1,24 @@
-
-
+
+
Rich Text Editor Test
- Testing the Zero-Dependency "TipTap" replacement.
+
+ Testing the Zero-Dependency "TipTap" replacement.
+
-
+
-
+
Visual Editor (AE_Comp_Editor_TipTap)
@@ -22,30 +26,33 @@
+ placeholder="Try writing something pretty..." />
-
+
Source View (AE_Comp_Editor_CodeMirror)
-
+
+ show_line_numbers={true} />
-
- Raw Bound Content (Saved to DB)
+
+
+ Raw Bound Content (Saved to DB)
+
{test_content}
diff --git a/src/routes/testing/fix-sw/+page.svelte b/src/routes/testing/fix-sw/+page.svelte
index 65844b4f..be54ed01 100644
--- a/src/routes/testing/fix-sw/+page.svelte
+++ b/src/routes/testing/fix-sw/+page.svelte
@@ -1,71 +1,76 @@
-
-
Service Worker Reset Tool
-
Attempting to unregister all service workers and clear caches to fix the TypeError loop.
+
+
+ Service Worker Reset Tool
+
+
+ Attempting to unregister all service workers and clear caches to fix the
+ TypeError loop.
+
-
+
{#each status as line, i (i)}
-
{line}
+
+ {line}
+
{/each}
window.location.reload()}
- >
+ class="mt-4 rounded bg-blue-600 px-4 py-2 text-white hover:bg-blue-700"
+ onclick={() => window.location.reload()}>
Reload Page
diff --git a/src/routes/testing/hosted_files/+page.svelte b/src/routes/testing/hosted_files/+page.svelte
index 6c75d395..a6393246 100644
--- a/src/routes/testing/hosted_files/+page.svelte
+++ b/src/routes/testing/hosted_files/+page.svelte
@@ -1,128 +1,151 @@
-