feat(postcard): split create into sent/received, add pending status and mark-sent flow
This commit is contained in:
@@ -156,6 +156,7 @@ code { background: var(--bg); padding: .15rem .4rem; border-radius: 4px; font-si
|
||||
/* Badge */
|
||||
.badge { display: inline-block; padding: .1rem .4rem; border-radius: 999px; font-size: .65rem; font-weight: 600; color: #fff; background: var(--text-muted); white-space: nowrap; line-height: 1.4; align-self: center; }
|
||||
.badge-sent { background: var(--sent); }
|
||||
.badge-pending { background: var(--primary); }
|
||||
.badge-delivered { background: var(--delivered); }
|
||||
.badge-received { background: var(--received); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user