feat: add owner badge with edit icon on listing cards for own listings

This commit is contained in:
2026-02-04 15:04:28 +01:00
parent 5895ab7e98
commit 71d59f274c
7 changed files with 60 additions and 2 deletions

View File

@@ -345,6 +345,7 @@ class PageListing extends HTMLElement {
currency="${listing.currency || 'EUR'}"
location="${this.escapeHtml(locationName)}"
image="${imageUrl}"
owner-id="${listing.user_created || ''}"
></listing-card>
`
}