feat(tui): add composer tabs
This commit is contained in:
parent
935ac2db91
commit
fa73546a86
4 changed files with 586 additions and 0 deletions
|
|
@ -626,6 +626,10 @@ export const { use: useData, provider: DataProvider } = createSimpleContext({
|
|||
}),
|
||||
)
|
||||
},
|
||||
async remove(id: string) {
|
||||
await sdk.client.v2.shell.remove({ id }, { throwOnError: true })
|
||||
setStore("shell", id, undefined!)
|
||||
},
|
||||
},
|
||||
location: {
|
||||
default() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue