fix: demand Anfragen page shows own sent inquiries (demand perspective)

Replace supply-side mock data with demand-side conversations where the
logged-in user is the sender (right/dark) and verwalter replies are left.
List shows property name instead of tenant name.
New domain fields: propertyManagerName, propertyManagerCompany, propertyAddress.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Sutter
2026-05-24 18:07:59 +02:00
parent 128d28af8d
commit 3ab6eeccf2
5 changed files with 288 additions and 13 deletions
+3
View File
@@ -28,6 +28,9 @@ export interface Inquiry {
tenantName: string
tenantCompany?: string
tenantEmail?: string
propertyManagerName?: string
propertyManagerCompany?: string
propertyAddress?: string
subject: string
message: string
status?: InquiryStatus