feat: implement draft versioning and UI controls for snippet management

This commit is contained in:
2025-01-19 02:16:31 +02:00
parent ad1d5865ab
commit adb575ea00
3 changed files with 129 additions and 13 deletions

View File

@@ -63,6 +63,14 @@
cursor: not-allowed;
}
.button.secondary {
background: #607D8B;
}
.button.secondary:hover {
background: #546E7A;
}
.snippet-list {
padding: 1rem;
flex-grow: 1;
@@ -93,4 +101,10 @@
.preview-panel>*:not(.panel-header) {
padding: 1rem;
}
.editor-controls {
display: flex;
gap: 0.5rem;
align-items: center;
}