Disable profile and settings for now

This commit is contained in:
@s.roertgen 2025-04-22 11:54:16 +02:00
parent 65df3838cc
commit 47e70ff660

View file

@ -18,17 +18,18 @@
<img alt="" src={`https://robohash.org/${$user.pubkey}`} /> <img alt="" src={`https://robohash.org/${$user.pubkey}`} />
</div> </div>
</div> </div>
<!-- TODO add profile and settings -->
<ul <ul
tabindex="0" tabindex="0"
class="menu dropdown-content menu-sm z-[1] mt-3 w-52 rounded-box bg-base-100 p-2 shadow" class="menu dropdown-content menu-sm z-[1] mt-3 w-52 rounded-box bg-base-100 p-2 shadow"
> >
<li> <!-- <li> -->
<a class="justify-between"> <!-- <a class="justify-between"> -->
Profile <!-- Profile -->
<span class="badge">New</span> <!-- <span class="badge">New</span> -->
</a> <!-- </a> -->
</li> <!-- </li> -->
<li><a>Settings</a></li> <!-- <li><a>Settings</a></li> -->
<li><a onclick={() => user.set(null)}>Logout</a></li> <li><a onclick={() => user.set(null)}>Logout</a></li>
</ul> </ul>
</div> </div>