PYRO-56 Virtualized file manager #383

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

Originally created by @ferothefox on 3/30/2024

Fixes PYRO-56. Effectively removes the 250 file view limit as virtualization ensures only the file rows that are visible on-screen are rendered. The only costs to having more than 250 files being available is the burden on the API (should not be much) and the serialization on the client (literally, just sorting the files array. Theoretically should be okay up to 5000 files).

This implementation may have bugs but everything seemed to work OK from my testing.

*Originally created by @ferothefox on 3/30/2024* Fixes PYRO-56. Effectively removes the 250 file view limit as virtualization ensures only the file rows that are visible on-screen are rendered. The only costs to having more than 250 files being available is the burden on the API (should not be much) and the serialization on the client (literally, just sorting the files array. Theoretically should be okay up to 5000 files). This implementation may have bugs but everything seemed to work OK from my testing.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pyrodactyl#383