@@ -29,7 +29,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
@@ -38,7 +38,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
diff --git a/packages/frontend/src/pages/admin/overview.vue b/packages/frontend/src/pages/admin/overview.vue
index becbbf17d9..7563ae9834 100644
--- a/packages/frontend/src/pages/admin/overview.vue
+++ b/packages/frontend/src/pages/admin/overview.vue
@@ -177,7 +177,7 @@ const headerTabs = $computed(() => []);
definePageMetadata({
title: i18n.ts.dashboard,
- icon: 'ph-gauge ph-bold pg-lg',
+ icon: 'ph-gauge ph-bold ph-lg',
});
diff --git a/packages/frontend/src/pages/admin/relays.vue b/packages/frontend/src/pages/admin/relays.vue
index 689b43ded1..9b4a84d12f 100644
--- a/packages/frontend/src/pages/admin/relays.vue
+++ b/packages/frontend/src/pages/admin/relays.vue
@@ -84,7 +84,7 @@ const headerTabs = $computed(() => []);
definePageMetadata({
title: i18n.ts.relays,
- icon: 'ph-planet ph-bold pg-lg',
+ icon: 'ph-planet ph-bold ph-lg',
});
diff --git a/packages/frontend/src/pages/admin/roles.edit.vue b/packages/frontend/src/pages/admin/roles.edit.vue
index fa37d0432b..a982b41e71 100644
--- a/packages/frontend/src/pages/admin/roles.edit.vue
+++ b/packages/frontend/src/pages/admin/roles.edit.vue
@@ -87,10 +87,10 @@ const headerTabs = $computed(() => []);
definePageMetadata(computed(() => role ? {
title: i18n.ts._role.edit + ': ' + role.name,
- icon: 'ph-seal-check ph-bold pg-lg',
+ icon: 'ph-seal-check ph-bold ph-lg',
} : {
title: i18n.ts._role.new,
- icon: 'ph-seal-check ph-bold pg-lg',
+ icon: 'ph-seal-check ph-bold ph-lg',
}));
diff --git a/packages/frontend/src/pages/admin/roles.editor.vue b/packages/frontend/src/pages/admin/roles.editor.vue
index afaeebaee7..be630c05a5 100644
--- a/packages/frontend/src/pages/admin/roles.editor.vue
+++ b/packages/frontend/src/pages/admin/roles.editor.vue
@@ -39,7 +39,7 @@ SPDX-License-Identifier: AGPL-3.0-only
- {{ i18n.ts._role.assignTarget }}
+ {{ i18n.ts._role.assignTarget }}
@@ -588,7 +588,7 @@ let q = $ref('');
function getPriorityIcon(option) {
if (option.priority === 2) return 'ph-arrow-up ph-bold ph-lg';
if (option.priority === 1) return 'ph-arrow-up ph-bold ph-lg';
- return 'ph-circle ph-bold pg-lg';
+ return 'ph-circle ph-bold ph-lg';
}
function matchQuery(keywords: string[]): boolean {
diff --git a/packages/frontend/src/pages/admin/roles.role.vue b/packages/frontend/src/pages/admin/roles.role.vue
index d83bb0615b..953db11a1a 100644
--- a/packages/frontend/src/pages/admin/roles.role.vue
+++ b/packages/frontend/src/pages/admin/roles.role.vue
@@ -19,7 +19,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts.users }}
{{ role.usersCount }}
@@ -173,7 +173,7 @@ const headerTabs = $computed(() => []);
definePageMetadata(computed(() => ({
title: i18n.ts.role + ': ' + role.name,
- icon: 'ph-seal-check ph-bold pg-lg',
+ icon: 'ph-seal-check ph-bold ph-lg',
})));
diff --git a/packages/frontend/src/pages/admin/roles.vue b/packages/frontend/src/pages/admin/roles.vue
index e9ea6e8eb7..61a62f837f 100644
--- a/packages/frontend/src/pages/admin/roles.vue
+++ b/packages/frontend/src/pages/admin/roles.vue
@@ -264,7 +264,7 @@ const headerTabs = $computed(() => []);
definePageMetadata(computed(() => ({
title: i18n.ts.roles,
- icon: 'ph-seal-check ph-bold pg-lg',
+ icon: 'ph-seal-check ph-bold ph-lg',
})));
diff --git a/packages/frontend/src/pages/admin/security.vue b/packages/frontend/src/pages/admin/security.vue
index c2b6dc139b..1ff38548c9 100644
--- a/packages/frontend/src/pages/admin/security.vue
+++ b/packages/frontend/src/pages/admin/security.vue
@@ -59,7 +59,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
- {{ i18n.ts.save }}
+ {{ i18n.ts.save }}
@@ -97,7 +97,7 @@ SPDX-License-Identifier: AGPL-3.0-only
Summaly Proxy URL
- {{ i18n.ts.save }}
+ {{ i18n.ts.save }}
diff --git a/packages/frontend/src/pages/admin/settings.vue b/packages/frontend/src/pages/admin/settings.vue
index e29bd16e7f..de1985586f 100644
--- a/packages/frontend/src/pages/admin/settings.vue
+++ b/packages/frontend/src/pages/admin/settings.vue
@@ -228,7 +228,7 @@ const headerTabs = $computed(() => []);
definePageMetadata({
title: i18n.ts.general,
- icon: 'ph-gear ph-bold pg-lg',
+ icon: 'ph-gear ph-bold ph-lg',
});
diff --git a/packages/frontend/src/pages/admin/users.vue b/packages/frontend/src/pages/admin/users.vue
index a1f32ba809..7f809ed9cc 100644
--- a/packages/frontend/src/pages/admin/users.vue
+++ b/packages/frontend/src/pages/admin/users.vue
@@ -140,7 +140,7 @@ const headerTabs = $computed(() => []);
definePageMetadata(computed(() => ({
title: i18n.ts.users,
- icon: 'ph-users ph-bold pg-lg',
+ icon: 'ph-users ph-bold ph-lg',
})));
diff --git a/packages/frontend/src/pages/announcements.vue b/packages/frontend/src/pages/announcements.vue
index 7ac37adfbf..95ad690975 100644
--- a/packages/frontend/src/pages/announcements.vue
+++ b/packages/frontend/src/pages/announcements.vue
@@ -95,11 +95,11 @@ const headerActions = $computed(() => []);
const headerTabs = $computed(() => [{
key: 'current',
title: i18n.ts.currentAnnouncements,
- icon: 'ph-fire ph-bold pg-lg',
+ icon: 'ph-fire ph-bold ph-lg',
}, {
key: 'past',
title: i18n.ts.pastAnnouncements,
- icon: 'ph-circle ph-bold pg-lg',
+ icon: 'ph-circle ph-bold ph-lg',
}]);
definePageMetadata({
diff --git a/packages/frontend/src/pages/antenna-timeline.vue b/packages/frontend/src/pages/antenna-timeline.vue
index 97a85d4345..dfba117799 100644
--- a/packages/frontend/src/pages/antenna-timeline.vue
+++ b/packages/frontend/src/pages/antenna-timeline.vue
@@ -82,7 +82,7 @@ const headerActions = $computed(() => antenna ? [{
text: i18n.ts.jumpToSpecifiedDate,
handler: timetravel,
}, {
- icon: 'ph-gear ph-bold pg-lg',
+ icon: 'ph-gear ph-bold ph-lg',
text: i18n.ts.settings,
handler: settings,
}] : []);
@@ -91,7 +91,7 @@ const headerTabs = $computed(() => []);
definePageMetadata(computed(() => antenna ? {
title: antenna.name,
- icon: 'ph-flying-saucer ph-bold pg-lg',
+ icon: 'ph-flying-saucer ph-bold ph-lg',
} : null));
diff --git a/packages/frontend/src/pages/auth.vue b/packages/frontend/src/pages/auth.vue
index 81b97eebbf..d6c12e7883 100644
--- a/packages/frontend/src/pages/auth.vue
+++ b/packages/frontend/src/pages/auth.vue
@@ -120,7 +120,7 @@ const headerTabs = $computed(() => []);
definePageMetadata({
title: i18n.ts._auth.shareAccessTitle,
- icon: 'ph-squares-four ph-bold pg-lg',
+ icon: 'ph-squares-four ph-bold ph-lg',
});
diff --git a/packages/frontend/src/pages/channel-editor.vue b/packages/frontend/src/pages/channel-editor.vue
index e6c7fc0b4e..296e249844 100644
--- a/packages/frontend/src/pages/channel-editor.vue
+++ b/packages/frontend/src/pages/channel-editor.vue
@@ -56,7 +56,7 @@ SPDX-License-Identifier: AGPL-3.0-only
- {{ channelId ? i18n.ts.save : i18n.ts.create }}
+ {{ channelId ? i18n.ts.save : i18n.ts.create }}
{{ i18n.ts.archive }}
diff --git a/packages/frontend/src/pages/channel.vue b/packages/frontend/src/pages/channel.vue
index 440c9c8da4..74853c487b 100644
--- a/packages/frontend/src/pages/channel.vue
+++ b/packages/frontend/src/pages/channel.vue
@@ -10,11 +10,11 @@ SPDX-License-Identifier: AGPL-3.0-only
-
-
+
+
-
{{ channel.usersCount }}
+
{{ channel.usersCount }}
{{ channel.notesCount }}
{{ i18n.ts.sensitive }}
@@ -168,7 +168,7 @@ async function search() {
const headerActions = $computed(() => {
if (channel && channel.userId) {
const share = {
- icon: 'ph-share-network ph-bold pg-lg',
+ icon: 'ph-share-network ph-bold ph-lg',
text: i18n.ts.share,
handler: async (): Promise
=> {
navigator.share({
@@ -181,7 +181,7 @@ const headerActions = $computed(() => {
const canEdit = ($i && $i.id === channel.userId) || iAmModerator;
return canEdit ? [share, {
- icon: 'ph-gear ph-bold pg-lg',
+ icon: 'ph-gear ph-bold ph-lg',
text: i18n.ts.edit,
handler: edit,
}] : [share];
@@ -201,7 +201,7 @@ const headerTabs = $computed(() => [{
}, {
key: 'featured',
title: i18n.ts.featured,
- icon: 'ph-lightning ph-bold pg-lg',
+ icon: 'ph-lightning ph-bold ph-lg',
}, {
key: 'search',
title: i18n.ts.search,
diff --git a/packages/frontend/src/pages/channels.vue b/packages/frontend/src/pages/channels.vue
index 16acaae2a7..07c205a001 100644
--- a/packages/frontend/src/pages/channels.vue
+++ b/packages/frontend/src/pages/channels.vue
@@ -138,7 +138,7 @@ const headerTabs = $computed(() => [{
}, {
key: 'favorites',
title: i18n.ts.favorites,
- icon: 'ph-star ph-bold pg-lg',
+ icon: 'ph-star ph-bold ph-lg',
}, {
key: 'following',
title: i18n.ts._channel.following,
@@ -146,7 +146,7 @@ const headerTabs = $computed(() => [{
}, {
key: 'owned',
title: i18n.ts._channel.owned,
- icon: 'ph-pencil-line ph-bold pg-lg',
+ icon: 'ph-pencil-line ph-bold ph-lg',
}]);
definePageMetadata(computed(() => ({
diff --git a/packages/frontend/src/pages/clicker.vue b/packages/frontend/src/pages/clicker.vue
index 19f9d5752f..8c1322d732 100644
--- a/packages/frontend/src/pages/clicker.vue
+++ b/packages/frontend/src/pages/clicker.vue
@@ -18,7 +18,7 @@ import { definePageMetadata } from '@/scripts/page-metadata.js';
definePageMetadata({
title: '🍪👈',
- icon: 'ph-cookie ph-bold pg-lg',
+ icon: 'ph-cookie ph-bold ph-lg',
});
diff --git a/packages/frontend/src/pages/clip.vue b/packages/frontend/src/pages/clip.vue
index bc712ddfb8..50362f8439 100644
--- a/packages/frontend/src/pages/clip.vue
+++ b/packages/frontend/src/pages/clip.vue
@@ -118,7 +118,7 @@ const headerActions = $computed(() => clip && isOwned ? [{
clipsCache.delete();
},
}, ...(clip.isPublic ? [{
- icon: 'ph-share-network ph-bold pg-lg',
+ icon: 'ph-share-network ph-bold ph-lg',
text: i18n.ts.share,
handler: async (): Promise => {
navigator.share({
diff --git a/packages/frontend/src/pages/custom-emojis-manager.vue b/packages/frontend/src/pages/custom-emojis-manager.vue
index 3840d4058d..0c5825091a 100644
--- a/packages/frontend/src/pages/custom-emojis-manager.vue
+++ b/packages/frontend/src/pages/custom-emojis-manager.vue
@@ -316,7 +316,7 @@ const headerTabs = $computed(() => [{
definePageMetadata(computed(() => ({
title: i18n.ts.customEmojis,
- icon: 'ph-smiley ph-bold pg-lg',
+ icon: 'ph-smiley ph-bold ph-lg',
})));
diff --git a/packages/frontend/src/pages/explore.users.vue b/packages/frontend/src/pages/explore.users.vue
index 20bd74fb40..f7215def62 100644
--- a/packages/frontend/src/pages/explore.users.vue
+++ b/packages/frontend/src/pages/explore.users.vue
@@ -16,7 +16,7 @@ SPDX-License-Identifier: AGPL-3.0-only
- {{ i18n.ts.popularUsers }}
+ {{ i18n.ts.popularUsers }}
@@ -46,7 +46,7 @@ SPDX-License-Identifier: AGPL-3.0-only
- {{ i18n.ts.popularUsers }}
+ {{ i18n.ts.popularUsers }}
@@ -54,7 +54,7 @@ SPDX-License-Identifier: AGPL-3.0-only
- {{ i18n.ts.recentlyDiscoveredUsers }}
+ {{ i18n.ts.recentlyDiscoveredUsers }}
diff --git a/packages/frontend/src/pages/explore.vue b/packages/frontend/src/pages/explore.vue
index 58d7aca92d..8b5af28b12 100644
--- a/packages/frontend/src/pages/explore.vue
+++ b/packages/frontend/src/pages/explore.vue
@@ -47,15 +47,15 @@ const headerActions = $computed(() => []);
const headerTabs = $computed(() => [{
key: 'featured',
- icon: 'ph-lightning ph-bold pg-lg',
+ icon: 'ph-lightning ph-bold ph-lg',
title: i18n.ts.featured,
}, {
key: 'users',
- icon: 'ph-users ph-bold pg-lg',
+ icon: 'ph-users ph-bold ph-lg',
title: i18n.ts.users,
}, {
key: 'roles',
- icon: 'ph-seal-check ph-bold pg-lg',
+ icon: 'ph-seal-check ph-bold ph-lg',
title: i18n.ts.roles,
}]);
diff --git a/packages/frontend/src/pages/favorites.vue b/packages/frontend/src/pages/favorites.vue
index cb7390cf6a..10f4a96a98 100644
--- a/packages/frontend/src/pages/favorites.vue
+++ b/packages/frontend/src/pages/favorites.vue
@@ -40,7 +40,7 @@ const pagination = {
definePageMetadata({
title: i18n.ts.favorites,
- icon: 'ph-star ph-bold pg-lg',
+ icon: 'ph-star ph-bold ph-lg',
});
diff --git a/packages/frontend/src/pages/flash/flash-index.vue b/packages/frontend/src/pages/flash/flash-index.vue
index a9438fd917..0b4dd13911 100644
--- a/packages/frontend/src/pages/flash/flash-index.vue
+++ b/packages/frontend/src/pages/flash/flash-index.vue
@@ -76,11 +76,11 @@ const headerActions = $computed(() => [{
const headerTabs = $computed(() => [{
key: 'featured',
title: i18n.ts._play.featured,
- icon: 'ph-fire ph-bold pg-lg',
+ icon: 'ph-fire ph-bold ph-lg',
}, {
key: 'my',
title: i18n.ts._play.my,
- icon: 'ph-pencil-line ph-bold pg-lg',
+ icon: 'ph-pencil-line ph-bold ph-lg',
}, {
key: 'liked',
title: i18n.ts._play.liked,
@@ -89,6 +89,6 @@ const headerTabs = $computed(() => [{
definePageMetadata(computed(() => ({
title: 'Play',
- icon: 'ph-play ph-bold pg-lg',
+ icon: 'ph-play ph-bold ph-lg',
})));
diff --git a/packages/frontend/src/pages/flash/flash.vue b/packages/frontend/src/pages/flash/flash.vue
index daf6783168..fd03ac6579 100644
--- a/packages/frontend/src/pages/flash/flash.vue
+++ b/packages/frontend/src/pages/flash/flash.vue
@@ -18,7 +18,7 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ flash.likedCount }}
{{ flash.likedCount }}
-
+
@@ -33,7 +33,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._play.viewSource }}
diff --git a/packages/frontend/src/pages/gallery/edit.vue b/packages/frontend/src/pages/gallery/edit.vue
index 0d43eee613..5daaca774c 100644
--- a/packages/frontend/src/pages/gallery/edit.vue
+++ b/packages/frontend/src/pages/gallery/edit.vue
@@ -27,8 +27,8 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts.markAsSensitive }}
- {{ i18n.ts.save }}
- {{ i18n.ts.publish }}
+ {{ i18n.ts.save }}
+ {{ i18n.ts.publish }}
{{ i18n.ts.delete }}
diff --git a/packages/frontend/src/pages/gallery/index.vue b/packages/frontend/src/pages/gallery/index.vue
index 21b27d1c59..f65380eee1 100644
--- a/packages/frontend/src/pages/gallery/index.vue
+++ b/packages/frontend/src/pages/gallery/index.vue
@@ -107,7 +107,7 @@ const headerActions = $computed(() => [{
const headerTabs = $computed(() => [{
key: 'explore',
title: i18n.ts.gallery,
- icon: 'ph-images-square ph-bold pg-lg',
+ icon: 'ph-images-square ph-bold ph-lg',
}, {
key: 'liked',
title: i18n.ts._gallery.liked,
@@ -115,12 +115,12 @@ const headerTabs = $computed(() => [{
}, {
key: 'my',
title: i18n.ts._gallery.my,
- icon: 'ph-pencil-line ph-bold pg-lg',
+ icon: 'ph-pencil-line ph-bold ph-lg',
}]);
definePageMetadata({
title: i18n.ts.gallery,
- icon: 'ph-images-square ph-bold pg-lg',
+ icon: 'ph-images-square ph-bold ph-lg',
});
diff --git a/packages/frontend/src/pages/gallery/post.vue b/packages/frontend/src/pages/gallery/post.vue
index 4046e78d60..ae609c994c 100644
--- a/packages/frontend/src/pages/gallery/post.vue
+++ b/packages/frontend/src/pages/gallery/post.vue
@@ -29,7 +29,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
diff --git a/packages/frontend/src/pages/instance-info.vue b/packages/frontend/src/pages/instance-info.vue
index 69f97a50c3..cb54069d1a 100644
--- a/packages/frontend/src/pages/instance-info.vue
+++ b/packages/frontend/src/pages/instance-info.vue
@@ -37,7 +37,7 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts.stopActivityDelivery }}
{{ i18n.ts.blockThisInstance }}
{{ i18n.ts.silenceThisInstance }}
- Refresh metadata
+ Refresh metadata
@@ -228,15 +228,15 @@ const headerTabs = $computed(() => [{
}, {
key: 'chart',
title: i18n.ts.charts,
- icon: 'ph-chart-line ph-bold pg-lg',
+ icon: 'ph-chart-line ph-bold ph-lg',
}, {
key: 'users',
title: i18n.ts.users,
- icon: 'ph-users ph-bold pg-lg',
+ icon: 'ph-users ph-bold ph-lg',
}, {
key: 'raw',
title: 'Raw',
- icon: 'ph-code ph-bold pg-lg',
+ icon: 'ph-code ph-bold ph-lg',
}]);
definePageMetadata({
diff --git a/packages/frontend/src/pages/list.vue b/packages/frontend/src/pages/list.vue
index cf69e6a71d..1323c6b3b9 100644
--- a/packages/frontend/src/pages/list.vue
+++ b/packages/frontend/src/pages/list.vue
@@ -101,7 +101,7 @@ const headerTabs = $computed(() => []);
definePageMetadata(computed(() => list ? {
title: list.name,
- icon: 'ph-list ph-bold pg-lg',
+ icon: 'ph-list ph-bold ph-lg',
} : null));