feat(tui): add composer tabs

This commit is contained in:
Dax Raad 2026-06-29 14:20:18 -04:00
commit fa73546a86
4 changed files with 586 additions and 0 deletions

View file

@ -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() {