mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-19 20:12:51 +09:00
chore: 🎨 format
This commit is contained in:
parent
1af054748f
commit
7904fcbeab
@ -1,5 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div ref="reactionsEl" class="reactions-list swiper-no-swiping tdflqwzn" :class="{ isMe }">
|
<div
|
||||||
|
ref="reactionsEl"
|
||||||
|
class="reactions-list swiper-no-swiping tdflqwzn"
|
||||||
|
:class="{ isMe }"
|
||||||
|
>
|
||||||
<XReaction
|
<XReaction
|
||||||
v-for="(count, reaction) in note.reactions"
|
v-for="(count, reaction) in note.reactions"
|
||||||
:key="reaction"
|
:key="reaction"
|
||||||
|
@ -267,8 +267,8 @@ export function getUserMenu(user, router: Router = mainRouter) {
|
|||||||
text: i18n.ts.showOnRemote,
|
text: i18n.ts.showOnRemote,
|
||||||
href: user.url,
|
href: user.url,
|
||||||
target: "_blank",
|
target: "_blank",
|
||||||
|
}
|
||||||
} : undefined,
|
: undefined,
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
icon: "ph-list-bullets ph-bold ph-lg",
|
icon: "ph-list-bullets ph-bold ph-lg",
|
||||||
|
Loading…
Reference in New Issue
Block a user