Admin Dashboard enhancements, OAuth session fixes, and tracking script improvements #37

Merged
uz1mani merged 9 commits from staging into main 2026-02-27 12:27:37 +00:00
16 changed files with 523 additions and 1006 deletions
Showing only changes of commit 40fe34014c - Show all commits

View File

@@ -35,7 +35,7 @@ export default function AdminLayout({ children }: { children: React.ReactNode })
}
return (
<div className="container mx-auto px-4 py-8">
<div className="w-full max-w-6xl mx-auto px-4 sm:px-6 py-8">
<div className="mb-8 flex items-center justify-between">
<h1 className="text-2xl font-bold text-neutral-900 dark:text-white">Pulse Admin</h1>
</div>