feat: hide original post area in the edit widget (#2283)

pull/2286/head
TAKAHASHI Shuuji 2023-07-30 03:38:13 +09:00 zatwierdzone przez GitHub
rodzic 675f5184a0
commit ee6ee30df1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 6 usunięć

Wyświetl plik

@ -213,13 +213,9 @@ onDeactivated(() => {
<template>
<div v-if="isHydrated && currentUser" flex="~ col gap-4" py3 px2 sm:px4 aria-roledescription="publish-widget">
<template v-if="draft.editingStatus">
<div flex="~ col gap-1">
<div id="state-editing" text-secondary self-center>
{{ $t('state.editing') }}
</div>
<StatusCard :status="draft.editingStatus" :actions="false" :hover="false" is-preview px-0 />
<div id="state-editing" text-secondary self-center>
{{ $t('state.editing') }}
</div>
<div border="b dashed gray/40" />
</template>
<div flex gap-3 flex-1>