feat: permitir excluir transações de extrato (import)

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
2026-05-27 16:37:05 -03:00
co-authored by Claude Sonnet 4.6
parent 2b0aa352d5
commit 0507d7bff3
+1 -1
View File
@@ -171,7 +171,7 @@ function monthLabel(ym: string) {
</td> </td>
<td class="fc-tx-table__actions"> <td class="fc-tx-table__actions">
<button v-if="t.source === 'manual'" class="fc-btn fc-btn--sm fc-btn--ghost" @click="startEdit(t.id)">EDITAR</button> <button v-if="t.source === 'manual'" class="fc-btn fc-btn--sm fc-btn--ghost" @click="startEdit(t.id)">EDITAR</button>
<button v-if="t.source === 'manual'" class="fc-btn fc-btn--sm fc-btn--danger" @click="remove(t.id)"></button> <button class="fc-btn fc-btn--sm fc-btn--danger" @click="remove(t.id)"></button>
</td> </td>
</tr> </tr>
<tr v-if="store.transactions.length === 0"> <tr v-if="store.transactions.length === 0">