mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #1556] Results are not from multiple selected resources #1548
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#1548
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 @devployment on GitHub (Feb 23, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1556
Description
Multiple resource selection in the left panel should show results from all selected resources
Steps to Reproduce
Current Behavior
The results are shown from the latest selected resource, even if multiple resources are selected
Expected Behavior
The results shown should additive. If x resources are selected, show results from x resources.
Environment
@NghiaTranUIT commented on GitHub (Feb 23, 2023):
Hey @devployment, sorry but it's not what the macOS does.
For example, in the Finder app, if you select multiple folders in the Left panel, it doesn't show all items in the Main View.
It's similar to Xcode or any app which has the Left/Right Panel.
To achieve this, you just simply click on the Parent Folder, it will display all traffic from its child.
@devployment commented on GitHub (Feb 23, 2023):
Sure, I can relate to how macOS works. But the Finder for example changes the right side view to some kind of summary, if multiple folders are selected on the left. Probably telling, ok I now don't know exactly what you want to see, so I don't show files anymore. :) But at least it does not show the files of the last selected folder.
Referring to the Finder an how macOS works, it would be consequent to not show any request if multiple folders are selected. Not sure if that would help? Probably not. But sure, this is a question of principle you might want to agree or not.
And yes, it works by selecting the parent folder. But still, at least for me, I have situations where it would be helpful to combine my pinned items and folders to filter down the requests based on the actual selection. As I have things grouped by applications, environments and what not. And sometimes I would just need to select certain applications / URLs to be shown.
So, at least from my POV usability of this tool would be greatly improved if the selection on the left would result in a filtered view of requests.
@NghiaTranUIT commented on GitHub (Feb 24, 2023):
Thanks for your suggestion. It's noted 👍