Use feed role for notifs and timelines
This commit is contained in:
parent
17aa503106
commit
b718c0c77d
|
@ -52,7 +52,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="panel-body"
|
class="panel-body"
|
||||||
role="list"
|
role="feed"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-for="notification in notificationsToDisplay"
|
v-for="notification in notificationsToDisplay"
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
<div
|
<div
|
||||||
ref="timeline"
|
ref="timeline"
|
||||||
class="timeline"
|
class="timeline"
|
||||||
role="list"
|
role="feed"
|
||||||
>
|
>
|
||||||
<conversation
|
<conversation
|
||||||
v-for="statusId in filteredPinnedStatusIds"
|
v-for="statusId in filteredPinnedStatusIds"
|
||||||
|
|
Loading…
Reference in New Issue