feat(dashboard): export current view

This commit is contained in:
2026-05-31 16:27:52 +02:00
parent 788ee1539d
commit 432d758b90
2 changed files with 90 additions and 8 deletions

View File

@@ -216,6 +216,28 @@ body {
outline: none;
}
#exportFormat {
background: #1e1e28;
border: 1px solid #2a2a3a;
border-radius: 10px;
padding: 10px;
color: #e8e8ee;
font-size: 0.85rem;
outline: none;
}
.btn-export {
background: #1e1e28;
border: 1px solid #2a2a3a;
border-radius: 10px;
padding: 10px 12px;
color: #cfd3ff;
font-weight: 700;
font-size: 0.85rem;
cursor: pointer;
}
.btn-export:active { transform: scale(0.98); }
/* ─── New Engram ──────────────────────────────────────────────────────────── */
.new-engram {
padding: 0 12px 8px;