Virtual scrolling for threads #1282

Open
opened 2023-11-08 02:35:07 +00:00 by tusooa · 0 comments
Owner

Part of https://git.pleroma.social/pleroma/pleroma-fe/-/issues/1134

Currently, virtual scrolling is not used for threads. This makes expanding threads slow.

One challenge is how to make the tree structure accessible to screen readers while using virtual scrolling (actual items are nested).

https://www.w3.org/WAI/ARIA/apg/patterns/treeview/

<!-- please use one of the templates if applicable, otherwise - type out here in free-form --> Part of https://git.pleroma.social/pleroma/pleroma-fe/-/issues/1134 Currently, virtual scrolling is not used for threads. This makes expanding threads slow. One challenge is how to make the tree structure accessible to screen readers while using virtual scrolling (actual items are nested). https://www.w3.org/WAI/ARIA/apg/patterns/treeview/
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pleroma/pleroma-fe#1282
No description provided.