v0.1.0-pre.055

This commit is contained in:
2026-07-26 13:58:14 +02:00
parent 068eb9ece5
commit a3ce8d733f
44 changed files with 7507 additions and 8271 deletions

View File

@@ -1,5 +1,5 @@
// file: kb-app-demo-desktop/frontend/ts/frontend_log.ts
// version: 2
// version: 3
//! Frontend logging helpers that preserve explicit tracing targets.
@@ -153,6 +153,7 @@ function upgradeLogOutputs(): void {
clearButton.textContent = "Effacer";
clearButton.addEventListener("click", () => {
textarea.value = "";
textarea.dispatchEvent(new CustomEvent("app-log-clear"));
});
toolbar.append(copyButton, clearButton);
textarea.insertAdjacentElement("beforebegin", toolbar);