simplified message model

This commit is contained in:
jackiettran
2025-11-25 17:22:57 -05:00
parent 2983f67ce8
commit 31d94b1b3f
12 changed files with 74 additions and 473 deletions

View File

@@ -134,13 +134,6 @@
border-radius: 6px;
}
.message-box .subject {
font-size: 16px;
font-weight: 600;
color: #495057;
margin: 0 0 15px 0;
}
.message-box .content-text {
color: #212529;
line-height: 1.6;
@@ -226,7 +219,6 @@
<p>{{senderName}} sent you a message on RentAll.</p>
<div class="message-box">
<div class="subject">Subject: {{subject}}</div>
<div class="content-text">{{messageContent}}</div>
<div class="timestamp">Sent {{timestamp}}</div>
</div>