summaryrefslogtreecommitdiff
path: root/src/client/components
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-10-16 01:28:34 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-10-16 01:28:34 +0900
commit5fb4538315eca7b22ad326ac60c4ebd6a53b20f3 (patch)
tree5a000d92599cde6f3b704a9bd676c1700a80739d /src/client/components
parentfeat: ノートプレビューを追加 (#7596) (diff)
downloadsharkey-5fb4538315eca7b22ad326ac60c4ebd6a53b20f3.tar.gz
sharkey-5fb4538315eca7b22ad326ac60c4ebd6a53b20f3.tar.bz2
sharkey-5fb4538315eca7b22ad326ac60c4ebd6a53b20f3.zip
refactor(client): コンポーネント名が紛らわしくなるのでpreview->simpleにリネーム
Diffstat (limited to 'src/client/components')
-rw-r--r--src/client/components/note-detailed.vue6
-rw-r--r--src/client/components/note-simple.vue (renamed from src/client/components/note-preview.vue)0
-rw-r--r--src/client/components/note.vue6
-rw-r--r--src/client/components/post-form.vue10
4 files changed, 11 insertions, 11 deletions
diff --git a/src/client/components/note-detailed.vue b/src/client/components/note-detailed.vue
index 68e7c87f2e..40b0a68c58 100644
--- a/src/client/components/note-detailed.vue
+++ b/src/client/components/note-detailed.vue
@@ -80,7 +80,7 @@
</div>
<XPoll v-if="appearNote.poll" :note="appearNote" ref="pollViewer" class="poll"/>
<MkUrlPreview v-for="url in urls" :url="url" :key="url" :compact="true" :detail="true" class="url-preview"/>
- <div class="renote" v-if="appearNote.renote"><XNotePreview :note="appearNote.renote"/></div>
+ <div class="renote" v-if="appearNote.renote"><XNoteSimple :note="appearNote.renote"/></div>
</div>
<MkA v-if="appearNote.channel && !inChannel" class="channel" :to="`/channels/${appearNote.channel.id}`"><i class="fas fa-satellite-dish"></i> {{ appearNote.channel.name }}</MkA>
</div>
@@ -132,7 +132,7 @@ import * as mfm from 'mfm-js';
import { sum } from '../../prelude/array';
import XSub from './note.sub.vue';
import XNoteHeader from './note-header.vue';
-import XNotePreview from './note-preview.vue';
+import XNoteSimple from './note-simple.vue';
import XReactionsViewer from './reactions-viewer.vue';
import XMediaList from './media-list.vue';
import XCwButton from './cw-button.vue';
@@ -153,7 +153,7 @@ export default defineComponent({
components: {
XSub,
XNoteHeader,
- XNotePreview,
+ XNoteSimple,
XReactionsViewer,
XMediaList,
XCwButton,
diff --git a/src/client/components/note-preview.vue b/src/client/components/note-simple.vue
index 406a475cd9..406a475cd9 100644
--- a/src/client/components/note-preview.vue
+++ b/src/client/components/note-simple.vue
diff --git a/src/client/components/note.vue b/src/client/components/note.vue
index 3b07884cee..91a3e3b87d 100644
--- a/src/client/components/note.vue
+++ b/src/client/components/note.vue
@@ -64,7 +64,7 @@
</div>
<XPoll v-if="appearNote.poll" :note="appearNote" ref="pollViewer" class="poll"/>
<MkUrlPreview v-for="url in urls" :url="url" :key="url" :compact="true" :detail="false" class="url-preview"/>
- <div class="renote" v-if="appearNote.renote"><XNotePreview :note="appearNote.renote"/></div>
+ <div class="renote" v-if="appearNote.renote"><XNoteSimple :note="appearNote.renote"/></div>
<button v-if="collapsed" class="fade _button" @click="collapsed = false">
<span>{{ $ts.showMore }}</span>
</button>
@@ -114,7 +114,7 @@ import * as mfm from 'mfm-js';
import { sum } from '../../prelude/array';
import XSub from './note.sub.vue';
import XNoteHeader from './note-header.vue';
-import XNotePreview from './note-preview.vue';
+import XNoteSimple from './note-simple.vue';
import XReactionsViewer from './reactions-viewer.vue';
import XMediaList from './media-list.vue';
import XCwButton from './cw-button.vue';
@@ -134,7 +134,7 @@ export default defineComponent({
components: {
XSub,
XNoteHeader,
- XNotePreview,
+ XNoteSimple,
XReactionsViewer,
XMediaList,
XCwButton,
diff --git a/src/client/components/post-form.vue b/src/client/components/post-form.vue
index 85117b074e..3b8db21099 100644
--- a/src/client/components/post-form.vue
+++ b/src/client/components/post-form.vue
@@ -22,8 +22,8 @@
</div>
</header>
<div class="form" :class="{ fixed }">
- <XNotePreview class="preview" v-if="reply" :note="reply"/>
- <XNotePreview class="preview" v-if="renote" :note="renote"/>
+ <XNoteSimple class="preview" v-if="reply" :note="reply"/>
+ <XNoteSimple class="preview" v-if="renote" :note="renote"/>
<div class="with-quote" v-if="quoteId"><i class="fas fa-quote-left"></i> {{ $ts.quoteAttached }}<button @click="quoteId = null"><i class="fas fa-times"></i></button></div>
<div v-if="visibility === 'specified'" class="to-specified">
<span style="margin-right: 8px;">{{ $ts.recipient }}</span>
@@ -41,7 +41,7 @@
<input v-show="withHashtags" ref="hashtags" class="hashtags" v-model="hashtags" :placeholder="$ts.hashtags" list="hashtags">
<XPostFormAttaches class="attaches" :files="files" @updated="updateFiles" @detach="detachFile" @changeSensitive="updateFileSensitive" @changeName="updateFileName"/>
<XPollEditor v-if="poll" :poll="poll" @destroyed="poll = null" @updated="onPollUpdate"/>
- <XNotePreview class="preview" v-if="showPreview" :note="draftedNote"/>
+ <XNoteSimple class="preview" v-if="showPreview" :note="draftedNote"/>
<footer>
<button class="_button" @click="chooseFileFrom" v-tooltip="$ts.attachFile"><i class="fas fa-photo-video"></i></button>
<button class="_button" @click="togglePoll" :class="{ active: poll }" v-tooltip="$ts.poll"><i class="fas fa-poll-h"></i></button>
@@ -63,7 +63,7 @@ import { defineComponent, defineAsyncComponent } from 'vue';
import insertTextAtCursor from 'insert-text-at-cursor';
import { length } from 'stringz';
import { toASCII } from 'punycode/';
-import XNotePreview from './note-preview.vue';
+import XNoteSimple from './note-simple.vue';
import * as mfm from 'mfm-js';
import { host, url } from '@client/config';
import { erase, unique } from '../../prelude/array';
@@ -82,7 +82,7 @@ import { defaultStore } from '@client/store';
export default defineComponent({
components: {
- XNotePreview,
+ XNoteSimple,
XPostFormAttaches: defineAsyncComponent(() => import('./post-form-attaches.vue')),
XPollEditor: defineAsyncComponent(() => import('./poll-editor.vue')),
MkInfo,