Closes #016 - Deploy Native KaTeX Rig & Dual-Handbook System

This commit is contained in:
Antigravity Agent
2026-06-13 15:16:57 +02:00
parent 59e0a04bfa
commit 94ccf63a38
26 changed files with 1074 additions and 137 deletions

View File

@@ -157,3 +157,28 @@ This document tracks all modifications, npm packages, active compilation states,
### Active Bugs / Compile Status
* **Active Bugs**: None.
* **Type Checker Status**: Verified clean compilation (`npx tsc --noEmit` returns exit code 0).
---
## [2026-06-13] - Launch Native KaTeX Rig & Comprehensive Dual-Handbook Architecture (#ISSUE-016)
### Added
* **8 new Operational Blueprint Modals**: Authored and mounted operational guide modals explaining user interface interactions, mock data updates, and loop logics for:
* `CryptoBlueprintModal.tsx` (Crypto Bayes expected values e.g. "62/14" and "E: 85.5%")
* `ScannerBlueprintModal.tsx` (Anomalies Scanner search masks)
* `SandboxBlueprintModal.tsx` (Portfolio Sandbox transaction ledger)
* `WhaleBlueprintModal.tsx` (Whale Satellites 13F lag warnings)
* `InsiderBlueprintModal.tsx` (Insider Activity Form 4 codes)
* `MacroBlueprintModal.tsx` (Macro FRED indicators and credit metrics)
* `EconometricsBlueprintModal.tsx` (Event studies estimation parameters)
* `TechBlueprintModal.tsx` (Tech CapEx monitor Sloan quality filters)
### Modified
* **8 Dashboard UI Modules Refactored**: Upgraded `CryptoDemo.tsx`, `ScannerDemo.tsx`, `SandboxDemo.tsx`, `WhaleScreener.tsx`, `InsiderDemo.tsx`, `MacroIndicatorsDemo.tsx`, `EventsDemo.tsx`, and `AiSpecialSilo.tsx` to feature the new side-by-side header buttons `📖 Quantitative Handbook` and `⚙️ Operational Blueprint`.
* **Native KaTeX Migration**: Migrated all math modals to wrap formulas strictly in native `<InlineMath>` and `<BlockMath>` component calls from `react-katex` with clean, single-escaped backslashes, eliminating parsing corruption.
* **Tailwind Typo Purge**: Cleaned up and deleted all occurrences of the non-existent `bg-slate-955` color class, replacing it with the correct `bg-slate-950` or `bg-slate-900` glassmorphic tokens.
* **`QUANT_ROADMAP.md`**: Updated the Milestones log to document Phase 5.0.
### Active Bugs / Compile Status
* **Active Bugs**: None.
* **Type Checker Status**: Verified 100% clean compilation (`npx tsc --noEmit` returns exit code 0).