v0.5.3-pre.005-fix010

This commit is contained in:
2026-08-14 14:40:36 +02:00
parent b6583bd9fb
commit 734a27f2ca
59 changed files with 4337 additions and 747 deletions

View File

@@ -1,5 +1,5 @@
<!-- file: kb-app-demo-desktop/frontend/demo_store_diag.html -->
<!-- version: 7 -->
<!-- version: 8 -->
<!DOCTYPE html>
<html lang="fr">
@@ -33,8 +33,8 @@
<div class="d-flex flex-wrap gap-2 justify-content-between align-items-center mb-3">
<h1 class="h3 card-title mb-0">Diagnostic du store</h1>
<div class="d-flex gap-2">
<button id="refreshSqlDiagButton" class="btn btn-primary" type="button">Rafraîchir</button>
<button id="copySqlDiagButton" class="btn btn-outline-secondary" type="button">Copier JSON</button>
<button id="refreshStoreDiagButton" class="btn btn-primary" type="button">Rafraîchir</button>
<button id="copyStoreDiagButton" class="btn btn-outline-secondary" type="button">Copier JSON</button>
</div>
</div>
<dl class="row mb-0">
@@ -107,4 +107,4 @@
<script type="module" src="ts/demo_store_diag.ts" defer></script>
</body>
</html>
</html>