You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui): close drilldown stack before following FK links
navigateToLink was switching the top-level tab without closing the
detail stack, so the user stayed trapped in the detail view with only
a status message. Now it calls closeAllDetails() first so the link
actually lands on the target tab. Also dropped the noisy "Followed
link to ID N" status message -- cursor placement is sufficient feedback.
0 commit comments