switch UI to time ordered session list
This commit is contained in:
parent
3695902041
commit
53e3b2539a
@ -119,7 +119,7 @@ class BaseViewModel {
|
||||
|
||||
this.#sessionsLoading = true;
|
||||
SessionRepo
|
||||
.getAll()
|
||||
.getAllFromNewest()
|
||||
.then(s => this.#sessions = s)
|
||||
.finally(() => {
|
||||
this.#sessionsLoading = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user