From 26c235e29616448490a47a8d2f8d2dc3349f2c23 Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 13 Nov 2025 22:58:16 +0100 Subject: [PATCH] Added old html renderings to recover some stuff from --- relicts/AllControlsRudimentary.html | 3846 +++++++++++++++++++++++++ relicts/ControlFooter.html | 201 ++ relicts/DebugControlContent.html | 4092 +++++++++++++++++++++++++++ relicts/StatusPsychadelic.html | 2316 +++++++++++++++ 4 files changed, 10455 insertions(+) create mode 100755 relicts/AllControlsRudimentary.html create mode 100755 relicts/ControlFooter.html create mode 100755 relicts/DebugControlContent.html create mode 100755 relicts/StatusPsychadelic.html diff --git a/relicts/AllControlsRudimentary.html b/relicts/AllControlsRudimentary.html new file mode 100755 index 00000000..9ae613f9 --- /dev/null +++ b/relicts/AllControlsRudimentary.html @@ -0,0 +1,3846 @@ + + + + + + Development Guardrails + + + + + + +
+ + + + \ No newline at end of file diff --git a/relicts/ControlFooter.html b/relicts/ControlFooter.html new file mode 100755 index 00000000..e515f684 --- /dev/null +++ b/relicts/ControlFooter.html @@ -0,0 +1,201 @@ + + + + + + Test Control Footer Feature + + + + +
+

Control Footer Feature Test

+ +
+ ✨ New Feature: Control Footers +

All controls now have configurable footers with a default Markitect copyright notice!

+ +
    +
  • Default Footer: "© Markitect [VERSION]" when no custom footer is provided
  • +
  • Custom Footer: Controls can override with custom text
  • +
  • Styling: Consistent small grey footer with border at bottom of controls
  • +
  • Auto-styling: Footer automatically styled when control expands
  • +
+
+ +

Expected Footer Examples

+ +
+ Default Footer (Status Control, Debug Control, Contents Control):
+ © Markitect 2024.11.11 + +

+ Custom Footer (Edit Control):
+ Document management • [current time] +
+ +
+ Testing Instructions: +
    +
  1. Open any control (Contents, Status, Debug, Edit)
  2. +
  3. Look at the bottom of the expanded control
  4. +
  5. Verify footer appears with appropriate text
  6. +
  7. Check that footer has light grey background and border
  8. +
  9. Edit Control should show custom footer with timestamp
  10. +
  11. Other controls should show "© Markitect [version]"
  12. +
+
+ +

Footer Styling

+ +

The footer should have the following characteristics:

+ + +

Version Detection

+ +

The footer tries to get the version from:

+
    +
  1. window.markitectVersion (if set)
  2. +
  3. Fallback to 2024.11.11
  4. +
+ +
+ Implementation Details: +
    +
  • Base Class: Added footer functionality to both Control classes
  • +
  • Template Update: Added footer div to control HTML template
  • +
  • Auto-styling: styleFooter() called automatically on expand
  • +
  • Configuration: config.footer property controls footer text
  • +
+
+ +

This document provides test content to verify that all control footers are working correctly with both default and custom footer text.

+
+ + + + \ No newline at end of file diff --git a/relicts/DebugControlContent.html b/relicts/DebugControlContent.html new file mode 100755 index 00000000..8aef0ca6 --- /dev/null +++ b/relicts/DebugControlContent.html @@ -0,0 +1,4092 @@ + + + + + + Test Document + + + + + + + +
+ + + + \ No newline at end of file diff --git a/relicts/StatusPsychadelic.html b/relicts/StatusPsychadelic.html new file mode 100755 index 00000000..4a4f6e36 --- /dev/null +++ b/relicts/StatusPsychadelic.html @@ -0,0 +1,2316 @@ + + + + + + Changelog + + + + + + + +
+ + + + \ No newline at end of file