From 3e79c2ee16d6e64e1e9f5535b170cf9518e171c9 Mon Sep 17 00:00:00 2001 From: Julio Ruiz Date: Tue, 12 May 2026 00:45:29 -0500 Subject: [PATCH] Adding approximate amount of results into the list. --- app/components/inbox/InboxList.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/components/inbox/InboxList.vue b/app/components/inbox/InboxList.vue index 5930c8f..1b60e14 100755 --- a/app/components/inbox/InboxList.vue +++ b/app/components/inbox/InboxList.vue @@ -618,7 +618,9 @@ const rows = computed(() => { body: bodyResult?.html ?? null, bodyApproximate: bodyResult?.approximate ?? false, extraSnippets, - extraFields + extraFields, + matchesPosition: activity._matchesPosition, + bodyMatchCount: activity._matchesPosition?.body?.length } }) @@ -688,6 +690,9 @@ useIntersectionObserver(
+ + +