Add more robust modals controller

This commit is contained in:
Paul Frazee
2022-09-02 11:51:46 -05:00
parent 61b5a0cbe9
commit 2ed9ea85c6
8 changed files with 173 additions and 23 deletions
+2
View File
@@ -5,6 +5,8 @@ import * as libapi from './lib/api'
import * as storage from './lib/storage'
// import * as auth from './auth' TODO
import {ShellModel} from './models/shell'
const ROOT_STATE_STORAGE_KEY = 'root'
export async function setupState() {