Add offline status for sortStatus method #139

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

Originally created by @paralleltree on 1/11/2026

Summary

Make sortStatus method handle offline status.

Background

In the FriendList view, sorting by Status does not work correctly, as offline friends may appear between online friends.
This PR fixes this behavior by handling the offline status in the sortStatus method.

Screenshots

Before After
image image
*Originally created by @paralleltree on 1/11/2026* ## Summary Make `sortStatus` method handle `offline` status. ## Background In the FriendList view, sorting by Status does not work correctly, as offline friends may appear between online friends. This PR fixes this behavior by handling the `offline` status in the `sortStatus` method. ## Screenshots |Before|After| |:--:|:--:| |<img width="194" height="342" alt="image" src="https://github.com/user-attachments/assets/6e3b8721-035c-4ff9-8e02-9e280ead95d2" />|<img width="188" height="473" alt="image" src="https://github.com/user-attachments/assets/a7b40bd8-9c16-4537-b2c3-628140e6bd08" />|
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#139