From f715de43f2bae1593128f34f7362c1963a54e3a1 Mon Sep 17 00:00:00 2001 From: tusooa Date: Mon, 7 Nov 2022 13:22:40 -0500 Subject: Add labels for timeline header --- src/components/timeline/timeline.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/timeline') diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 8a036fd0..15cf043e 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -47,6 +47,7 @@ v-else-if="!embedded" class="loadmore-text faint veryfaint rightside-icon" :title="$t('timeline.up_to_date')" + :aria-disabled="true" @click.prevent > Date: Mon, 7 Nov 2022 13:53:56 -0500 Subject: Make timeline a list of articles --- src/components/conversation/conversation.vue | 58 ++++++++++++++-------------- src/components/thread_tree/thread_tree.vue | 4 +- src/components/timeline/timeline.vue | 3 ++ 3 files changed, 35 insertions(+), 30 deletions(-) (limited to 'src/components/timeline') diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 3752e3c1..afa04db0 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -60,7 +60,7 @@ v-if="shouldShowAncestors" class="thread-ancestors" > -
- + - + + @goto="setHighlight" + @toggleExpanded="toggleExpanded" + /> + diff --git a/src/components/thread_tree/thread_tree.vue b/src/components/thread_tree/thread_tree.vue index 4eaf597d..c6fffc71 100644 --- a/src/components/thread_tree/thread_tree.vue +++ b/src/components/thread_tree/thread_tree.vue @@ -1,5 +1,5 @@ diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 15cf043e..f561d974 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -79,10 +79,12 @@
Date: Tue, 8 Nov 2022 10:34:38 -0500 Subject: Use feed role for notifs and timelines --- src/components/notifications/notifications.vue | 2 +- src/components/timeline/timeline.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/timeline') diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 02a87fcc..3d5878d4 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -52,7 +52,7 @@