Private
Public Access
1
0

Adds ui support for attachments, results not yet connected to daemon

This commit is contained in:
2025-06-12 19:26:49 -07:00
parent 8dbe36fde1
commit f3e59b9951
5 changed files with 282 additions and 8 deletions

View File

@@ -30,5 +30,22 @@
font-size: 1.1rem;
}
.attachment-preview-row {
background-color: alpha(@window_bg_color, 0.3);
border-radius: 8px;
padding: 8px;
}
.attachment-preview {
border-radius: 8px;
overflow: hidden;
border: 1px solid alpha(@borders, 0.5);
}
.attachment-preview.completed {
border-color: @success_color;
}
.attachment-image {
border-radius: 8px;
}