feat: add export and import functionality for snippets with UI controls

This commit is contained in:
2025-01-19 15:12:05 +02:00
parent f14f76e2f0
commit a8b2fa4be8
4 changed files with 72 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
display: flex;
align-items: center;
gap: 0.75rem;
justify-content: space-between;
}
.app-header a {
@@ -37,6 +38,21 @@
margin: 0;
}
.header-controls {
display: flex;
gap: 0.5rem;
}
.button.mini {
padding: 0.25rem 0.75rem;
font-size: 0.875rem;
background: #607D8B;
}
.button.mini:hover {
background: #546E7A;
}
#vis {
width: 100%;
height: 100%;