feat: payment status badge in listing-card, webhook debug info, UX fixes

This commit is contained in:
2026-02-06 15:22:48 +01:00
parent d9202f9ca2
commit a532fa120f
6 changed files with 114 additions and 8 deletions

View File

@@ -164,7 +164,7 @@ class PageListing extends HTMLElement {
? new Date(this.listing.date_created).toLocaleDateString()
: ''
this.innerHTML = /* html */`
this.innerHTML = /* html */`
<article class="listing-detail">
<!-- Two Column Layout -->
<div class="listing-layout">
@@ -1000,7 +1000,7 @@ style.textContent = /* css */`
text-align: center;
}
/* Payment Processing Badge */
/* Payment Processing Badge (sidebar) */
page-listing .payment-processing-card {
background: var(--color-bg-secondary);
border: 1px solid var(--color-warning, #e6a700);