mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-08 00:10:00 +02:00
Started working on workspaces
This commit is contained in:
parent
c76492571b
commit
c63cfebd4f
6 changed files with 81 additions and 50 deletions
19
docs/workspaces.md
Normal file
19
docs/workspaces.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
# Workspaces Layout
|
||||
|
||||
```
|
||||
{
|
||||
"workspaces": [
|
||||
{
|
||||
"uuid": "uuid1",
|
||||
"name": "workspace1",
|
||||
"icon": "icon1",
|
||||
"default": true
|
||||
},
|
||||
...
|
||||
]
|
||||
}
|
||||
```
|
||||
To save the tabs and identity them, they will contain a `zen-workspace-uuid` attribute with the workspace uuid.
|
||||
|
||||
We will make use of firefox's builtin session restore feature to save the tabs and windows after the user closes the browser.
|
Loading…
Add table
Add a link
Reference in a new issue