implement ui-registry for dynamic UI handler registration

This commit is contained in:
Nystik
2026-05-19 01:39:29 +02:00
parent 64073968d4
commit 4da91d017b
9 changed files with 54 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
import { showVaultManager } from "../../ui/bootstrap.js";
import { showVaultManager } from "../ui-registry.js";
import { vaultService } from "../../services/vault-service.js";
const listeners = new Map();