placeholder for membership
This commit is contained in:
@@ -117,6 +117,18 @@ function SidebarAccountMenu({
|
||||
role="group"
|
||||
aria-label="会员方案"
|
||||
>
|
||||
{/*SHOULD NOT SHOW IN THIS VERSION*/}
|
||||
{/*<span className="grid size-8 shrink-0 place-items-center rounded-[0.85rem] bg-white/25">*/}
|
||||
{/* <Crown size={16} aria-hidden="true" />*/}
|
||||
{/*</span>*/}
|
||||
{/*<span className="min-w-0">*/}
|
||||
{/* <span className="block truncate text-sm font-black">*/}
|
||||
{/* /!*{membershipLabel}*!/*/}
|
||||
{/* </span>*/}
|
||||
{/* <span className="block truncate text-[11px] font-semibold text-white/85">*/}
|
||||
{/* 会员方案*/}
|
||||
{/* </span>*/}
|
||||
{/*</span>*/}
|
||||
<div className="flex items-center justify-between gap-2">
|
||||
<span
|
||||
className="min-w-0 text-[12px] font-bold"
|
||||
@@ -132,6 +144,16 @@ function SidebarAccountMenu({
|
||||
>
|
||||
<Plus size={14} aria-hidden="true" />
|
||||
</button>
|
||||
{/*<button*/}
|
||||
{/* type="button"*/}
|
||||
{/* className="h-8 rounded-full border border-white/85 bg-white/10 px-3 text-[12px] font-black text-white"*/}
|
||||
{/* onClick={() => {*/}
|
||||
{/* closeMenus();*/}
|
||||
{/* // TODO upgrade component and logic is outdated on this branch*/}
|
||||
{/* }}*/}
|
||||
{/*>*/}
|
||||
{/* 升级*/}
|
||||
{/*</button>*/}
|
||||
</div>
|
||||
</div>
|
||||
<button
|
||||
@@ -295,6 +317,7 @@ export function Sidebar({
|
||||
title="帮助"
|
||||
className={sidebarHelpButtonClass}
|
||||
onClick={() => {
|
||||
onNoticeRequest('使用指南');
|
||||
// TODO open the guide
|
||||
// TODO doc is not ready
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user