-
{user?.name}
-
+
+
+
+
{user?.name}
+
{user?.handle}
+
-
+
{
+ window.open(`${WEB_URL}/profile/${user?.handle}`, "_blank")
+ }}
+ >
+
+ Profile
+
+
{
// Here we need to delay one frame, so it's two raf,
@@ -97,14 +109,15 @@ export const ProfileButton: FC = memo((props) => {
nextFrame(() => settingModalPresent("wallet"))
}}
>
+
Power
-
{
nextFrame(settingModalPresent)
}}
>
+
Preferences
@@ -112,15 +125,19 @@ export const ProfileButton: FC
= memo((props) => {
<>
{
- // TODO
+ // TODO
}}
>
+
Download Desktop app
>
)}
- Log out
+
+
+ Log out
+
)