fix: show vertical tab notification dots when inbox is hidden#11611
fix: show vertical tab notification dots when inbox is hidden#11611oz-for-oss[bot] wants to merge 2 commits into
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev> Co-Authored-By: Zach Lloyd <zachlloyd@users.noreply.github.com>
|
@oz-agent i think there is a second issue here, which is that the "summary" view of a tab doesn't render the notification dot. please fix that |
|
I'm working on changes requested in this PR (responding to a PR conversation comment). You can view the conversation on Warp. I pushed changes to this PR based on the comment. Next steps:
Powered by Oz |
Render unread notification activity in summary-mode vertical tab rows by carrying the unread flag in summary data. Co-Authored-By: Zach Lloyd <zachlloyd@users.noreply.github.com> Co-Authored-By: Oz <oz-agent@warp.dev>
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
| }); | ||
| } | ||
|
|
||
| let notifications_placed = placed.contains(&&HeaderToolbarItemKind::NotificationsMailbox); |
There was a problem hiding this comment.
This deletion seems incorrect? Think this should still be propagating the setting flag
There was a problem hiding this comment.
Overview
This PR keeps agent notification records available for vertical-tab unread indicators even when the in-app notification UI is hidden, stops toolbar customization from mutating the notification visibility setting, and adds unit coverage for unread tracking while notifications are disabled.
Concerns
None.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
Closes #11497
Summary
show_agent_notificationswhen the Notifications mailbox button is removed.https://www.loom.com/share/c29bc7267e1b468d849feff52dfc3aea
Validation
cargo fmtcargo test -p warp ai::agent_management::agent_management_model::tests --libcargo clippy -p warp --lib --tests -- -D warnings