diff --git a/client/App.jsx b/client/App.jsx index 700706e..4ae2b72 100644 --- a/client/App.jsx +++ b/client/App.jsx @@ -4,6 +4,7 @@ import { Routes, Route, Navigate, useLocation } from 'react-router-dom'; import { useAuth } from '@/hooks/useAuth'; import Layout from '@/components/layout/Layout'; import AppNavigation from '@/components/layout/Sidebar'; +import PageTransition from '@/components/PageTransition'; import { ReleaseNotesDialog } from '@/components/ReleaseNotesDialog'; import CommandPalette from '@/components/CommandPalette'; import LoginPage from '@/pages/LoginPage'; @@ -84,11 +85,15 @@ function RequireAuth({ children, role }) { } function AdminShell({ children }) { + const location = useLocation(); + return (
No payments yet
+Use the form below to record the first payment.
- No payments recorded for this month. -
+No payments yet
+Add one below.
+No bills with a balance found
@@ -125,7 +125,7 @@ function EmptyDebts() { function NoSelection() { return ( -
Select a loan or debt to begin
@@ -597,7 +597,7 @@ export default function PayoffPage() { startBalance={activeBalance} /> ) : ( -
{roadmapError}
{devLogError}
No debt bills found
diff --git a/client/pages/SummaryPage.jsx b/client/pages/SummaryPage.jsx index 9c99ede..cc04513 100644 --- a/client/pages/SummaryPage.jsx +++ b/client/pages/SummaryPage.jsx @@ -663,8 +663,9 @@ export default function SummaryPage() {
No bills for this month
+ Add a bill →