style: 💄 use rocket as icon for boosting 🚀
This commit is contained in:
parent
284795fdf5
commit
3633dd4e7f
@ -43,7 +43,7 @@
|
|||||||
>{{ i18n.ts.pinnedNote }}
|
>{{ i18n.ts.pinnedNote }}
|
||||||
</div>
|
</div>
|
||||||
<div v-if="isRenote" class="renote">
|
<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">
|
<I18n :src="i18n.ts.renotedBy" tag="span">
|
||||||
<template #user>
|
<template #user>
|
||||||
<MkA
|
<MkA
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
{{ i18n.ts._notification._types.reply }}
|
{{ i18n.ts._notification._types.reply }}
|
||||||
</option>
|
</option>
|
||||||
<option v-if="note.renoteCount > 0" value="renotes">
|
<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>
|
<span class="count">{{ note.renoteCount }}</span>
|
||||||
{{ i18n.ts._notification._types.renote }}
|
{{ i18n.ts._notification._types.renote }}
|
||||||
</option>
|
</option>
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
></i>
|
></i>
|
||||||
<i
|
<i
|
||||||
v-else-if="notification.type === 'renote'"
|
v-else-if="notification.type === 'renote'"
|
||||||
class="ph-repeat ph-bold"
|
class="ph-rocket-launch ph-bold"
|
||||||
></i>
|
></i>
|
||||||
<i
|
<i
|
||||||
v-else-if="notification.type === 'reply'"
|
v-else-if="notification.type === 'reply'"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
:class="{ renoted: hasRenotedBefore }"
|
:class="{ renoted: hasRenotedBefore }"
|
||||||
@click.stop="renote(false, $event)"
|
@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>
|
<p v-if="count > 0 && !detailedView" class="count">{{ count }}</p>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
@ -16,7 +16,7 @@
|
|||||||
class="eddddedb _button"
|
class="eddddedb _button"
|
||||||
disabled="true"
|
disabled="true"
|
||||||
>
|
>
|
||||||
<i class="ph-repeat ph-bold ph-lg"></i>
|
<i class="ph-rocket-launch ph-bold ph-lg"></i>
|
||||||
</button>
|
</button>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -88,7 +88,7 @@ const renote = (viaKeyboard = false, ev?: MouseEvent) => {
|
|||||||
if (props.note.visibility === "public") {
|
if (props.note.visibility === "public") {
|
||||||
buttonActions.push({
|
buttonActions.push({
|
||||||
text: i18n.ts.renote,
|
text: i18n.ts.renote,
|
||||||
icon: "ph-repeat ph-bold ph-lg",
|
icon: "ph-rocket-launch ph-bold ph-lg",
|
||||||
danger: false,
|
danger: false,
|
||||||
action: () => {
|
action: () => {
|
||||||
os.api("notes/create", {
|
os.api("notes/create", {
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
@click="shareWithNote"
|
@click="shareWithNote"
|
||||||
>
|
>
|
||||||
<i
|
<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>
|
></i>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
@ -125,7 +125,7 @@
|
|||||||
@click="shareWithNote"
|
@click="shareWithNote"
|
||||||
>
|
>
|
||||||
<i
|
<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>
|
></i>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
Loading…
Reference in New Issue
Block a user