WTH why does the back button on the add integrations page take me back to the top

When scrolling through integrations and clicking on one, if I click the back button, it takes me to the top of the list, instead of where I was up to in my scroll.

I’m going to add to this, the back button seems to follow history state instead of the hierarchical navigation structure, this seems to cause problems on Android as well, the back button doesn’t work when I navigate into an integration half the time in the app for example. (Of course when I re-test it today it works fine…)

I imagine whats happening is the history state is nuked when the app is restored after being inactive for a while.

login → a sub page e.g config/devices/{device-id}
back navigates back to login instead of the overall integration. This is confusing.
maybe breadcrumbs would solve this issue.