This commit is contained in:
syuilo 2020-08-25 09:03:52 +09:00
parent 7326f45ffd
commit 598e39a1f3
49 changed files with 54 additions and 54 deletions

View file

@ -1,6 +1,6 @@
<template>
<div class="ztgjmzrw">
<teleport to="#_teleport_header"><fa :icon="faBroadcastTower"/>{{ $t('announcements') }}</teleport>
<portal to="header"><fa :icon="faBroadcastTower"/>{{ $t('announcements') }}</portal>
<mk-button @click="add()" primary style="margin: 0 auto 16px auto;"><fa :icon="faPlus"/> {{ $t('add') }}</mk-button>
<section class="_card announcements">
<div class="_content announcement" v-for="announcement in announcements">

View file

@ -1,6 +1,6 @@
<template>
<div class="mk-instance-emojis">
<teleport to="#_teleport_header"><fa :icon="faLaugh"/>{{ $t('customEmojis') }}</teleport>
<portal to="header"><fa :icon="faLaugh"/>{{ $t('customEmojis') }}</portal>
<section class="_card _vMargin local">
<div class="_title"><fa :icon="faLaugh"/> {{ $t('customEmojis') }}</div>

View file

@ -1,6 +1,6 @@
<template>
<div class="mk-federation">
<teleport to="#_teleport_header"><fa :icon="faGlobe"/>{{ $t('federation') }}</teleport>
<portal to="header"><fa :icon="faGlobe"/>{{ $t('federation') }}</portal>
<section class="_card instances">
<div class="_content">

View file

@ -1,6 +1,6 @@
<template>
<div v-if="meta" class="xhexznfu" v-size="{ min: [1600] }">
<teleport to="#_teleport_header"><fa :icon="faServer"/>{{ $t('instance') }}</teleport>
<portal to="header"><fa :icon="faServer"/>{{ $t('instance') }}</portal>
<mk-folder>
<template #header><fa :icon="faTachometerAlt"/> {{ $t('overview') }}</template>

View file

@ -1,6 +1,6 @@
<template>
<div>
<teleport to="#_teleport_header"><fa :icon="faExchangeAlt"/>{{ $t('jobQueue') }}</teleport>
<portal to="header"><fa :icon="faExchangeAlt"/>{{ $t('jobQueue') }}</portal>
<x-queue :connection="connection" domain="inbox">
<template #title><fa :icon="faExchangeAlt"/> In</template>

View file

@ -1,6 +1,6 @@
<template>
<div class="relaycxt">
<teleport to="#_teleport_header"><fa :icon="faProjectDiagram"/>{{ $t('relays') }}</teleport>
<portal to="header"><fa :icon="faProjectDiagram"/>{{ $t('relays') }}</portal>
<section class="_card _vMargin add">
<div class="_title"><fa :icon="faPlus"/> {{ $t('addRelay') }}</div>

View file

@ -1,6 +1,6 @@
<template>
<div v-if="meta">
<teleport to="#_teleport_header"><fa :icon="faCog"/>{{ $t('settings') }}</teleport>
<portal to="header"><fa :icon="faCog"/>{{ $t('settings') }}</portal>
<section class="_card _vMargin info">
<div class="_title"><fa :icon="faInfoCircle"/> {{ $t('basicInfo') }}</div>

View file

@ -1,6 +1,6 @@
<template>
<div class="vrcsvlkm" v-if="user && info">
<teleport to="#_teleport_header" v-if="user"><mk-avatar class="avatar" :user="user" :disable-preview="true"/><mk-user-name :user="user" :nowrap="false" class="name"/></teleport>
<portal to="header" v-if="user"><mk-avatar class="avatar" :user="user" :disable-preview="true"/><mk-user-name :user="user" :nowrap="false" class="name"/></portal>
<section class="_card">
<div class="_title">

View file

@ -1,6 +1,6 @@
<template>
<div class="mk-instance-users">
<teleport to="#_teleport_header"><fa :icon="faUsers"/>{{ $t('users') }}</teleport>
<portal to="header"><fa :icon="faUsers"/>{{ $t('users') }}</portal>
<section class="_card _vMargin lookup">
<div class="_title"><fa :icon="faSearch"/> {{ $t('lookup') }}</div>