//! Phase 8 packet 2: the App-facing "new activity" view counter.
//!
//! The count itself lives on `Transcript` beside `scroll_up` (the append hook
//! that raises it is there); this module is the app's seam onto it — an
//! accessor for the chrome and the explicit return to the live edge. No part
//! of it is persisted, replayed, or read by the model's context.
use App;