mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 09:05:54 +03:00
[GH-ISSUE #693] Clearing does not update count #691
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#691
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 @CyberMew on GitHub (Nov 15, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/693
Proxyman version? (Ex. Proxyman 1.4.3)
2.12.0
macOS Version? (Ex. mac 10.14)
all
Steps to reproduce
Click on Clear button
Expected behavior
Requests on screen to be cleared, regardless of what sidebar (app, domain, pinned) we selected, and whether or not we also cleared the filtered the results.
Domain count to be updated correctly. If I am viewing Domains and I have 2 domain, I filter for 1 domain, I clear the screen, then domain count should be 1. If I did not filter, and I clear it, domain count will be 0.
Current behavior
Count does not updated at all. Clearing of filtered results seems fine, no hopefully no issue there.
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Nov 15, 2020):
It's correct behavior @CyberMew 😄
The count number is the sub-nodes inside this folder. For instance, 616 is the number of the domain inside the Domains folder.
It's not the number of the flow of the current view, which has the Clear button.
Therefore, if you hit the Clear button, it will clear all requests from the current List, not remove the domain folder.
To clear 616, you may click on the Clear session button on the Top Navigation Bar 👍
@CyberMew commented on GitHub (Nov 15, 2020):
Hi @NghiaTranUIT, the Domains shows 616, but the list is empty. I have some pinned domains but definitely not more than 10. Showing 616 in this case is considered correct behaviour? I am not expecting to see 616 (sub-nodes) since there is no way I can access them anymore.
@NghiaTranUIT commented on GitHub (Nov 15, 2020):
Can you click on the Triangle arrow? It will expand the subnode 😄
@CyberMew commented on GitHub (Nov 18, 2020):
Ah ok. Yes, it expanded with all the domain names, but inside each of then, it is blank. There are no http request entries inside. So is the app supposed to retain all the subnodes with nothing inside after clicking on Clear?
@NghiaTranUIT commented on GitHub (Nov 18, 2020):
Yes, it's correct. The scope of the Clear button is just the selected node (on the left). It means it will clear all flows in the Middle Table. It doesn't affect other nodes (in the left panel).
If you click Clear Session, it will clear all, and the count number will reset to 0, since all nodes are wiped out.
I understand that it's a little confusing, but it's essential to separate it since many users do not want to clear all, they just need to clear the current table view.