mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1850] Add support for sorting when pressing the column headers on "Map Remote"? #1841
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1841
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @yberstad on GitHub (Nov 14, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1850
Sorting in "Map Remote" view
It would have been nice to be able to sort the list of mappings, when pressing the headers.
Why this feature/change is important?
I'm starting to get a lot of mappings, and it would make it easier to find what I was looking for if the list could be sorted.
Thanks in advance!
@NghiaTranUIT commented on GitHub (Nov 14, 2023):
Hi. You can find it by using the Command + F to open the Filter text field.
I'm afraid I can't support the "Column Sorting" because Map Remote Tools evaluates each rule from top to bottom when a new request comes. Sorting might cause a lot of problem and it's hard to identify.
@yberstad commented on GitHub (Nov 14, 2023):
Aha I see, I was not aware that the order in the Map Remote Tool was of importance. Thanks for the quick response!