mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 17:15:49 +03:00
[GH-ISSUE #1380] Source List Panel cannot be width adjusted #1375
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#1375
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 @philosopherdog on GitHub (Oct 5, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1380
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Source List Panel cannot be width adjusted
Steps to Reproduce
Current Behavior
nothing happens!
Expected Behavior
width adjusts
Note:
When I switch from
AlltoHTTPor one of the others it allows me to adjust it but it goes back! AnnoyingEnvironment
Version 3.10.0 (31000)
MacOS 12.6
@NghiaTranUIT commented on GitHub (Oct 6, 2022):
Sorry but I could not reproduce the issue on my Mac 15"
https://user-images.githubusercontent.com/5878421/194186431-8f3c9179-76a8-46a7-8a0a-62d2b992f943.mp4
Just wondering: What is the size of your Mac screen? I suppose that a small size + low resolution can cause the bug.
@philosopherdog commented on GitHub (Oct 6, 2022):
Hey, I'm on a 16 inch M1. Here's a video. Usually I can't see this much of the side bar. I believe it has to do with long urls with lots of param.
https://user-images.githubusercontent.com/530718/194188774-bd1d2ccf-4378-474f-aa45-1f0963ebe68e.mp4
@NghiaTranUIT commented on GitHub (Oct 6, 2022):
If you don't mind, please share with me the entire screenshot of the app. You can censor your data if you'd like.
I'd understand your current layout.
The width of the Left column is limited
If the Request/Response panel is on the Vertical Mode, the left panel might not have enough room to resize.
On the other hand, if I use Horizontal Layout, the Left column can easily be resized.
@philosopherdog commented on GitHub (Oct 13, 2022):
https://youtu.be/QYnlUaX8huo
@NghiaTranUIT commented on GitHub (Oct 14, 2022):
Thanks for the video @philosopherdog
You couldn't resize the Left panel because there are a lot of Tab buttons on the Request & Response Panel.
Since the visibility of these buttons is high, it prevents the left panel to resize.
I suggest: either:
+button on the Request/Response Panel=> Unselect some unused tabs
It will let you have more space and allow you to resize.
Meanwhile, I will find a solution to fix it. Maybe allow hiding some Tab buttons.
@philosopherdog commented on GitHub (Oct 14, 2022):
Phew, Ok that makes total sense! Much appreciated.