export hpgl load from folder

This commit is contained in:
Lukas Cremer
2026-02-05 22:50:36 +01:00
parent 82e5ef4b73
commit 235365063f
6 changed files with 174 additions and 29 deletions

View File

@@ -155,6 +155,23 @@ body {
background: var(--accent-hover);
}
.btn-export-hpgl {
width: 100%;
margin-top: 0.5rem;
padding: 0.5rem 0.75rem;
font-size: 0.875rem;
background: var(--surface);
border: 1px solid var(--border);
border-radius: 6px;
color: var(--text);
cursor: pointer;
}
.btn-export-hpgl:hover:not(:disabled) {
background: var(--border);
border-color: var(--accent);
}
.status {
display: flex;
gap: 1rem;