Use historic BTC rate for expense items; allow BTC as currency #226

Merged
raucao merged 11 commits from feature/currencies into master 2025-02-16 14:50:26 +00:00
2 changed files with 6 additions and 2 deletions
Showing only changes of commit 473522986d - Show all commits
@@ -1,7 +1,7 @@
<li data-reimbursement-id={{@reimbursement.id}}
class="{{item-status @reimbursement}}">
<p class="meta" {{on "click" this.toggleExpenseDetails}}
role="button" style="cursor: pointer;">
<p class="meta cursor-pointer" role="button"
{{on "click" this.toggleExpenseDetails}}>
<span class="recipient">
<UserAvatar @contributor={{@reimbursement.contributor}} />
</span>
+4
View File
@@ -45,6 +45,10 @@ a {
color: $primary-color;
}
.cursor-pointer {
cursor: pointer;
}
section {
h2 {
font-size: 1.5rem;