temp linear history mode

This commit is contained in:
space-nuko
2023-06-03 16:14:30 -05:00
parent b3f2f9093f
commit 5a98561fe9
15 changed files with 468 additions and 162 deletions

View File

@@ -16,7 +16,7 @@ export type UIState = {
activeError: PromptID | null
autoPushJourney: boolean
saveHistory: boolean
}
type UIStateOps = {
@@ -38,7 +38,7 @@ const store: Writable<UIState> = writable(
activeError: null,
autoPushJourney: true
saveHistory: true
})
function reconnecting() {