Update progress: Task 4 completed (ECGAnimation component)

This commit is contained in:
2026-02-10 16:10:27 +00:00
parent a07557091a
commit 60b005cf3b
2 changed files with 30 additions and 3 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ src/
Create `components/BootSequence.tsx`. Implement terminal typing animation using Framer Motion or CSS transitions. Display boot lines with correct colors (cyan labels, green values, dim text). Use exact boot text from concept.html: "CLINICAL TERMINAL v3.2.1", "Initialising pharmacist profile...", SYSTEM/USER/ROLE/LOCATION, module loading, [OK] lines, READY. Duration: ~4 seconds. Emit `onComplete` callback when finished. Styling: black background, Fira Code font.
- [ ] **Task 4: Build ECGAnimation component**
- [x] **Task 4: Build ECGAnimation component**
Create `components/ECGAnimation.tsx`. Port the ECG logic from concept.html:
- SVG flatline drawing left-to-right (1000ms)