From 28534e97c040ee5438928683545b0b8ac03a2122 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Sep 2025 00:06:58 +0000 Subject: [PATCH] Fix mobile UI issues in accounts page with responsive layout improvements Co-authored-by: elisiariocouto <818914+elisiariocouto@users.noreply.github.com> --- frontend/src/components/AccountsOverview.tsx | 34 +++++++++++--------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/frontend/src/components/AccountsOverview.tsx b/frontend/src/components/AccountsOverview.tsx index c5db46b..a12c058 100644 --- a/frontend/src/components/AccountsOverview.tsx +++ b/frontend/src/components/AccountsOverview.tsx @@ -201,14 +201,15 @@ export default function AccountsOverview() { return (
+
{account.institution_id} • {account.status}
+
{account.institution_id} • {account.status}
{account.iban && ( -+
IBAN: {account.iban}
)} @@ -276,7 +277,8 @@ export default function AccountsOverview() {{formatCurrency(balance, currency)}
+
Updated{" "} {formatDate(account.last_accessed || account.created)}