refactor(wallet): use unified rainbowkit login

This commit is contained in:
TerryM
2026-06-02 21:25:05 +08:00
parent 243e98b829
commit 803d3d57c1
3 changed files with 219 additions and 256 deletions

View File

@@ -806,7 +806,7 @@ export function PublicLayout() {
</main>
<nav className="fixed inset-x-0 bottom-0 z-40 select-none bg-[#0C0D0F]/95 pb-[max(env(safe-area-inset-bottom),0px)] backdrop-blur md:hidden">
<div className="grid h-[68px] grid-cols-3 gap-3 px-5 py-[10px] text-center text-[11px] leading-[17.6px]">
<div className="grid h-[68px] grid-cols-4 gap-2 px-4 py-[10px] text-center text-[11px] leading-[17.6px]">
<BottomNavIcon
to={homePath}
label={t("home")}
@@ -822,6 +822,12 @@ export function PublicLayout() {
!new URLSearchParams(search).get("sort")
}
/>
<BottomNavIcon
to={lp("/favorites")}
label={t("favorites")}
icon="bookmark"
active={na("favorites")}
/>
<BottomNavIcon
to={popularHref}
label={t("popular")}