diff --git a/.gitignore b/.gitignore
index ade48fd..cb6581e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@ build
requirements.md
.vercel
.env*.local
+temp_auto_push.bat
+temp_interactive_push.bat
diff --git a/app/dashboard/transactions/page.tsx b/app/dashboard/transactions/page.tsx
new file mode 100644
index 0000000..cf0ec91
--- /dev/null
+++ b/app/dashboard/transactions/page.tsx
@@ -0,0 +1,19 @@
+import { Suspense } from 'react'
+import { TransactionsPageClient } from '@/components/dashboard/transactions-page-client'
+
+export default function DashboardTransactionsPage() {
+ return (
+ Loading transactions...
- We couldn't find any {category?.name.toLowerCase()} providers matching " - {searchQuery}" in this country. -
- +{tx.biller}
+{tx.accountLabel}
++ {new Date(tx.createdAt).toLocaleDateString('en-US', { + month: 'short', + day: 'numeric', + year: 'numeric', + })} +
+Set up recurring payments to automate your bills and never miss a due date.
-{typeConfig[tx.type].label}
-{tx.counterparty}
-{formatDate(tx.date)}
-- NGN {formatAmount(tx.amount)} -
-Swipe left for actions
-+ All onramp, offramp, and bill payment activity in one place +
++ {description} +
+ ) : null} + {(action || secondaryAction) && ( +