mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #289] [CLOSED] Fix requests order #211
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/289
Author: @hezhizhen
Created: 11/3/2025
Status: ❌ Closed
Base:
main← Head:fix-order📝 Commits (1)
1af78ecFix requests order📊 Changes
1 file changed (+8 additions, -1 deletions)
View changed files
📝
src-web/components/FolderLayout.tsx(+8 -1)📄 Description
If requests in one folder happen to have the same priority (e.g., 5000.0), these requests will be re-ordered every time I click on one request.
This PR fixes the order by sorting by updated time when the priority is the same.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.