Desktop Update

This commit is contained in:
ivan-pelly
2026-03-03 19:35:54 -08:00
parent 9535e61876
commit 6e73012430
17 changed files with 531 additions and 41 deletions
@@ -0,0 +1,9 @@
<div class="card">
<p class="content">{{ event().content }}</p>
<div class="action-icons">
<button class="icon-btn" title="Edit">&#9998;</button>
<button class="icon-btn" title="Delete">&#128465;</button>
</div>
<span class="author">{{ event().createdByName }}</span>
<span class="date">{{ event().createdAt | date:'MMM d, y' }}</span>
</div>