Problem
The "Only visible to..." whisper banner and the search action header are inlined in PureReportActionItem, causing their hooks and computations to run for every action cell — even when not needed.
Proposed fix
Extract WhisperBanner and SearchActionHeader as self-gating components that only mount (and subscribe) when isWhisper === true or isOnSearch === true respectively.
Draft PR: #89169
Issue Owner
Current Issue Owner: @hungvu193
Problem
The "Only visible to..." whisper banner and the search action header are inlined in
PureReportActionItem, causing their hooks and computations to run for every action cell — even when not needed.Proposed fix
Extract
WhisperBannerandSearchActionHeaderas self-gating components that only mount (and subscribe) whenisWhisper === trueorisOnSearch === truerespectively.Draft PR: #89169
Issue Owner
Current Issue Owner: @hungvu193