diff --git a/artifacts/tx-os/src/pages/executive-meetings.tsx b/artifacts/tx-os/src/pages/executive-meetings.tsx index da92aff4..b49f2e00 100644 --- a/artifacts/tx-os/src/pages/executive-meetings.tsx +++ b/artifacts/tx-os/src/pages/executive-meetings.tsx @@ -1016,6 +1016,43 @@ function ExecutiveMeetingsPageInner() { )} + {/* #602: floating amber quick-note pill — the only entry point to + the quick-note panel while the page header is hidden in + fullscreen. Same gating + handler as the header button at + ~L1067 so the two behave identically; positioned inboard of + the exit pill (end-14 sits to the left of end-3 in LTR and to + the right in RTL). Hidden when the panel is already open or + while the bulk-actions toolbar is competing for attention. */} + {isFullscreen && + section === "schedule" && + !bulkToolbarActive && + !quickNoteOpen && ( + + )}