fix(autofix): close drawer when navigating outside of current issue#113814
fix(autofix): close drawer when navigating outside of current issue#113814natemoo-re merged 3 commits intomasterfrom
Conversation
|
What you’re fixing is working. I can confirm that. But shouldn’t the drawer close when you click outside of it? It feels a bit odd that I can interact with other parts of the page while it stays open. It even updates when I click something else that's supposed to open a drawer, and then the UI ends up with that grayish transparent background. Screen.Recording.2026-04-24.at.09.04.15.mov |
|
Also noticed that the Seer drawer opens below the top header, while another drawer opens on top of it. |
|
@priscilawebdev I don't disagree but I'm going to merge past and we can keep discussing! This behavior is our current convention for Seer, which is being actively iterated on. Now that we've adopted the drawer into the system, we have two "modes", |
In this PR, we add a
shouldCloseOnLocationChangecheck—now the drawer remains open when navigating between events/tabs that belong to the current issue, but closes when navigating to a different part of the app.Previously, the autofix drawer remains open even when navigating to other pages, making the setup process quite frustrating as seen below
CleanShot.2026-04-23.at.16.10.38.mp4