[Bug] Friend list pagination sorting issue #151

Closed
opened 2026-04-05 16:16:20 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @CQMHV on 1/4/2026

Bug Description
The sorting mechanism for Time Played Together is currently localized to individual pages. Instead of sorting the entire database of friends and then partitioning them into pages, the system appears to fetch a batch of records and then apply sorting only to that specific subset. This causes each page to incorrectly display its own descending range ending in 0h.

Steps to Reproduce
Log in to VRCX with a friend list of 200+ users.

Set pagination to 100 friends per page.

Click the Time Played Together column to sort in descending order.

Observe Page 1: Playtimes range from 4d 16h down to 0h.

Observe Page 2: Playtimes range from 1d 18h down to 0h.

Observe Page 3: Playtimes range from approximately 11h down to 0h.

Expected Behavior
Sorting should be a global operation. The system should sort all 200+ friends by playtime first, and then distribute them across pages. Page 1 should contain the top 100 friends, and Page 2 should begin with the 101st friend. Lower values like 0h should only appear on the final page of the list.

Environment / Version
VRCX Version: Nightly 2026-01-02T02.07-c42ea13

*Originally created by @CQMHV on 1/4/2026* Bug Description The sorting mechanism for Time Played Together is currently localized to individual pages. Instead of sorting the entire database of friends and then partitioning them into pages, the system appears to fetch a batch of records and then apply sorting only to that specific subset. This causes each page to incorrectly display its own descending range ending in 0h. Steps to Reproduce Log in to VRCX with a friend list of 200+ users. Set pagination to 100 friends per page. Click the Time Played Together column to sort in descending order. Observe Page 1: Playtimes range from 4d 16h down to 0h. Observe Page 2: Playtimes range from 1d 18h down to 0h. Observe Page 3: Playtimes range from approximately 11h down to 0h. Expected Behavior Sorting should be a global operation. The system should sort all 200+ friends by playtime first, and then distribute them across pages. Page 1 should contain the top 100 friends, and Page 2 should begin with the 101st friend. Lower values like 0h should only appear on the final page of the list. Environment / Version VRCX Version: Nightly 2026-01-02T02.07-c42ea13
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#151