replaced ti-apps and a few more

This commit is contained in:
dakkar 2024-06-22 14:16:19 +01:00
parent 9f8873574c
commit 138127a5b6
17 changed files with 39 additions and 19 deletions

View file

@ -188,7 +188,7 @@ const headerTabs = computed(() => [{
}, {
key: 'charts',
title: i18n.ts.charts,
icon: 'ph-chart-line ph-bold ph-lg',
icon: 'ti ti-chart-line',
}]);
definePageMetadata(() => ({

View file

@ -529,7 +529,7 @@ const headerTabs = computed(() => [{
}, {
key: 'chart',
title: i18n.ts.charts,
icon: 'ph-chart-line ph-bold ph-lg',
icon: 'ti ti-chart-line',
}, {
key: 'raw',
title: 'Raw',

View file

@ -120,7 +120,7 @@ const headerTabs = computed(() => []);
definePageMetadata(() => ({
title: i18n.ts._auth.shareAccessTitle,
icon: 'ph-squares-four ph-bold ph-lg',
icon: 'ti ti-apps',
}));
</script>

View file

@ -16,7 +16,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkUserList :pagination="pinnedUsers"/>
</MkFoldableSection>
<MkFoldableSection class="_margin" persistKey="explore-popular-users">
<template #header><i class="ph-chart-line ph-bold ph-lg ti-fw" style="margin-right: 0.5em;"></i>{{ i18n.ts.popularUsers }}</template>
<template #header><i class="ti ti-chart-line ti-fw" style="margin-right: 0.5em;"></i>{{ i18n.ts.popularUsers }}</template>
<MkUserList :pagination="popularUsers"/>
</MkFoldableSection>
<MkFoldableSection class="_margin" persistKey="explore-recently-updated-users">
@ -46,7 +46,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template v-if="tag == null">
<MkFoldableSection class="_margin">
<template #header><i class="ph-chart-line ph-bold ph-lg ti-fw" style="margin-right: 0.5em;"></i>{{ i18n.ts.popularUsers }}</template>
<template #header><i class="ti ti-chart-line ti-fw" style="margin-right: 0.5em;"></i>{{ i18n.ts.popularUsers }}</template>
<MkUserList :pagination="popularUsersF"/>
</MkFoldableSection>
<MkFoldableSection class="_margin">

View file

@ -274,7 +274,7 @@ const headerTabs = computed(() => [{
}, {
key: 'chart',
title: i18n.ts.charts,
icon: 'ph-chart-line ph-bold ph-lg',
icon: 'ti ti-chart-line',
}, {
key: 'users',
title: i18n.ts.users,

View file

@ -95,7 +95,7 @@ const headerTabs = computed(() => []);
definePageMetadata(() => ({
title: 'MiAuth',
icon: 'ph-squares-four ph-bold ph-lg',
icon: 'ti ti-apps',
}));
</script>

View file

@ -53,7 +53,7 @@ function onLogin(res): void {
definePageMetadata(() => ({
title: 'OAuth',
icon: 'ph-squares-four ph-bold ph-lg',
icon: 'ti ti-apps',
}));
</script>

View file

@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<MkContainer>
<template #icon><i class="ph-chart-line ph-bold ph-lg"></i></template>
<template #icon><i class="ti ti-chart-line"></i></template>
<template #header>{{ i18n.ts.activity }}</template>
<template #func="{ buttonStyleClass }">
<button class="_button" :class="buttonStyleClass" @click="showMenu">

View file

@ -91,7 +91,7 @@ const headerTabs = computed(() => user.value ? [{
}, {
key: 'activity',
title: i18n.ts.activity,
icon: 'ph-chart-line ph-bold ph-lg',
icon: 'ti ti-chart-line',
}, ...(user.value.host == null ? [{
key: 'achievements',
title: i18n.ts.achievements,