feat: add Accounts page with QR code display for WhatsApp re-authentication

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-29 11:40:48 +05:30
parent 759b49159e
commit e8aaae4188
4 changed files with 208 additions and 0 deletions
+3
View File
@@ -19,6 +19,9 @@ export default function RootLayout({ children }: { children: React.ReactNode })
<Link href="/groups" className="rounded px-3 py-2 text-sm hover:bg-gray-100">
Groups &amp; Routes
</Link>
<Link href="/accounts" className="rounded px-3 py-2 text-sm hover:bg-gray-100">
Accounts
</Link>
</nav>
<main className="flex-1 overflow-auto p-6">{children}</main>
</body>