In addition to the frontend fix for FP sorting (PR #658), we should also address the issue at the API level and fix the backend.
The backend should return the response in a sorted order, with sorting handled at the database level to ensure optimal performance. This approach will also make it compatible with pagination in the future.
In addition to the frontend fix for FP sorting (PR #658), we should also address the issue at the API level and fix the backend.
The backend should return the response in a sorted order, with sorting handled at the database level to ensure optimal performance. This approach will also make it compatible with pagination in the future.