1
0

switch UI to time ordered session list

This commit is contained in:
Adrian Wannenmacher 2026-02-27 23:06:55 +01:00
parent 3695902041
commit 53e3b2539a
Signed by: tfld
GPG Key ID: 19D986ECB1E492D5

View File

@ -119,7 +119,7 @@ class BaseViewModel {
this.#sessionsLoading = true;
SessionRepo
.getAll()
.getAllFromNewest()
.then(s => this.#sessions = s)
.finally(() => {
this.#sessionsLoading = false;