mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1900] Previewing images breaks while previewing other file types as well #1892
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#1892
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 @stodirascu on GitHub (Jan 4, 2024).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1900
Originally assigned to: @NghiaTranUIT on GitHub.
Description
In the attached screen recording you can see that I'm scrolling through responses of different responses with the Body tab selected. At first the jpeg image shows correctly (awesome feature btw), but when switching to a video (is mp4 previewing implemented btw? I don't know, we're downloading partial content using Ranges so that might be why it's not previewing) the preview switches to Hex, and when going back to the image it stays hex.
Expected Behaviour
Would be cool if somehow the last previewing type per file extension e.g. would be persisted, always switching to jpeg in that dropdown is a bit annoying. Thanks!
Environment
https://github.com/ProxymanApp/Proxyman/assets/111747822/679cd9d3-7e49-4d73-9b31-135e748120c5
@NghiaTranUIT commented on GitHub (Jan 5, 2024):
Thanks. It's because Proxyman automatically switches to the Hex and persists in this setting for the next selection.
I agree that it's quite annoying. I will change this behavior.
@stodirascu commented on GitHub (Jan 5, 2024):
Cheers!
@NghiaTranUIT commented on GitHub (Jan 7, 2024):
@stodirascu you can try this build: https://download.proxyman.io/beta/Proxyman_4.15.0_Fix_UI_Previewer.dmg
The selected mode will remain, it doesn't automatically change as the current build anymore.
@stodirascu commented on GitHub (Jan 10, 2024):
@NghiaTranUIT Works! Thank you 🙌