mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1463] [iOS] Show menu context on JSON TreeView #1455
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#1455
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 @NghiaTranUIT on GitHub (Dec 12, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1463
Originally assigned to: @8bitzz on GitHub.
Description
Currently, we could not copy the key & value of a JSON Object (in the JSON Tree View).
When tapping on the Object, it expands the sub-tree nodes.
Why this feature/change is important?
Acceptance Criteria
Implement the Menu Context when long pressing on the row
Show the "Copy Key" and "Copy Value" menu item
Copy Key => Copy the current key to the clipboard -> Haptic feedback & Show "Copied to clipboard!" Hub (See the Detail JSON Key Node Controller)
Copy Value => Copy value of the object -> Haptic feedback
If the value of a selected node is a JSON Object / Array -> Copy this JSON Object as a string
Otherwise, copy the string value