feat: melhora a UX de lançamentos e ações rápidas

This commit is contained in:
Felipe Coutinho
2026-03-15 23:23:26 +00:00
parent 2712d4919a
commit df3d0134be
17 changed files with 137 additions and 72 deletions

View File

@@ -172,7 +172,11 @@ export function TransactionsPage({
throw new Error(result.error);
}
toast.success(result.message);
toast.success(
nextValue
? `"${item.name}" marcado como pago`
: `"${item.name}" desmarcado`,
);
} catch (error) {
const message =
error instanceof Error