feature/loading #21

Merged
ilia merged 12 commits from feature/loading into main 2026-02-06 09:20:09 +00:00
Showing only changes of commit 4b440496ba - Show all commits

View File

@@ -136,6 +136,10 @@ class ComparisonStore {
return !!this.#fontA && !!this.#fontB; return !!this.#fontA && !!this.#fontB;
} }
get isLoading() {
return this.#isRestoring;
}
/** /**
* Public initializer (optional, as constructor starts it) * Public initializer (optional, as constructor starts it)
* Kept for compatibility if manual re-init is needed * Kept for compatibility if manual re-init is needed