From 455717ac67972ce68034a0f9cf69494e94f0550d Mon Sep 17 00:00:00 2001 From: Ronni Baslund Date: Sun, 24 May 2026 17:00:40 +0200 Subject: [PATCH] refactor(operator): remove fake on-call pill from topbar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "on-call · Mikkel" pill named a person who doesn't exist and a paging system we haven't built. The IncidentModal still says "will notify on-call" but nothing actually does, and no schema for rotations / pages exists in platform-api. Showing this in the chrome was claiming an operational fact that isn't true. Drop the prop, span, and CSS from OpTopbar. The right cluster becomes just [bell] [profile]. Mock audit + incident-timeline fixtures still carry historical "on-call paged" entries — those are records of past events in the mock, not live state, so they stay. Paging gets a real indicator when the incident backend lands (tracked as "Real on-call indicator" in NEXT-STEPS.md). --- apps/operator/components/OpTopbar.vue | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/apps/operator/components/OpTopbar.vue b/apps/operator/components/OpTopbar.vue index a626997..125e0af 100644 --- a/apps/operator/components/OpTopbar.vue +++ b/apps/operator/components/OpTopbar.vue @@ -1,6 +1,4 @@