diff --git a/apps/web/app/brand-dashboard/bookings/page.tsx b/apps/web/app/brand-dashboard/bookings/page.tsx index 91118b3..6c0d81a 100644 --- a/apps/web/app/brand-dashboard/bookings/page.tsx +++ b/apps/web/app/brand-dashboard/bookings/page.tsx @@ -149,7 +149,7 @@ function BrandBookingsContent() { }; return ( -
+
{/* Header Area */}
@@ -188,10 +188,10 @@ function BrandBookingsContent() {
-
+
{/* Left Column: Table */} -
-
+
+
@@ -260,8 +260,8 @@ function BrandBookingsContent() { {/* Right Column: Detail View */} -
-
+
+
{!selectedBooking ? (
diff --git a/apps/web/app/brand-dashboard/calendar/page.tsx b/apps/web/app/brand-dashboard/calendar/page.tsx index ea49c44..61288e8 100644 --- a/apps/web/app/brand-dashboard/calendar/page.tsx +++ b/apps/web/app/brand-dashboard/calendar/page.tsx @@ -114,10 +114,10 @@ export default function BrandCalendarPage() { } return ( -
-
+
+
{/* Left Column: Calendar Grid */} -
+

Select Date

diff --git a/apps/web/app/brand-dashboard/layout.tsx b/apps/web/app/brand-dashboard/layout.tsx index f48567b..80a11c8 100644 --- a/apps/web/app/brand-dashboard/layout.tsx +++ b/apps/web/app/brand-dashboard/layout.tsx @@ -122,11 +122,12 @@ export default function BrandDashboardLayout({
-
-
-
- {children} -
+
+
+ {children}
diff --git a/apps/web/app/brand-dashboard/messages/page.tsx b/apps/web/app/brand-dashboard/messages/page.tsx index 01bd595..3fa82a2 100644 --- a/apps/web/app/brand-dashboard/messages/page.tsx +++ b/apps/web/app/brand-dashboard/messages/page.tsx @@ -107,7 +107,7 @@ function MessagesContent() { }; return ( -
+
{/* Sidebar */} @@ -133,7 +133,7 @@ function MessagesContent() {
-
+
{loadingConvs ? (
diff --git a/apps/web/app/brand-dashboard/requests/page.tsx b/apps/web/app/brand-dashboard/requests/page.tsx index fab7e69..c4c4247 100644 --- a/apps/web/app/brand-dashboard/requests/page.tsx +++ b/apps/web/app/brand-dashboard/requests/page.tsx @@ -45,7 +45,7 @@ export default function BrandRequestsPage() { const selectedRequest = connections.find(r => r._id === selectedId) || filteredRequests[0]; return ( -
+
{/* Header Area */}
@@ -84,10 +84,10 @@ export default function BrandRequestsPage() {
-
+
{/* Left Column: Table */}
-
+
@@ -152,7 +152,7 @@ export default function BrandRequestsPage() { {/* Right Column: Detail View */}
-
+
{selectedRequest ? ( <>
diff --git a/apps/web/app/brand-dashboard/transactions/page.tsx b/apps/web/app/brand-dashboard/transactions/page.tsx index ce21ca7..c8b49e8 100644 --- a/apps/web/app/brand-dashboard/transactions/page.tsx +++ b/apps/web/app/brand-dashboard/transactions/page.tsx @@ -61,7 +61,7 @@ export default function BrandTransactionsPage() { } return ( -
+

Transactions

Manage your platform credits and transaction history.

@@ -128,9 +128,9 @@ export default function BrandTransactionsPage() {
-
+
{/* Left Column: Recent Transactions List */} -
+

Recent Transactions

@@ -199,9 +199,9 @@ export default function BrandTransactionsPage() {
{/* Right Column: Transaction Details */} -
+
{selectedTransaction ? ( -
+