cxw42 / TabFern

Google Chrome extension for saving and restoring sets of tabs, and for switching between windows and tabs from a vertical, grouped list.
https://cxw42.github.io/TabFern/
Other
169 stars 27 forks source link

After closing and opening the TF list window issue #308

Closed zlinux closed 1 year ago

zlinux commented 1 year ago

Hello and Merry Christmas,

After closing and then opening TF list window,

The windows with any changes either by adding or removing tabs or changes in the URL of a tab that happened after closing the TF list window become Unsaved.

Thank you ...

zlinux commented 1 year ago

I mean the currently open windows that gets any changes after closing the TF list window, become as Unsaved windows. They lost association with the Saved windows.

For example, if I have an open and saved window "Example1" with 2 tabs "foo" and "bar".

After I close the TF list window, and then add a third tab "jar" to it.

And then open the TF list window by clicking on the extension icon, the "foo", "bar" and "jar" tabs become under an Unsaved window. And the previously saved window that doesn't have "jar" stays in the saved list.

So after opening the TF list window by clicking on the icon, the list shows:

[-] Unsaved ---- foo ---- bar ---- jar [-] Example1 ---- foo ---- bar

Sorry for the too long explanation. Just wanted to make sure to make it clear.

Best Regards

cxw42 commented 1 year ago

Thanks for using TF and for the detailed report! Yes, that is the current behaviour of TF. The TF window is what watches for changes to the tabs, so if the TF window is closed, TF can't keep track of those changes.

This is a duplicate of #247, so I am going to close this issue. Feel free to watch #247 for any updates!