Pulse/frontend-modern/src
rcourtman c98fe537d3 fix: improve alert activation messaging for clarity and friendliness
Replace harsh/technical language with clearer, more positive messaging:

BEFORE → AFTER:
- "No alert violations detected during observation yet" → "All systems healthy — no alerts triggered"
- "Monitoring is live; notifications will start after..." → "Monitoring is active. Review your settings..."
- "24h observation ending" → "24-hour setup period ending soon"
- "Review alerts before activating" → "Ready to activate notifications"
- "breached thresholds" → "triggered"
- "violations" → "alerts"

Key improvements:
- Removed jargon: "observation window", "during observation"
- Removed ominous language: "yet", harsh "violations"
- More conversational: "You'll receive" vs "will dispatch to configured destinations"
- Positive framing: "All systems healthy" vs absence-focused language
- Clearer actions: "turning on alerts" vs "enabling notifications"
- Enthusiastic success messages: "Notifications activated!" with exclamation

Affected components:
- ActivationBanner.tsx: 4 text improvements
- ActivationModal.tsx: 5 text improvements

Impact: Better first-run UX, less intimidating language, clearer call-to-action
2025-10-21 11:09:59 +00:00
..
api docs: add Mermaid diagrams to improve visual documentation 2025-10-21 10:40:33 +00:00
components fix: improve alert activation messaging for clarity and friendliness 2025-10-21 11:09:59 +00:00
hooks feat: add adaptive polling scheduler infrastructure (Phase 2 Tasks 1-3) 2025-10-20 15:13:37 +00:00
pages feat: implement staleness tracker for adaptive polling (Phase 2 Task 4) 2025-10-20 15:13:37 +00:00
stores docs: add Mermaid diagrams to improve visual documentation 2025-10-21 10:40:33 +00:00
styles Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
test feat: enhance alerts system with tests and improved thresholds 2025-10-15 22:25:04 +00:00
types docs: add Mermaid diagrams to improve visual documentation 2025-10-21 10:40:33 +00:00
utils Improve NVMe temperature handling 2025-10-12 16:06:55 +00:00
App.tsx docs: add Mermaid diagrams to improve visual documentation 2025-10-21 10:40:33 +00:00
constants.ts Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
index.css Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
index.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
SimpleApp.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Test.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
vite-env.d.ts Fix settings security tab navigation 2025-10-11 23:29:47 +00:00