summaryrefslogtreecommitdiff
path: root/packages/client/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-07-02 12:22:52 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-07-02 12:22:52 +0900
commitb773d516d3a604fb8506c0b5ee449e2461024efa (patch)
treeeef84d6f6f45f8c088d7765ecb5d276862bb791a /packages/client/src
parentenhance(client): cache pages in page-window (diff)
downloadmisskey-b773d516d3a604fb8506c0b5ee449e2461024efa.tar.gz
misskey-b773d516d3a604fb8506c0b5ee449e2461024efa.tar.bz2
misskey-b773d516d3a604fb8506c0b5ee449e2461024efa.zip
chore(client): tweak ui
Diffstat (limited to 'packages/client/src')
-rw-r--r--packages/client/src/pages/user-info.vue10
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/client/src/pages/user-info.vue b/packages/client/src/pages/user-info.vue
index 76b772ece2..b3292290ea 100644
--- a/packages/client/src/pages/user-info.vue
+++ b/packages/client/src/pages/user-info.vue
@@ -1,7 +1,7 @@
<template>
<MkStickyContainer>
<template #header><MkPageHeader v-model:tab="tab" :actions="headerActions" :tabs="headerTabs"/></template>
- <MkSpacer :content-max="500" :margin-min="16" :margin-max="32">
+ <MkSpacer :content-max="600" :margin-min="16" :margin-max="32">
<FormSuspense :p="init">
<div v-if="tab === 'overview'" class="_formRoot">
<div class="_formBlock aeakzknw">
@@ -27,6 +27,14 @@
<template #key>ID</template>
<template #value><span class="_monospace">{{ user.id }}</span></template>
</MkKeyValue>
+ <MkKeyValue oneline style="margin: 1em 0;">
+ <template #key>{{ i18n.ts.createdAt }}</template>
+ <template #value><span class="_monospace"><MkTime :time="user.createdAt" :mode="'detail'"/></span></template>
+ </MkKeyValue>
+ <MkKeyValue v-if="info" oneline style="margin: 1em 0;">
+ <template #key>{{ i18n.ts.lastActiveDate }}</template>
+ <template #value><span class="_monospace"><MkTime :time="info.lastActiveDate" :mode="'detail'"/></span></template>
+ </MkKeyValue>
</div>
<FormSection v-if="iAmModerator">