sachinraja / trpc-playground

playground for running tRPC queries in the browser
MIT License
281 stars 19 forks source link

Save tabs state on 'beforeunload', store currentTabId in localstorage #20

Closed MatsDK closed 1 year ago

MatsDK commented 1 year ago

fixes #18 Store tabs state correctly by calling setTabs on the beforeunload window event, storing the currentTabId inside localstorage.

sachinraja commented 1 year ago

Thanks, I'll review and merge this within a few days if everything looks good.

MatsDK commented 1 year ago

Any updates on this?