hugolabe / Wike

Wikipedia Reader for the GNOME Desktop
https://hugolabe.github.io/Wike/
GNU General Public License v3.0
231 stars 32 forks source link

Restore tabs #100

Closed vanillajonathan closed 8 months ago

vanillajonathan commented 1 year ago

It would be convenient if Wike would restore the tabs so it is easy to get back to the articles you had open after you restart the computer.

hugolabe commented 1 year ago

This could give performance issues if many tabs are opened at the same time. I will do some tests when I have time.

vanillajonathan commented 1 year ago

I can have hundreds of tabs open in Firefox and Chrome without much of performance issues. The tabs could use lazy loading and only load the active one, then load the other tabs when switched to.

hugolabe commented 1 year ago

Yes, but the architecture of those programs is much more sophisticated. Will have to do some testing.