Starcounter / DevTools

A browser extension that helps you debug Starcounter apps with ease
3 stars 1 forks source link

Better parent window interaction #97

Closed alshakero closed 5 years ago

alshakero commented 5 years ago
  1. Popup will close itself after 2500ms when parent navigates away. This 2500ms window will allow the parent to reconnect to the popup in case of window reload (not nav away).
  2. Now there is a button to focus on the owner tab.
  3. You can see the parent tab's URL in the popup. It also updates when you navigate.

Fixes: #85

alshakero commented 5 years ago

I'll go ahead and merge this as it is fairly straight forward and I tested it multiple times.