feat: archive entry type from review, prune stale trades on sync, manual delete

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-08 12:39:27 +08:00
parent e68e29629e
commit 46963a4498
7 changed files with 260 additions and 19 deletions
+12
View File
@@ -4063,6 +4063,18 @@ body.hub-page-ai #page-ai {
.archive-trades-table td.neg {
color: #ef4444;
}
.archive-del-btn {
padding: 3px 8px;
font-size: 0.72rem;
border-radius: 6px;
border: 1px solid rgba(239, 68, 68, 0.35);
background: rgba(239, 68, 68, 0.08);
color: #f87171;
cursor: pointer;
}
.archive-del-btn:hover {
background: rgba(239, 68, 68, 0.16);
}
.archive-tag-select,
.archive-note-input {
width: 100%;