allow loading more gives & offers & plans when limits are hit on project view

This commit is contained in:
2024-04-26 15:44:09 -06:00
parent fccc4edb63
commit bef56fce10
2 changed files with 166 additions and 83 deletions

View File

@@ -68,11 +68,12 @@
>
{{
showGiveTotals
? "Showing Totals"
? "Totals"
: showGiveConfirmed
? "Showing Confirmed Amounts"
: "Showing Unconfirmed Amounts"
? "Confirmed Amounts"
: "Unconfirmed Amounts"
}}
<fa icon="rotate" class="fa-fw" />
</button>
</div>
</div>