LiveGTech / gShell

Interactive graphical desktop environment for LiveG OS.
https://liveg.tech/os
Other
15 stars 3 forks source link

Add tabbed windows (such as for Sphere) #19

Closed James-Livesey closed 1 year ago

James-Livesey commented 1 year ago

This PR adds the ability to add multiple tabs to windows. Its primary use case is to allow users to open multiple webpages as tabs in Sphere, but the functionality also works for other purposes, too, through an API that we will make available to apps so that they can choose to show a tabbed interface and open up tabs in their window themselves.

We will also allow windows to contain multiple tabs from different apps, so that apps in similar categories (such as, for example, email and calendar apps) can be contained in the same window.

James-Livesey commented 1 year ago

This is what the feature looks like:

image

Pretty much ready for use in its current form! Only things missing are the ability to open tabs for any app by right-clicking the window's title bar, and also mobile support. These will be implemented soon, likely on the main branch.