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;
|
this.#sessionsLoading = true;
|
||||||
SessionRepo
|
SessionRepo
|
||||||
.getAll()
|
.getAllFromNewest()
|
||||||
.then(s => this.#sessions = s)
|
.then(s => this.#sessions = s)
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
this.#sessionsLoading = false;
|
this.#sessionsLoading = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user