feat: add desktop build using wails

This commit is contained in:
2024-11-16 02:34:07 +07:00
parent f2c0ab0945
commit a07c72974f
69 changed files with 1603 additions and 137 deletions
@@ -38,9 +38,9 @@ const UserMenuButton = () => {
<Avatar circular size="$3">
<Avatar.Fallback bg="$blue4" />
</Avatar>
<View flex={1} style={{ textAlign: "left" }}>
<Text numberOfLines={1}>{user?.name}</Text>
<Text numberOfLines={1} fontWeight="600" mt="$1.5">
<View flex={1}>
<Text textAlign='left' numberOfLines={1}>{user?.name}</Text>
<Text textAlign='left' numberOfLines={1} fontWeight="600" mt="$1.5">
{team ? `${team.icon} ${team.name}` : "Personal"}
</Text>
</View>