Add archive import export and dedup tools

This commit is contained in:
DonVoo 2026-07-13 02:39:09 +02:00
parent 8d2838aea7
commit d5576ddbde
4 changed files with 528 additions and 36 deletions

View file

@ -607,8 +607,12 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
background: #fafafa;
}
.archive-action {
width: 90px;
width: 246px;
text-align: right;
overflow: visible;
display: flex;
gap: 4px;
justify-content: flex-end;
}
.archive-action form { margin: 0; }
.archive-create-panel {