tui: refactor dialog system to use single active dialog instead of stack

This commit is contained in:
Dax Raad
2025-12-15 19:33:17 -05:00
parent 0dce5173cc
commit 112c58abf5
11 changed files with 78 additions and 104 deletions

View File

@@ -217,7 +217,7 @@ export default function Layout(props: ParentProps) {
])
function connectProvider() {
dialog.replace(() => <DialogSelectProvider />)
dialog.show(() => <DialogSelectProvider />)
}
function navigateToProject(directory: string | undefined) {