Make timeline a list of articles
This commit is contained in:
parent
038b45e64a
commit
d41e7a4c6d
3 changed files with 35 additions and 30 deletions
|
|
@ -79,10 +79,12 @@
|
|||
<div
|
||||
ref="timeline"
|
||||
class="timeline"
|
||||
role="list"
|
||||
>
|
||||
<conversation
|
||||
v-for="statusId in filteredPinnedStatusIds"
|
||||
:key="statusId + '-pinned'"
|
||||
role="listitem"
|
||||
class="status-fadein"
|
||||
:status-id="statusId"
|
||||
:collapsable="true"
|
||||
|
|
@ -93,6 +95,7 @@
|
|||
<conversation
|
||||
v-for="status in filteredVisibleStatuses"
|
||||
:key="status.id"
|
||||
role="listitem"
|
||||
class="status-fadein"
|
||||
:status-id="status.id"
|
||||
:collapsable="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue