AgregoreWeb / agregore-browser

A minimal browser for the distributed web (Desktop version)
https://www.youtube.com/watch?v=TnYKvOQB0ts&list=PL7sG5SCUNyeYx8wnfMOUpsh7rM_g0w_cu&index=14
GNU Affero General Public License v3.0
715 stars 66 forks source link

Browser Tabs #243

Open canadaduane opened 11 months ago

canadaduane commented 11 months ago

Would it be possible/desirable to implement browser tabs?

e.g. ctrl+click a link to open the link target in a new tab

RangerMauve commented 10 months ago

I'm personally in favor of not having tabs since it keeps each window more minimal and encourages spatially arranging several windows and closing things when it gets too cluttered.

Outside of that it's actually pretty tricky to get tabs to work in electron and would require tracking lots of state.

I was also hoping that folks could rely more on their operating system for stuff like macos tabs instead of having it done at the electron level.

What's the main advantage of having tabs for you? I understand that that's the default in all other browsers, but it'd be nice to have other reasons than it being standard.