style: 💄 use rocket as icon for boosting 🚀

This commit is contained in:
ThatOneCalculator 2023-09-23 22:24:18 -07:00
parent 284795fdf5
commit 3633dd4e7f
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
6 changed files with 8 additions and 8 deletions

View File

@ -43,7 +43,7 @@
>{{ i18n.ts.pinnedNote }}
</div>
<div v-if="isRenote" class="renote">
<i class="ph-repeat ph-bold ph-lg"></i>
<i class="ph-rocket-launch ph-bold ph-lg"></i>
<I18n :src="i18n.ts.renotedBy" tag="span">
<template #user>
<MkA

View File

@ -42,7 +42,7 @@
{{ i18n.ts._notification._types.reply }}
</option>
<option v-if="note.renoteCount > 0" value="renotes">
<!-- <i class="ph-repeat ph-bold ph-lg"></i> -->
<!-- <i class="ph-rocket-launch ph-bold ph-lg"></i> -->
<span class="count">{{ note.renoteCount }}</span>
{{ i18n.ts._notification._types.renote }}
</option>

View File

@ -41,7 +41,7 @@
></i>
<i
v-else-if="notification.type === 'renote'"
class="ph-repeat ph-bold"
class="ph-rocket-launch ph-bold"
></i>
<i
v-else-if="notification.type === 'reply'"

View File

@ -7,7 +7,7 @@
:class="{ renoted: hasRenotedBefore }"
@click.stop="renote(false, $event)"
>
<i class="ph-repeat ph-bold ph-lg"></i>
<i class="ph-rocket-launch ph-bold ph-lg"></i>
<p v-if="count > 0 && !detailedView" class="count">{{ count }}</p>
</button>
<button
@ -16,7 +16,7 @@
class="eddddedb _button"
disabled="true"
>
<i class="ph-repeat ph-bold ph-lg"></i>
<i class="ph-rocket-launch ph-bold ph-lg"></i>
</button>
</template>
@ -88,7 +88,7 @@ const renote = (viaKeyboard = false, ev?: MouseEvent) => {
if (props.note.visibility === "public") {
buttonActions.push({
text: i18n.ts.renote,
icon: "ph-repeat ph-bold ph-lg",
icon: "ph-rocket-launch ph-bold ph-lg",
danger: false,
action: () => {
os.api("notes/create", {

View File

@ -75,7 +75,7 @@
@click="shareWithNote"
>
<i
class="ph-repeat ph-bold ph-lg ph-fw ph-lg"
class="ph-rocket-launch ph-bold ph-lg ph-fw ph-lg"
></i>
</button>
<button

View File

@ -125,7 +125,7 @@
@click="shareWithNote"
>
<i
class="ph-repeat ph-bold ph-lg ph-fw ph-lg"
class="ph-rocket-launch ph-bold ph-lg ph-fw ph-lg"
></i>
</button>
<button