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:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user