Only expand item details on header click

It's annoying not being able to copy details otherwise
This commit is contained in:
2025-01-20 16:05:04 -05:00
parent f02e5572ba
commit 731e01f2c5
@@ -1,7 +1,6 @@
<li data-reimbursement-id={{@reimbursement.id}}
class="{{item-status @reimbursement}}"
role="button" {{on "click" this.toggleExpenseDetails}}>
<p class="meta">
class="{{item-status @reimbursement}}">
<p class="meta" {{on "click" this.toggleExpenseDetails}} role="button">
<span class="recipient">
<UserAvatar @contributor={{@reimbursement.contributor}} />
</span>