diff --git a/packages/client/src/pages/admin/users.vue b/packages/client/src/pages/admin/users.vue
index 5ed0fb365..3192740c7 100644
--- a/packages/client/src/pages/admin/users.vue
+++ b/packages/client/src/pages/admin/users.vue
@@ -207,7 +207,7 @@ const headerTabs = $computed(() => []);
definePageMetadata(
computed(() => ({
title: i18n.ts.users,
- icon: "ph-users ph-bold ph-lg",
+ icon: "ph-head-circuits ph-bold ph-lg",
})),
);
diff --git a/packages/client/src/pages/channel.vue b/packages/client/src/pages/channel.vue
index e35a63d9a..896619a7c 100644
--- a/packages/client/src/pages/channel.vue
+++ b/packages/client/src/pages/channel.vue
@@ -40,7 +40,7 @@
[]);
const headerTabs = $computed(() => [
{
key: "users",
- icon: "ph-users ph-bold ph-lg",
+ icon: "ph-head-circuits ph-bold ph-lg",
title: i18n.ts.users,
},
{
diff --git a/packages/client/src/pages/instance-info.vue b/packages/client/src/pages/instance-info.vue
index 015fd2d80..c15a39cd1 100644
--- a/packages/client/src/pages/instance-info.vue
+++ b/packages/client/src/pages/instance-info.vue
@@ -492,7 +492,7 @@ if (iAmAdmin) {
{
key: "users",
title: i18n.ts.users,
- icon: "ph-users ph-bold ph-lg",
+ icon: "ph-head-circuits ph-bold ph-lg",
},
{
key: "raw",
diff --git a/packages/client/src/pages/my-groups/group.vue b/packages/client/src/pages/my-groups/group.vue
index d77751e8d..eb78781bb 100644
--- a/packages/client/src/pages/my-groups/group.vue
+++ b/packages/client/src/pages/my-groups/group.vue
@@ -135,7 +135,7 @@ async function deleteGroup() {
definePageMetadata(
computed(() => ({
title: i18n.ts.members,
- icon: "ph-users-three ph-bold ph-lg",
+ icon: "ph-head-circuits-three ph-bold ph-lg",
})),
);
diff --git a/packages/client/src/pages/my-groups/index.vue b/packages/client/src/pages/my-groups/index.vue
index d4cc6ab71..ed0e3dfa5 100644
--- a/packages/client/src/pages/my-groups/index.vue
+++ b/packages/client/src/pages/my-groups/index.vue
@@ -82,7 +82,7 @@ const headerActions = $computed(() => [
definePageMetadata(
computed(() => ({
title: i18n.ts.groups,
- icon: "ph-users-three ph-bold ph-lg",
+ icon: "ph-head-circuits-three ph-bold ph-lg",
})),
);
diff --git a/packages/client/src/pages/search.vue b/packages/client/src/pages/search.vue
index 4178f46fa..820ed80c7 100644
--- a/packages/client/src/pages/search.vue
+++ b/packages/client/src/pages/search.vue
@@ -153,7 +153,7 @@ const headerTabs = $computed(() => [
},
{
key: "users",
- icon: "ph-users ph-bold ph-lg",
+ icon: "ph-head-circuits ph-bold ph-lg",
title: i18n.ts.users,
},
]);
diff --git a/packages/client/src/pages/settings/accounts.vue b/packages/client/src/pages/settings/accounts.vue
index 52a9fb15a..1df052168 100644
--- a/packages/client/src/pages/settings/accounts.vue
+++ b/packages/client/src/pages/settings/accounts.vue
@@ -150,7 +150,7 @@ const headerTabs = $computed(() => []);
definePageMetadata({
title: i18n.ts.accounts,
- icon: "ph-users ph-bold ph-lg",
+ icon: "ph-head-circuits ph-bold ph-lg",
});
diff --git a/packages/client/src/pages/settings/index.vue b/packages/client/src/pages/settings/index.vue
index 5b71457b9..b94010ec7 100644
--- a/packages/client/src/pages/settings/index.vue
+++ b/packages/client/src/pages/settings/index.vue
@@ -94,7 +94,7 @@ const menuDef = computed(() => [
title: i18n.ts.basicSettings,
items: [
{
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
text: i18n.ts.profile,
to: "/settings/profile",
active: currentPage?.route.name === "profile",
diff --git a/packages/client/src/pages/settings/profile.vue b/packages/client/src/pages/settings/profile.vue
index f73dc6cdc..8a05875cd 100644
--- a/packages/client/src/pages/settings/profile.vue
+++ b/packages/client/src/pages/settings/profile.vue
@@ -301,7 +301,7 @@ const headerTabs = $computed(() => []);
definePageMetadata({
title: i18n.ts.profile,
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
});
diff --git a/packages/client/src/pages/signup-complete.vue b/packages/client/src/pages/signup-complete.vue
index deb1f7846..93c66107a 100644
--- a/packages/client/src/pages/signup-complete.vue
+++ b/packages/client/src/pages/signup-complete.vue
@@ -32,6 +32,6 @@ const headerTabs = $computed(() => []);
definePageMetadata({
title: i18n.ts.signup,
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
});
diff --git a/packages/client/src/pages/tag.vue b/packages/client/src/pages/tag.vue
index e9a1792a0..0d3ff315b 100644
--- a/packages/client/src/pages/tag.vue
+++ b/packages/client/src/pages/tag.vue
@@ -87,7 +87,7 @@ const headerTabs = $computed(() => [
},
{
key: "users",
- icon: "ph-users ph-bold ph-lg",
+ icon: "ph-head-circuits ph-bold ph-lg",
title: i18n.ts.users,
},
]);
diff --git a/packages/client/src/pages/timeline.vue b/packages/client/src/pages/timeline.vue
index d30049227..040dbb80e 100644
--- a/packages/client/src/pages/timeline.vue
+++ b/packages/client/src/pages/timeline.vue
@@ -235,7 +235,7 @@ const headerTabs = $computed(() => [
{
key: "local",
title: i18n.ts._timelines.local,
- icon: "ph-users ph-bold ph-lg",
+ icon: "ph-head-circuits ph-bold ph-lg",
iconOnly: true,
},
]
@@ -277,7 +277,7 @@ definePageMetadata(
title: i18n.ts.timeline,
icon:
src === "local"
- ? "ph-users ph-bold ph-lg"
+ ? "ph-head-circuits ph-bold ph-lg"
: src === "social"
? "ph-handshake ph-bold ph-lg"
: src === "recommended"
diff --git a/packages/client/src/pages/user-info.vue b/packages/client/src/pages/user-info.vue
index 4e3f71630..c558bec5d 100644
--- a/packages/client/src/pages/user-info.vue
+++ b/packages/client/src/pages/user-info.vue
@@ -222,7 +222,7 @@
inline
danger
@click="deleteAccount"
- >
+ >
{{ i18n.ts.deleteAccount }}
diff --git a/packages/client/src/pages/user/followers.vue b/packages/client/src/pages/user/followers.vue
index 5b4294d54..e5f1f3993 100644
--- a/packages/client/src/pages/user/followers.vue
+++ b/packages/client/src/pages/user/followers.vue
@@ -65,7 +65,7 @@ definePageMetadata(
computed(() =>
user
? {
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
title: user.name
? `${user.name} (@${user.username})`
: `@${user.username}`,
diff --git a/packages/client/src/pages/user/following.vue b/packages/client/src/pages/user/following.vue
index 7612bb722..0e081b1ba 100644
--- a/packages/client/src/pages/user/following.vue
+++ b/packages/client/src/pages/user/following.vue
@@ -65,7 +65,7 @@ definePageMetadata(
computed(() =>
user
? {
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
title: user.name
? `${user.name} (@${user.username})`
: `@${user.username}`,
diff --git a/packages/client/src/pages/user/index.vue b/packages/client/src/pages/user/index.vue
index a5cdc21fb..4eaf2e1f9 100644
--- a/packages/client/src/pages/user/index.vue
+++ b/packages/client/src/pages/user/index.vue
@@ -88,7 +88,7 @@ const headerTabs = $computed(() =>
{
key: "home",
title: i18n.ts.overview,
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
},
...(($i && $i.id === user.id) || user.publicReactions
? [
@@ -126,7 +126,7 @@ definePageMetadata(
computed(() =>
user
? {
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
title: user.name
? `${user.name} (@${user.username})`
: `@${user.username}`,
diff --git a/packages/client/src/pages/verify-email.vue b/packages/client/src/pages/verify-email.vue
index b5830aec4..8931e3098 100644
--- a/packages/client/src/pages/verify-email.vue
+++ b/packages/client/src/pages/verify-email.vue
@@ -34,6 +34,6 @@ const headerTabs = $computed(() => []);
definePageMetadata({
title: "Verify email",
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
});
diff --git a/packages/client/src/scripts/get-note-menu.ts b/packages/client/src/scripts/get-note-menu.ts
index b56761814..f676b8042 100644
--- a/packages/client/src/scripts/get-note-menu.ts
+++ b/packages/client/src/scripts/get-note-menu.ts
@@ -436,7 +436,7 @@ export function getNoteMenu(props: {
!isAppearAuthor
? {
type: "parent",
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
text: i18n.ts.user,
children: getUserMenu(appearNote.user),
}
diff --git a/packages/client/src/scripts/get-user-menu.ts b/packages/client/src/scripts/get-user-menu.ts
index 8e578bcc7..0298a798f 100644
--- a/packages/client/src/scripts/get-user-menu.ts
+++ b/packages/client/src/scripts/get-user-menu.ts
@@ -312,7 +312,7 @@ export function getUserMenu(user, router: Router = mainRouter) {
},
meId !== user.id
? {
- icon: "ph-users-three ph-bold ph-lg",
+ icon: "ph-head-circuits-three ph-bold ph-lg",
text: i18n.ts.inviteToGroup,
action: inviteGroup,
}
diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue
index 651f7e968..247e74cd3 100644
--- a/packages/client/src/ui/universal.vue
+++ b/packages/client/src/ui/universal.vue
@@ -238,21 +238,21 @@ function messagingStart(ev) {
[
{
text: i18n.ts.messagingWithUser,
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
action: () => {
startUser();
},
},
{
text: i18n.ts.messagingWithGroup,
- icon: "ph-users-three ph-bold ph-lg",
+ icon: "ph-head-circuits-three ph-bold ph-lg",
action: () => {
startGroup();
},
},
{
text: i18n.ts.manageGroups,
- icon: "ph-user-circle-gear ph-bold ph-lg",
+ icon: "ph-head-circuit-circle-gear ph-bold ph-lg",
action: () => {
mainRouter.push("/my/groups");
},
diff --git a/packages/client/src/widgets/user-list.vue b/packages/client/src/widgets/user-list.vue
index 45cdad00e..33566c2e3 100644
--- a/packages/client/src/widgets/user-list.vue
+++ b/packages/client/src/widgets/user-list.vue
@@ -1,7 +1,7 @@
+ >
{{ list ? list.name : i18n.ts._widgets.userList }}