Skip to content

Bug: Notification bell icon position inconsistent between Kanban and Orchestrator (worker) views #3437

Description

@i-trytoohard

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

  1. Open a project in the desktop app.
  2. Note the bell position in the Kanban board view.
  3. Switch to the Orchestrator (worker terminal) tab.
  4. Observe the bell has jumped to the opposite end of the action group.

Screenshots

Kanban view — bell leftmost:

Kanban view

Orchestrator view — bell rightmost:

Orchestrator view

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.

Metadata

Metadata

Labels

bugSomething isn't workingcomp/desktopElectron main process and React renderer.needs-triageNew item has not been fully classified.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions