feat(#14): Wire manual buy/sell to the mammon acquire/consume endpoints

This commit is contained in:
Sirttas
2026-07-06 22:02:27 +02:00
parent 2a145bbbe7
commit d2a3a22ddf
11 changed files with 442 additions and 54 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ const items = computedAsync(async () => {
<template>
<div class="mt-4">
<AcquisitionsPanel :items="items" :ignoredColums="['date', 'ledger']" />
<AcquisitionsPanel :items="items" :ledgerId="ledgerId" :ignoredColums="['date', 'ledger']" />
</div>
</template>