Save drafts permanently in local storage
This commit is contained in:
parent
98bbb4eeef
commit
b6f1178ea3
7 changed files with 54 additions and 9 deletions
|
|
@ -31,12 +31,12 @@
|
|||
class="faint-link"
|
||||
:to="{ name: 'conversation', params: { id: draft.refId } }"
|
||||
>
|
||||
{{ refStatus.external_url }}
|
||||
{{ refStatus ? refStatus.external_url : $t('drafts.unavailable') }}
|
||||
</router-link>
|
||||
</template>
|
||||
</i18n-t>
|
||||
<StatusContent
|
||||
v-if="draft.refId"
|
||||
v-if="draft.refId && refStatus"
|
||||
class="status-content"
|
||||
:status="refStatus"
|
||||
:compact="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue