From fef97da5230acc12a861c4f5f1b89e0ceb6f97f2 Mon Sep 17 00:00:00 2001 From: Alexander Zinn Date: Sun, 7 Dec 2025 11:16:39 -0500 Subject: [PATCH] Enhance InvoicesPage with additional button for client management - Added a secondary button for "Add Client" alongside the "New Invoice" button to improve user functionality and streamline invoice management. --- frontend-web/src/pages/InvoicesPage.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend-web/src/pages/InvoicesPage.tsx b/frontend-web/src/pages/InvoicesPage.tsx index 467f069..30901e1 100644 --- a/frontend-web/src/pages/InvoicesPage.tsx +++ b/frontend-web/src/pages/InvoicesPage.tsx @@ -27,7 +27,10 @@ export default function InvoicesPage() { {/* Header */}

Invoices

- +
+ + +
{/* Summary Cards */}