feat: Implement Supabase authentication, account management UI, and entitlement services.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import clsx from "clsx";
|
||||
import { useDashboardStore } from "@/hooks/useDashboardStore";
|
||||
import { useI18n } from "@/hooks/useI18n";
|
||||
@@ -33,6 +34,15 @@ export function HeaderBar() {
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<Link
|
||||
href="/account"
|
||||
className="account-btn"
|
||||
title={t("header.accountAria")}
|
||||
aria-label={t("header.accountAria")}
|
||||
>
|
||||
{t("header.account")}
|
||||
</Link>
|
||||
|
||||
<button
|
||||
type="button"
|
||||
className="info-btn"
|
||||
|
||||
Reference in New Issue
Block a user