Implement more wizard page, result page still wip

This commit is contained in:
Pax1601
2024-01-17 17:51:27 +01:00
parent 4a5c4ed7d7
commit 1568c65492
27 changed files with 502 additions and 334 deletions

View File

@@ -31,8 +31,8 @@ class ManagerPage {
this.element.classList.remove("hide");
if (previousPage !== undefined)
this.previousPage = previousPage;
this.previousPage = this.manager.activePage;
this.manager.activePage = this;
}
hide() {