fix: strict calendar time-lock validation, LaTeX syntax repair, and repository sync

This commit is contained in:
Antigravity Agent
2026-06-17 18:55:57 +02:00
parent 71b7683370
commit 633b1db50f
4 changed files with 97 additions and 45 deletions

View File

@@ -44,6 +44,9 @@ This document serves as the permanent, centralized system architecture design an
* **Phase 9.0: Radical UI Re-Layout & Accuracy Overhaul**
* *Features*: Destructured the dual-column layout inside `CryptoDemo.tsx` into centered full-width panels. Added human-readable time conversion for pending countdowns, interactive calibration details toggle, individual horizon accuracy tracking, and an accordion detail toggle showing correctness checkmarks for all 5 models.
* *Status*: **Fully Operational (Production Lock)**.
* **Phase 9.5: Quantitative Hotfix: strict calendar time-locks, local row hiding, Hit Ratio Counter correction, and LaTeX repairs**
* *Features*: Integrated strict system date time-locks to prevent look-ahead resolution. Implemented non-destructive row hiding (`isHidden`) preserving local storage data. Corrected hit ratio formatting and LaTeX formatting.
* *Status*: **Fully Operational (Production Lock)**.
---