diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-29 15:00:29 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-29 15:00:29 +0900 |
| commit | 1af40810900d0eea9be563f80be48a9d071026e2 (patch) | |
| tree | 4a5f7336b3cb266c5ed7c49f0416a3f68102905d /packages/frontend/src/components/MkNote.vue | |
| parent | Revert "🎨" (diff) | |
| download | sharkey-1af40810900d0eea9be563f80be48a9d071026e2.tar.gz sharkey-1af40810900d0eea9be563f80be48a9d071026e2.tar.bz2 sharkey-1af40810900d0eea9be563f80be48a9d071026e2.zip | |
enhance(frontend): disable horizontal swipe for timeline/notifications to improve ux
Diffstat (limited to 'packages/frontend/src/components/MkNote.vue')
| -rw-r--r-- | packages/frontend/src/components/MkNote.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/frontend/src/components/MkNote.vue b/packages/frontend/src/components/MkNote.vue index 07da1bd4d9..91aed351c5 100644 --- a/packages/frontend/src/components/MkNote.vue +++ b/packages/frontend/src/components/MkNote.vue @@ -14,8 +14,6 @@ SPDX-License-Identifier: AGPL-3.0-only > <MkNoteSub v-if="appearNote.reply && !renoteCollapsed" :note="appearNote.reply" :class="$style.replyTo"/> <div v-if="pinned" :class="$style.tip"><i class="ti ti-pin"></i> {{ i18n.ts.pinnedNote }}</div> - <!--<div v-if="appearNote._prId_" class="tip"><i class="ti ti-speakerphone"></i> {{ i18n.ts.promotion }}<button class="_textButton hide" @click="readPromo()">{{ i18n.ts.hideThisNote }} <i class="ti ti-x"></i></button></div>--> - <!--<div v-if="appearNote._featuredId_" class="tip"><i class="ti ti-bolt"></i> {{ i18n.ts.featured }}</div>--> <div v-if="isRenote" :class="$style.renote"> <div v-if="note.channel" :class="$style.colorBar" :style="{ background: note.channel.color }"></div> <MkAvatar :class="$style.renoteAvatar" :user="note.user" link preview/> |