* fix * navhookをbootに移動 * サーバーサイドのbootも分けるように * 埋め込みページかどうかの判定は最初の一回だけに * tooltipは出せるように * fix design * 埋め込み独自のtooltipを削除 * ロジックの分岐が多かったMkNoteDetailedを分離 * fix indent * プレビュー用iframeにフォーカスが当たるのを修正 * popupの制御を出す側で行うように * パラメータが逆になっていたのを修正 * Update MkEmbedCodeGenDialog.vue * fix * eliminate misskey-js lint warns * fix * add appropriate attributes to embed html * enhance: サーバーサイドのembed系をさらに分離 * enhance: embed routerを分離(route定義をboot時に変更できるようにする改修を含む) * type * lint * fix indent * server-side styleを完全に分離 * Revert "refactor: 画面サイズのしきい値をconstにまとめる" This reverts commit 05ca36f400889456981e89489ae0ae242fa09b67. * fix * revert all changes in base.pug * embedドメインをまとめた * embedドメインをまとめた * prevent calling contextmenu in embed page by stopping at the caller * fix import * fix import * improve directory structure * fix import * register timeline ui as a container * wa- * rename * wa- * Update EmMediaList.vue * Update EmMediaList.vue * Update EmMediaList.vue * Update EmMediaImage.vue * Update EmNote.vue * revert mkmedialist changes * 戻し漏れ * wip * tweak embed media ui * revert original media components * Update boot.embed.js * rename * wip * Update MkNote.vue * wip * Update MkSubNoteContent.vue * Update EmNote.vue * Update packages/frontend/src/router/definition.ts * Revert "Update packages/frontend/src/router/definition.ts" This reverts commit 937ae44521cdb0f250796943b20142b65f8ed944. * refactor EmMediaImage * fix import * remove unused imports * Update router.ts * wip * Update boot.ts * wip * wip * wip * wip * Update EmNote.vue * Update EmNote.vue * Create EmA.vue * Create EmAvatar.vue * Update EmAvatar.vue * wip * wip * wip * Create EmImgWithBlurhash.vue * Update EmImgWithBlurhash.vue * Create EmPagination.vue * wip * Update boot.ts * wip * wip * wi@p * wip * wip * wiop * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update boot.ts * wip * Update MkMisskeyFlavoredMarkdown.ts * wip * wip * wip * wip * wip * Update post-message.ts * wip * Update EmNoteDetailed.vue * Update EmNoteDetailed.vue * Create instance.ts * Update EmNoteDetailed.vue * wip * Update EmNoteDetailed.vue * wip * wip * wip * Update pnpm-lock.yaml * wip * wip * wp * wip * Update ClientServerService.ts * wip * Update boot.ts * Update vite.config.local-dev.ts * Update vite.config.ts * Create index.html * wa- * wip * Update boot.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * Create EmLink.vue * Create EmMention.vue * Update EmMfm.ts * wip * wip * wip * wip * Update vite.config.ts * Update boot.ts * Update EmA.vue * うぃp * wip * wip * Create EmError.vue * wip * Update MkEmbedCodeGenDialog.vue * Update EmNote.vue * wip * wip * Update user-timeline.vue * Update check-spdx-license-id.yml * wip * wip * style(frontend-shared): lint fixes on build.js * fix(frontend-shared): include `*.{js,json}` files in js-built * wip * use alias * refactor * refactor * Update scroll.ts * refactor * refactor * refactor * wip * wip * wip * wip * Update roles.vue * Update branding.vue * wip * wip * wip * Update page.vue * wip * fix import * add missing css variables * 絵文字をtwemojiに変更 クライアントデフォルトにあわせるため * force empoll readonly * fix compiler error * fix broken imports * tweak button style * run api extractor * fix storybook theme preloads * fix storybook instance imports * Update preview.ts * Update preview.ts * Update preview.ts * Revert "Update preview.ts" This reverts commit 12bab1c6fbd3baf753515df760ff19d027b85155. * Revert "Update preview.ts" This reverts commit 5c0ce01dbdf2194ffe94aba950f747a9968f29c4. * Revert "Update preview.ts" This reverts commit f4863524d7e5ca0f25470808849c24a72bea000a. * Revert "fix storybook instance imports" This reverts commit ed8eabb246edf731d31adffbe3c77c539e53ae9e. * Revert "wip" This reverts commit d3c1926519878155193a1654f49141e515d49683. * Revert "Update page.vue" This reverts commit 27c7900b0c1ae296b56075e8a9c22585d9cd744b. * Revert "Update branding.vue" This reverts commit c08ccb65ba66774c3e2b3dcfc6153004b5c0aa16. * Revert "Update roles.vue" This reverts commit 1488b670660cb1803d17d8f5c78f2d79e59fa52d. * Revert "wip" This reverts commit aab1c769814b08c257cad3025422a0eea3bfba4f. * refactor: use common media proxy * fix imports * fix * fix: MediaProxyの初期化を保証する(storybook対策?) * enhance(frontend-embed): improve embedParams provide * fix(backend): MK_DEV_PREFER=backendのときにembed viteが読み込めないのを修正 * fix * embed-pageを共通化 * fix import * fix import * fix import * const.jsを共通化 (たぶんrevertしすぎた) * fix type error * fix duplicated import * fix lint * fix * コメントとして残す * sharedとembedをlint対象にする * lint * attempt to fix eslint (frontend-shared) * lint fixes --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
340 lines
8.3 KiB
Vue
340 lines
8.3 KiB
Vue
<!--
|
|
SPDX-FileCopyrightText: syuilo and misskey-project
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
-->
|
|
|
|
<template>
|
|
<div class="_gaps">
|
|
<MkInfo>{{ i18n.ts._fileViewer.thisPageCanBeSeenFromTheAuthor }}</MkInfo>
|
|
<MkLoading v-if="fetching"/>
|
|
<div v-else-if="file" class="_gaps">
|
|
<div :class="$style.filePreviewRoot">
|
|
<MkMediaList :mediaList="[file]"></MkMediaList>
|
|
</div>
|
|
<div :class="$style.fileQuickActionsRoot">
|
|
<button class="_button" :class="$style.fileNameEditBtn" @click="rename()">
|
|
<h2 class="_nowrap" :class="$style.fileName">{{ file.name }}</h2>
|
|
<i class="ti ti-pencil" :class="$style.fileNameEditIcon"></i>
|
|
</button>
|
|
<div :class="$style.fileQuickActionsOthers">
|
|
<button v-tooltip="i18n.ts.createNoteFromTheFile" class="_button" :class="$style.fileQuickActionsOthersButton" @click="postThis()">
|
|
<i class="ti ti-pencil"></i>
|
|
</button>
|
|
<button v-if="isImage" v-tooltip="i18n.ts.cropImage" class="_button" :class="$style.fileQuickActionsOthersButton" @click="crop()">
|
|
<i class="ti ti-crop"></i>
|
|
</button>
|
|
<button v-if="file.isSensitive" v-tooltip="i18n.ts.unmarkAsSensitive" class="_button" :class="$style.fileQuickActionsOthersButton" @click="toggleSensitive()">
|
|
<i class="ti ti-eye"></i>
|
|
</button>
|
|
<button v-else v-tooltip="i18n.ts.markAsSensitive" class="_button" :class="$style.fileQuickActionsOthersButton" @click="toggleSensitive()">
|
|
<i class="ti ti-eye-exclamation"></i>
|
|
</button>
|
|
<a v-tooltip="i18n.ts.download" :href="file.url" :download="file.name" class="_button" :class="$style.fileQuickActionsOthersButton">
|
|
<i class="ti ti-download"></i>
|
|
</a>
|
|
<button v-tooltip="i18n.ts.delete" class="_button" :class="[$style.fileQuickActionsOthersButton, $style.danger]" @click="deleteFile()">
|
|
<i class="ti ti-trash"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="_gaps_s">
|
|
<button class="_button" :class="$style.kvEditBtn" @click="move()">
|
|
<MkKeyValue>
|
|
<template #key>{{ i18n.ts.folder }}</template>
|
|
<template #value>{{ folderHierarchy.join(' > ') }}<i class="ti ti-pencil" :class="$style.kvEditIcon"></i></template>
|
|
</MkKeyValue>
|
|
</button>
|
|
<button class="_button" :class="$style.kvEditBtn" @click="describe()">
|
|
<MkKeyValue>
|
|
<template #key>{{ i18n.ts.description }}</template>
|
|
<template #value>{{ file.comment ? file.comment : `(${i18n.ts.none})` }}<i class="ti ti-pencil" :class="$style.kvEditIcon"></i></template>
|
|
</MkKeyValue>
|
|
</button>
|
|
<MkKeyValue :class="$style.fileMetaDataChildren">
|
|
<template #key>{{ i18n.ts._fileViewer.uploadedAt }}</template>
|
|
<template #value><MkTime :time="file.createdAt" mode="detail"/></template>
|
|
</MkKeyValue>
|
|
<MkKeyValue :class="$style.fileMetaDataChildren">
|
|
<template #key>{{ i18n.ts._fileViewer.type }}</template>
|
|
<template #value>{{ file.type }}</template>
|
|
</MkKeyValue>
|
|
<MkKeyValue :class="$style.fileMetaDataChildren">
|
|
<template #key>{{ i18n.ts._fileViewer.size }}</template>
|
|
<template #value>{{ bytes(file.size) }}</template>
|
|
</MkKeyValue>
|
|
<MkKeyValue :class="$style.fileMetaDataChildren" :copy="file.url">
|
|
<template #key>URL</template>
|
|
<template #value>{{ file.url }}</template>
|
|
</MkKeyValue>
|
|
</div>
|
|
</div>
|
|
<div v-else class="_fullinfo">
|
|
<img :src="infoImageUrl" class="_ghost"/>
|
|
<div>{{ i18n.ts.nothing }}</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import { ref, computed, defineAsyncComponent, onMounted } from 'vue';
|
|
import * as Misskey from 'misskey-js';
|
|
import MkInfo from '@/components/MkInfo.vue';
|
|
import MkMediaList from '@/components/MkMediaList.vue';
|
|
import MkKeyValue from '@/components/MkKeyValue.vue';
|
|
import bytes from '@/filters/bytes.js';
|
|
import { infoImageUrl } from '@/instance.js';
|
|
import { i18n } from '@/i18n.js';
|
|
import * as os from '@/os.js';
|
|
import { misskeyApi } from '@/scripts/misskey-api.js';
|
|
import { useRouter } from '@/router/supplier.js';
|
|
|
|
const router = useRouter();
|
|
|
|
const props = defineProps<{
|
|
fileId: string;
|
|
}>();
|
|
|
|
const fetching = ref(true);
|
|
const file = ref<Misskey.entities.DriveFile>();
|
|
const folderHierarchy = computed(() => {
|
|
if (!file.value) return [i18n.ts.drive];
|
|
const folderNames = [i18n.ts.drive];
|
|
|
|
function get(folder: Misskey.entities.DriveFolder) {
|
|
if (folder.parent) get(folder.parent);
|
|
folderNames.push(folder.name);
|
|
}
|
|
|
|
if (file.value.folder) get(file.value.folder);
|
|
return folderNames;
|
|
});
|
|
const isImage = computed(() => file.value?.type.startsWith('image/'));
|
|
|
|
async function fetch() {
|
|
fetching.value = true;
|
|
|
|
file.value = await misskeyApi('drive/files/show', {
|
|
fileId: props.fileId,
|
|
}).catch((err) => {
|
|
console.error(err);
|
|
return undefined;
|
|
});
|
|
|
|
fetching.value = false;
|
|
}
|
|
|
|
function postThis() {
|
|
if (!file.value) return;
|
|
|
|
os.post({
|
|
initialFiles: [file.value],
|
|
});
|
|
}
|
|
|
|
function crop() {
|
|
if (!file.value) return;
|
|
|
|
os.cropImage(file.value, {
|
|
aspectRatio: NaN,
|
|
uploadFolder: file.value.folderId ?? null,
|
|
});
|
|
}
|
|
|
|
function move() {
|
|
if (!file.value) return;
|
|
|
|
os.selectDriveFolder(false).then(folder => {
|
|
misskeyApi('drive/files/update', {
|
|
fileId: file.value.id,
|
|
folderId: folder[0] ? folder[0].id : null,
|
|
}).then(async () => {
|
|
await fetch();
|
|
});
|
|
});
|
|
}
|
|
|
|
function toggleSensitive() {
|
|
if (!file.value) return;
|
|
|
|
os.apiWithDialog('drive/files/update', {
|
|
fileId: file.value.id,
|
|
isSensitive: !file.value.isSensitive,
|
|
}).then(async () => {
|
|
await fetch();
|
|
}).catch(err => {
|
|
os.alert({
|
|
type: 'error',
|
|
title: i18n.ts.error,
|
|
text: err.message,
|
|
});
|
|
});
|
|
}
|
|
|
|
function rename() {
|
|
if (!file.value) return;
|
|
|
|
os.inputText({
|
|
title: i18n.ts.renameFile,
|
|
placeholder: i18n.ts.inputNewFileName,
|
|
default: file.value.name,
|
|
}).then(({ canceled, result: name }) => {
|
|
if (canceled) return;
|
|
os.apiWithDialog('drive/files/update', {
|
|
fileId: file.value.id,
|
|
name: name,
|
|
}).then(async () => {
|
|
await fetch();
|
|
});
|
|
});
|
|
}
|
|
|
|
function describe() {
|
|
if (!file.value) return;
|
|
|
|
const { dispose } = os.popup(defineAsyncComponent(() => import('@/components/MkFileCaptionEditWindow.vue')), {
|
|
default: file.value.comment ?? '',
|
|
file: file.value,
|
|
}, {
|
|
done: caption => {
|
|
os.apiWithDialog('drive/files/update', {
|
|
fileId: file.value.id,
|
|
comment: caption.length === 0 ? null : caption,
|
|
}).then(async () => {
|
|
await fetch();
|
|
});
|
|
},
|
|
closed: () => dispose(),
|
|
});
|
|
}
|
|
|
|
async function deleteFile() {
|
|
if (!file.value) return;
|
|
|
|
const { canceled } = await os.confirm({
|
|
type: 'warning',
|
|
text: i18n.tsx.driveFileDeleteConfirm({ name: file.value.name }),
|
|
});
|
|
|
|
if (canceled) return;
|
|
await os.apiWithDialog('drive/files/delete', {
|
|
fileId: file.value.id,
|
|
});
|
|
|
|
router.push('/my/drive');
|
|
}
|
|
|
|
onMounted(async () => {
|
|
await fetch();
|
|
});
|
|
</script>
|
|
|
|
<style lang="scss" module>
|
|
|
|
.filePreviewRoot {
|
|
background: var(--panel);
|
|
border-radius: var(--radius);
|
|
// MkMediaList 内の上部マージン 4px
|
|
padding: calc(1rem - 4px) 1rem 1rem;
|
|
}
|
|
|
|
.fileQuickActionsRoot {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8px;
|
|
}
|
|
|
|
@container (min-width: 500px) {
|
|
.fileQuickActionsRoot {
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
}
|
|
|
|
.fileQuickActionsOthers {
|
|
margin-left: auto;
|
|
margin-right: 1rem;
|
|
display: flex;
|
|
gap: 8px;
|
|
|
|
.fileQuickActionsOthersButton {
|
|
padding: .5rem;
|
|
border-radius: 99rem;
|
|
|
|
&:hover,
|
|
&:focus-visible {
|
|
background-color: var(--accentedBg);
|
|
color: var(--accent);
|
|
text-decoration: none;
|
|
outline: none;
|
|
}
|
|
|
|
&.danger {
|
|
color: #ff2a2a;
|
|
}
|
|
|
|
&.danger:hover,
|
|
&.danger:focus-visible {
|
|
background-color: rgba(255, 42, 42, .15);
|
|
}
|
|
}
|
|
}
|
|
|
|
.fileNameEditBtn {
|
|
padding: .5rem 1rem;
|
|
display: flex;
|
|
align-items: center;
|
|
min-width: 0;
|
|
font-weight: 700;
|
|
border-radius: var(--radius);
|
|
font-size: .8rem;
|
|
|
|
>.fileNameEditIcon {
|
|
color: transparent;
|
|
visibility: hidden;
|
|
padding-left: .5rem;
|
|
}
|
|
|
|
>.fileName {
|
|
margin: 0;
|
|
}
|
|
|
|
&:hover {
|
|
background-color: var(--accentedBg);
|
|
|
|
>.fileName,
|
|
>.fileNameEditIcon {
|
|
visibility: visible;
|
|
color: var(--accent);
|
|
}
|
|
}
|
|
}
|
|
|
|
.fileMetaDataChildren {
|
|
padding: .5rem 1rem;
|
|
}
|
|
|
|
.kvEditBtn {
|
|
text-align: start;
|
|
display: block;
|
|
width: 100%;
|
|
padding: .5rem 1rem;
|
|
border-radius: var(--radius);
|
|
|
|
.kvEditIcon {
|
|
display: inline-block;
|
|
color: transparent;
|
|
visibility: hidden;
|
|
padding-left: .5rem;
|
|
}
|
|
|
|
&:hover {
|
|
color: var(--accent);
|
|
background-color: var(--accentedBg);
|
|
|
|
.kvEditIcon {
|
|
color: var(--accent);
|
|
visibility: visible;
|
|
}
|
|
}
|
|
}
|
|
</style>
|