Add download and move for DB attachments

This commit is contained in:
Cohee
2024-04-24 02:33:16 +03:00
parent b6b9b542d7
commit 61241df0d4
4 changed files with 85 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
<div class="flex-container justifyCenter alignItemsBaseline">
<span>Move <strong class="moveAttachmentName">{{name}}</strong> to...</span>
<select class="moveAttachmentTarget">
{{#each targets}}
<option value="{{this}}">{{this}}</option>
{{/each}}
</select>
</div>