commit: b718c0c77d16bf917dc564404cb0fa61a2c535b3
parent 17aa503106f129e391f8478ade6821f09ef7494a
Author: tusooa <tusooa@kazv.moe>
Date: Tue, 8 Nov 2022 10:34:38 -0500
Use feed role for notifs and timelines
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue
@@ -52,7 +52,7 @@
</div>
<div
class="panel-body"
- role="list"
+ role="feed"
>
<div
v-for="notification in notificationsToDisplay"
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
@@ -79,7 +79,7 @@
<div
ref="timeline"
class="timeline"
- role="list"
+ role="feed"
>
<conversation
v-for="statusId in filteredPinnedStatusIds"