From dbbe2525949dd0c9d33da561a00bee0c63c2be58 Mon Sep 17 00:00:00 2001 From: TheFlow Date: Fri, 24 Oct 2025 10:02:31 +1300 Subject: [PATCH] fix(blog-curation-enhanced): add null check for publication dropdown - Fixed TypeError when page loads in Pre-Submission section - publication-target element only exists in Generate section - Cache version updated --- .claude/session-state.json | 18 ++++++------ public/about.html | 18 ++++++------ public/admin/blog-curation.html | 16 +++++------ public/api-reference.html | 6 ++-- public/blog-post.html | 10 +++---- public/blog.html | 14 +++++----- public/case-submission.html | 12 ++++---- public/check-version.html | 2 +- public/docs-viewer.html | 16 +++++------ public/docs.html | 20 ++++++------- public/faq.html | 34 +++++++++++------------ public/implementer.html | 20 ++++++------- public/index.html | 20 ++++++------- public/js/admin/blog-curation-enhanced.js | 6 ++++ public/koha.html | 18 ++++++------ public/leader.html | 22 +++++++-------- public/media-inquiry.html | 12 ++++---- public/privacy.html | 12 ++++---- public/researcher.html | 22 +++++++-------- public/version.json | 2 +- 20 files changed, 153 insertions(+), 147 deletions(-) diff --git a/.claude/session-state.json b/.claude/session-state.json index f68a7d9a..127e8605 100644 --- a/.claude/session-state.json +++ b/.claude/session-state.json @@ -43,8 +43,8 @@ "last_deliberation": null }, "FileEditHook": { - "timestamp": "2025-10-23T20:54:49.723Z", - "file": "/home/theflow/projects/tractatus/src/controllers/submissions.controller.js", + "timestamp": "2025-10-23T21:02:12.794Z", + "file": "/home/theflow/projects/tractatus/public/js/admin/blog-curation-enhanced.js", "result": "passed" }, "FileWriteHook": { @@ -58,25 +58,25 @@ "tokens": 30000 }, "alerts": [], - "last_updated": "2025-10-23T20:54:49.723Z", + "last_updated": "2025-10-23T21:02:12.794Z", "initialized": true, "framework_components": { "CrossReferenceValidator": { "message": 0, "tokens": 0, - "timestamp": "2025-10-23T20:55:48.702Z", - "last_validation": "2025-10-23T20:55:48.702Z", - "validations_performed": 653 + "timestamp": "2025-10-23T21:02:25.161Z", + "last_validation": "2025-10-23T21:02:25.161Z", + "validations_performed": 666 }, "BashCommandValidator": { "message": 0, "tokens": 0, "timestamp": null, - "last_validation": "2025-10-23T20:55:48.703Z", - "validations_performed": 319, + "last_validation": "2025-10-23T21:02:25.162Z", + "validations_performed": 331, "blocks_issued": 37 } }, - "action_count": 319, + "action_count": 331, "auto_compact_events": [] } \ No newline at end of file diff --git a/public/about.html b/public/about.html index 9f468136..fe5a1bea 100644 --- a/public/about.html +++ b/public/about.html @@ -5,9 +5,9 @@ About | Tractatus AI Safety Framework - - - + + +