tui: show more sessions in list and fix sync timing to prevent race conditions

This commit is contained in:
Dax Raad
2025-11-07 16:19:44 -05:00
parent 0a395d8783
commit 1a2b3701f2
3 changed files with 2 additions and 4 deletions
@@ -43,6 +43,7 @@ export function DialogSessionList() {
footer: Locale.time(x.time.updated),
}
})
.slice(0, 150)
})
createEffect(() => {
@@ -57,7 +58,6 @@ export function DialogSessionList() {
<DialogSelect
title="Sessions"
options={options()}
limit={50}
current={currentSessionID()}
onMove={() => {
setToDelete(undefined)