mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-28 09:35:55 +03:00
[GH-ISSUE #1498] UX Suggestion: Persist the selected tab when viewing list of requests #1492
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#1492
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 @raxityo on GitHub (Jan 13, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1498
Originally assigned to: @NghiaTranUIT on GitHub.
Description
This is more of an opinionated UX suggestion than a feature request. If the behavior is intentional, please feel free to close this 🙂
When viewing a list of requests or responses with the details on the right panel, it would be very helpful if the focus stayed selected on the selected section.
Screen Recording
For example, here I am adding a breakpoint on
api.github.com/graphqlrequests → I want to inspect the difference in the request body across multiple requests and execute the request after inspecting.https://user-images.githubusercontent.com/767683/212344803-ccd4fc6b-f9cf-4d2d-99df-2b35dc4ef5ca.mp4
In the main Proxyman window, the selected tab (eg: Request Body, Response Body) stays selected when moving across different requests, so it feels unintuitive when the selection doesn't persist in this window.
@NghiaTranUIT commented on GitHub (Jan 14, 2023):
Thanks for the video @raxityo. I understand the problem with the Request/Response Tab in the Breakpoint.
Going to fix it now 👍
@NghiaTranUIT commented on GitHub (Jan 16, 2023):
@raxityo let's try this Beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_4.0.0_New_UI_for_Breakpoint.dmg
I've improved the layout of the Breakpoint, it's now easier to use 👍
It also fixes the bug you've mentioned 👍
@raxityo commented on GitHub (Jan 16, 2023):
@NghiaTranUIT Thanks so much! It's great! ♥