iceshrimp-legacy/packages/client/src/pages/admin/index.vue

369 lines
9.5 KiB
Vue
Raw Normal View History

<template>
2021-11-19 11:36:12 +01:00
<div ref="el" class="hiyeyicy" :class="{ wide: !narrow }">
<div v-if="!narrow || page == null" class="nav">
2021-10-10 08:19:16 +02:00
<MkHeader :info="header"></MkHeader>
2021-12-30 13:47:48 +01:00
<MkSpacer :content-max="700" :margin-min="16">
2021-10-24 13:16:55 +02:00
<div class="lxpfedzu">
<div class="banner">
<img :src="$instance.iconUrl || '/favicon.ico'" alt="" class="icon"/>
</div>
2021-10-10 10:48:07 +02:00
2021-10-24 13:16:55 +02:00
<MkInfo v-if="noMaintainerInformation" warn class="info">{{ $ts.noMaintainerInformationWarning }} <MkA to="/admin/settings" class="_link">{{ $ts.configure }}</MkA></MkInfo>
2022-01-04 13:16:41 +01:00
<MkInfo v-if="noBotProtection" warn class="info">{{ $ts.noBotProtectionWarning }} <MkA to="/admin/security" class="_link">{{ $ts.configure }}</MkA></MkInfo>
2021-10-10 10:48:07 +02:00
2021-10-24 13:16:55 +02:00
<MkSuperMenu :def="menuDef" :grid="page == null"></MkSuperMenu>
</div>
</MkSpacer>
</div>
<div class="main">
2021-10-23 21:03:07 +02:00
<MkStickyContainer>
<template #header><MkHeader v-if="childInfo && !childInfo.hideHeader" :info="childInfo"/></template>
2022-01-12 16:47:05 +01:00
<component :is="component" :ref="el => pageChanged(el)" :key="page" v-bind="pageProps"/>
2021-10-23 21:03:07 +02:00
</MkStickyContainer>
</div>
</div>
</template>
<script lang="ts">
import { computed, defineAsyncComponent, defineComponent, isRef, nextTick, onMounted, reactive, ref, watch } from 'vue';
2021-11-11 18:02:25 +01:00
import { i18n } from '@/i18n';
import MkSuperMenu from '@/components/ui/super-menu.vue';
import MkInfo from '@/components/ui/info.vue';
import { scroll } from '@/scripts/scroll';
import { instance } from '@/instance';
import * as symbols from '@/symbols';
import * as os from '@/os';
import { lookupUser } from '@/scripts/lookup-user';
2020-02-16 18:21:27 +01:00
Migrate to Vue3 (#6587) * Update reaction.vue * fix bug * wip * wip * wjio * wip * Revert "wip" This reverts commit e427f2160adf4e8a4147006e25a89854edab0033. * wip * wip * wip * Update init.ts * Update drive-window.vue * wip * wip * Use PascalCase for components * Use PascalCase for components * update dep * wip * wip * wip * Update init.ts * wip * Update paging.ts * Update test.vue * watch deep * wip * lint * wip * wip * wip * wip * wiop * wip * Update webpack.config.ts * alllow null poll * wip * wip * wip * wiop * UI redesign & refactor (#6714) * wip * wip * wip * wip * wip * Update drive.vue * Update word-mute.vue * wip * wip * wip * clean up * wip * Update default.vue * wip * Update notes.vue * Update mfm.ts * Update index.home.vue * Update post-form.vue * Update post-form-attaches.vue * wip * Update post-form.vue * Update sidebar.vue * wip * wip * Update index.vue * wip * Update default.vue * Update index.vue * Update index.vue * wip * Update post-form-attaches.vue * Update note.vue * wip * clean up * Update notes.vue * wip * wip * Update ja-JP.yml * wip * wip * Update index.vue * wip * wip * wip * wip * wip * wip * wip * wip * Update default.vue * wip * Update _dark.json5 * wip * wip * wip * clean up * wip * wip * Update index.vue * Update test.vue * wip * wip * fix * wip * wip * wip * wip * clena yop * wip * wip * Update store.ts * Update messaging-room.vue * Update default.widgets.vue * fix * wip * wip * Update modal.vue * wip * Update os.ts * Update os.ts * Update deck.vue * Update init.ts * wip * Update ja-JP.yml * v-sizeは単にwindowのresizeを監視するだけで良いかもしれない * Update modal.vue * wip * Update tooltip.ts * wip * wip * wip * wip * wip * Update image-viewer.vue * wip * wip * Update style.scss * Update style.scss * Update visitor.vue * wip * Update init.ts * Update init.ts * wip * wip * Update visitor.vue * Update visitor.vue * Update visitor.vue * Update visitor.vue * wip * wip * Update modal.vue * Update header.vue * Update menu.vue * Update about.vue * Update about-misskey.vue * wip * wip * Update visitor.vue * Update tooltip.ts * wip * Update drive.vue * wip * Update style.scss * Update header.vue * wip * wip * Update users.user.vue * Update announcements.vue * wip * wip * wip * Update emojis.vue * wip * Update emojis.vue * Update style.scss * Update users.vue * wip * Update style.scss * wip * Update welcome.entrance.vue * Update radio.vue * Update size.ts * Update emoji-edit-dialog.vue * wip * Update emojis.vue * wip * Update emojis.vue * Update emojis.vue * Update emojis.vue * wip * wip * wip * wip * Update file-dialog.vue * wip * wip * Update token-generate-window.vue * Update notification-setting-window.vue * wip * wip * Update _error_.vue * Update ja-JP.yml * wip * wip * Update store.ts * Update emojis.vue * Update emojis.vue * Update emojis.vue * Update announcements.vue * Update store.ts * wip * Update page-editor.vue * wip * wip * Update modal.vue * wip * Update select-file.ts * Update timeline.vue * Update emojis.vue * Update os.ts * wip * Update user-select.vue * Update mfm.ts * Update get-file-info.ts * Update drive.vue * Update init.ts * Update mfm.ts * wip * wip * Update window.vue * Update note.vue * wip * wip * Update user-info.vue * wip * wip * wip * wip * wip * Update header.vue * Update header.vue * wip * Update explore.vue * wip * wip * wip * Update webpack.config.ts * wip * wip * wip * wip * wip * wip * Update autocomplete.ts * wip * wip * wip * Update toast.vue * wip * Update post-form-dialog.vue * wip * wip * wip * wip * wip * Update users.vue * wip * Update explore.vue * wip * wip * wip * Update package.json * wip * Update icon-dialog.vue * wip * wip * Update user-preview.ts * wip * wip * wip * wip * wip * Update instance.vue * Update user-name.vue * Update federation.vue * Update instance.vue * wip * wip * Update tag.vue * wip * wip * wip * wip * wip * Update instance.vue * wip * Update os.ts * Update os.ts * wip * wip * wip * Update router.ts * wip * Update init.ts * Update note.vue * Update messages.vue * wip * wip * wip * wip * wip * google * wip * wip * wip * wip * Update theme-editor.vue * wip * wip * Update room.vue * Update channel-editor.vue * wip * Update window.vue * Update window.vue * wip * Update window.vue * Update window.vue * wip * Update menu.vue * wip * wip * wip * wip * Update messaging-room.vue * wip * Update post-form.vue * Update default.widgets.vue * Update window.vue * wip
2020-10-17 13:12:00 +02:00
export default defineComponent({
components: {
2021-10-10 08:19:16 +02:00
MkSuperMenu,
MkInfo,
},
2021-10-23 21:03:07 +02:00
provide: {
shouldOmitHeaderTitle: false,
},
props: {
initialPage: {
type: String,
required: false
}
},
setup(props, context) {
const indexInfo = {
title: i18n.ts.controlPanel,
2021-10-09 05:33:08 +02:00
icon: 'fas fa-cog',
bg: 'var(--bg)',
2021-10-23 21:03:07 +02:00
hideHeader: true,
};
const INFO = ref(indexInfo);
2021-10-23 21:03:07 +02:00
const childInfo = ref(null);
const page = ref(props.initialPage);
const narrow = ref(false);
const view = ref(null);
const el = ref(null);
2022-01-12 16:47:05 +01:00
const pageChanged = (page) => {
if (page == null) return;
const viewInfo = page[symbols.PAGE_INFO];
if (isRef(viewInfo)) {
watch(viewInfo, () => {
childInfo.value = viewInfo.value;
}, { immediate: true });
} else {
childInfo.value = viewInfo;
}
};
const pageProps = ref({});
2021-10-10 08:19:16 +02:00
const isEmpty = (x: any) => x == null || x == '';
const noMaintainerInformation = ref(false);
const noBotProtection = ref(false);
os.api('meta', { detail: true }).then(meta => {
// TODO: 設定が完了しても残ったままになるので、ストリーミングでmeta更新イベントを受け取ってよしなに更新する
noMaintainerInformation.value = isEmpty(meta.maintainerName) || isEmpty(meta.maintainerEmail);
noBotProtection.value = !meta.enableHcaptcha && !meta.enableRecaptcha;
});
const menuDef = computed(() => [{
title: i18n.ts.quickAction,
2021-10-10 08:19:16 +02:00
items: [{
type: 'button',
icon: 'fas fa-search',
text: i18n.ts.lookup,
2021-10-10 08:19:16 +02:00
action: lookup,
}, ...(instance.disableRegistration ? [{
type: 'button',
icon: 'fas fa-user',
text: i18n.ts.invite,
2021-10-10 08:19:16 +02:00
action: invite,
}] : [])],
}, {
title: i18n.ts.administration,
2021-10-10 08:19:16 +02:00
items: [{
icon: 'fas fa-tachometer-alt',
text: i18n.ts.dashboard,
2021-10-22 10:37:51 +02:00
to: '/admin/overview',
2021-10-10 08:19:16 +02:00
active: page.value === 'overview',
}, {
icon: 'fas fa-users',
text: i18n.ts.users,
2021-10-22 10:37:51 +02:00
to: '/admin/users',
2021-10-10 08:19:16 +02:00
active: page.value === 'users',
}, {
icon: 'fas fa-laugh',
text: i18n.ts.customEmojis,
2021-10-22 10:37:51 +02:00
to: '/admin/emojis',
2021-10-10 08:19:16 +02:00
active: page.value === 'emojis',
}, {
icon: 'fas fa-globe',
text: i18n.ts.federation,
2021-10-22 10:37:51 +02:00
to: '/admin/federation',
2021-10-10 08:19:16 +02:00
active: page.value === 'federation',
}, {
icon: 'fas fa-clipboard-list',
text: i18n.ts.jobQueue,
2021-10-22 10:37:51 +02:00
to: '/admin/queue',
2021-10-10 08:19:16 +02:00
active: page.value === 'queue',
}, {
icon: 'fas fa-cloud',
text: i18n.ts.files,
2021-10-22 10:37:51 +02:00
to: '/admin/files',
2021-10-10 08:19:16 +02:00
active: page.value === 'files',
}, {
icon: 'fas fa-broadcast-tower',
text: i18n.ts.announcements,
2021-10-22 10:37:51 +02:00
to: '/admin/announcements',
2021-10-10 08:19:16 +02:00
active: page.value === 'announcements',
}, {
icon: 'fas fa-audio-description',
text: i18n.ts.ads,
2021-10-22 10:37:51 +02:00
to: '/admin/ads',
2021-10-10 08:19:16 +02:00
active: page.value === 'ads',
}, {
icon: 'fas fa-exclamation-circle',
text: i18n.ts.abuseReports,
2021-10-22 10:37:51 +02:00
to: '/admin/abuses',
2021-10-10 08:19:16 +02:00
active: page.value === 'abuses',
}],
}, {
title: i18n.ts.settings,
2021-10-10 08:19:16 +02:00
items: [{
icon: 'fas fa-cog',
text: i18n.ts.general,
2021-10-22 10:37:51 +02:00
to: '/admin/settings',
2021-10-10 08:19:16 +02:00
active: page.value === 'settings',
}, {
icon: 'fas fa-envelope',
text: i18n.ts.emailServer,
2021-10-22 10:37:51 +02:00
to: '/admin/email-settings',
2021-10-10 08:19:16 +02:00
active: page.value === 'email-settings',
}, {
icon: 'fas fa-cloud',
text: i18n.ts.objectStorage,
2021-10-22 10:37:51 +02:00
to: '/admin/object-storage',
2021-10-10 08:19:16 +02:00
active: page.value === 'object-storage',
}, {
icon: 'fas fa-lock',
text: i18n.ts.security,
2021-10-22 10:37:51 +02:00
to: '/admin/security',
2021-10-10 08:19:16 +02:00
active: page.value === 'security',
}, {
icon: 'fas fa-globe',
text: i18n.ts.relays,
2021-10-22 10:37:51 +02:00
to: '/admin/relays',
2021-10-10 08:19:16 +02:00
active: page.value === 'relays',
}, {
icon: 'fas fa-share-alt',
text: i18n.ts.integration,
2021-10-22 10:37:51 +02:00
to: '/admin/integrations',
2021-10-10 08:19:16 +02:00
active: page.value === 'integrations',
}, {
icon: 'fas fa-ban',
text: i18n.ts.instanceBlocking,
2021-10-22 10:37:51 +02:00
to: '/admin/instance-block',
2021-10-10 08:19:16 +02:00
active: page.value === 'instance-block',
}, {
icon: 'fas fa-ghost',
text: i18n.ts.proxyAccount,
2021-10-22 10:37:51 +02:00
to: '/admin/proxy-account',
2021-10-10 08:19:16 +02:00
active: page.value === 'proxy-account',
}, {
icon: 'fas fa-cogs',
text: i18n.ts.other,
2021-10-22 10:37:51 +02:00
to: '/admin/other-settings',
2021-10-10 08:19:16 +02:00
active: page.value === 'other-settings',
}],
}, {
title: i18n.ts.info,
2021-10-10 08:19:16 +02:00
items: [{
icon: 'fas fa-database',
text: i18n.ts.database,
2021-10-22 10:37:51 +02:00
to: '/admin/database',
2021-10-10 08:19:16 +02:00
active: page.value === 'database',
}],
}]);
const component = computed(() => {
if (page.value == null) return null;
switch (page.value) {
case 'overview': return defineAsyncComponent(() => import('./overview.vue'));
case 'users': return defineAsyncComponent(() => import('./users.vue'));
case 'emojis': return defineAsyncComponent(() => import('./emojis.vue'));
2021-08-07 03:24:50 +02:00
case 'federation': return defineAsyncComponent(() => import('../federation.vue'));
case 'queue': return defineAsyncComponent(() => import('./queue.vue'));
case 'files': return defineAsyncComponent(() => import('./files.vue'));
case 'announcements': return defineAsyncComponent(() => import('./announcements.vue'));
case 'ads': return defineAsyncComponent(() => import('./ads.vue'));
case 'database': return defineAsyncComponent(() => import('./database.vue'));
case 'abuses': return defineAsyncComponent(() => import('./abuses.vue'));
case 'settings': return defineAsyncComponent(() => import('./settings.vue'));
case 'email-settings': return defineAsyncComponent(() => import('./email-settings.vue'));
case 'object-storage': return defineAsyncComponent(() => import('./object-storage.vue'));
case 'security': return defineAsyncComponent(() => import('./security.vue'));
case 'relays': return defineAsyncComponent(() => import('./relays.vue'));
case 'integrations': return defineAsyncComponent(() => import('./integrations.vue'));
case 'instance-block': return defineAsyncComponent(() => import('./instance-block.vue'));
case 'proxy-account': return defineAsyncComponent(() => import('./proxy-account.vue'));
case 'other-settings': return defineAsyncComponent(() => import('./other-settings.vue'));
}
});
watch(component, () => {
pageProps.value = {};
nextTick(() => {
2021-10-09 05:33:08 +02:00
scroll(el.value, { top: 0 });
});
}, { immediate: true });
watch(() => props.initialPage, () => {
if (props.initialPage == null && !narrow.value) {
page.value = 'overview';
} else {
page.value = props.initialPage;
if (props.initialPage == null) {
INFO.value = indexInfo;
}
}
});
2020-08-13 10:58:16 +02:00
onMounted(() => {
narrow.value = el.value.offsetWidth < 800;
if (!narrow.value) {
page.value = 'overview';
}
2020-08-13 10:58:16 +02:00
});
2020-02-16 18:21:27 +01:00
const invite = () => {
os.api('admin/invite').then(x => {
os.alert({
type: 'info',
text: x.code
});
}).catch(e => {
os.alert({
type: 'error',
text: e
2020-08-10 13:23:51 +02:00
});
});
};
const lookup = (ev) => {
2021-08-08 05:19:10 +02:00
os.popupMenu([{
text: i18n.ts.user,
icon: 'fas fa-user',
action: () => {
lookupUser();
}
}, {
text: i18n.ts.note,
icon: 'fas fa-pencil-alt',
action: () => {
alert('TODO');
}
}, {
text: i18n.ts.file,
icon: 'fas fa-cloud',
action: () => {
alert('TODO');
}
}, {
text: i18n.ts.instance,
icon: 'fas fa-globe',
action: () => {
alert('TODO');
}
2022-01-28 03:53:12 +01:00
}], ev.currentTarget ?? ev.target);
};
return {
[symbols.PAGE_INFO]: INFO,
2021-10-10 08:19:16 +02:00
menuDef,
header: {
title: i18n.ts.controlPanel,
2021-10-10 08:19:16 +02:00
},
noMaintainerInformation,
noBotProtection,
page,
narrow,
view,
el,
2022-01-12 16:47:05 +01:00
pageChanged,
2021-10-23 21:03:07 +02:00
childInfo,
pageProps,
component,
invite,
lookup,
};
},
});
</script>
<style lang="scss" scoped>
.hiyeyicy {
&.wide {
display: flex;
margin: 0 auto;
height: 100%;
> .nav {
width: 32%;
2021-10-10 08:19:16 +02:00
max-width: 280px;
box-sizing: border-box;
border-right: solid 0.5px var(--divider);
overflow: auto;
2021-10-10 08:19:16 +02:00
height: 100%;
}
2020-08-13 16:02:43 +02:00
> .main {
flex: 1;
min-width: 0;
}
}
2021-10-10 08:19:16 +02:00
> .nav {
2021-10-24 13:16:55 +02:00
.lxpfedzu {
> .info {
margin: 16px 0;
}
2021-10-24 13:16:55 +02:00
> .banner {
margin: 16px;
2021-10-24 13:16:55 +02:00
> .icon {
display: block;
margin: auto;
height: 42px;
border-radius: 8px;
}
}
}
}
}
</style>