Update the frontend logic to display credit card expenses based on a combination of the 'login' and 'nome' columns, instead of 'cartao_id', for associating expenses with cards and users.
Refactors TransactionForm.tsx into smaller, reusable components and a custom hook to improve code organization and maintainability.