Bug
The notification bell icon changes position in the page header depending on which view is active (Kanban board vs. Orchestrator/worker terminal). The element order in the header's right-side action group is not consistent across views.
Expected behavior
The notification bell should occupy the same position in the header regardless of which view (Kanban or Orchestrator/worker) is active.
Actual behavior
Kanban view — bell is the leftmost item in the action group:
🔔 bell → + New task → Orchestrator
Orchestrator / worker view (terminal tab) — bell is the rightmost item:
+ New task → Kanban → 🔔 bell
Repro
- Open a project in the desktop app.
- Note the bell position in the Kanban board view.
- Switch to the Orchestrator (worker terminal) tab.
- Observe the bell has jumped to the opposite end of the action group.
Screenshots
Kanban view — bell leftmost:

Orchestrator view — bell rightmost:

Environment
- Component: Desktop (frontend/Electron + React)
- Likely cause: the header action group is rendered per-view with a different element order, rather than a shared layout that keeps the bell in a fixed slot.
Bug
The notification bell icon changes position in the page header depending on which view is active (Kanban board vs. Orchestrator/worker terminal). The element order in the header's right-side action group is not consistent across views.
Expected behavior
The notification bell should occupy the same position in the header regardless of which view (Kanban or Orchestrator/worker) is active.
Actual behavior
Kanban view — bell is the leftmost item in the action group:
Orchestrator / worker view (terminal tab) — bell is the rightmost item:
Repro
Screenshots
Kanban view — bell leftmost:
Orchestrator view — bell rightmost:
Environment