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}} <li data-reimbursement-id={{@reimbursement.id}}
class="{{item-status @reimbursement}}" class="{{item-status @reimbursement}}">
role="button" {{on "click" this.toggleExpenseDetails}}> <p class="meta" {{on "click" this.toggleExpenseDetails}} role="button">
<p class="meta">
<span class="recipient"> <span class="recipient">
<UserAvatar @contributor={{@reimbursement.contributor}} /> <UserAvatar @contributor={{@reimbursement.contributor}} />
</span> </span>