Indicate whether collapsed statuses contain gallery media or link preview cards

このコミットが含まれているのは:
xenofem 2020-02-08 13:15:09 -05:00
コミット 36e19128bf
2個のファイルの変更18行の追加2行の削除

ファイルの表示

@ -277,7 +277,17 @@
href="#"
class="cw-status-hider"
@click.prevent="toggleShowMore"
>{{ $t("general.show_more") }}</a>
>
{{ $t("general.show_more") }}
<span
v-if="galleryAttachments.length > 0"
class="icon-picture"
/>
<span
v-if="status.card"
class="icon-link"
/>
</a>
<a
v-if="showingMore"
href="#"

ファイルの表示

@ -339,6 +339,12 @@
"css": "arrow-curved",
"code": 59426,
"src": "iconic"
},
{
"uid": "0ddd3e8201ccc7d41f7b7c9d27eca6c1",
"css": "link",
"code": 59427,
"src": "fontawesome"
}
]
}
}