mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #4055] annoying "Set as variable" popup on any text highlight #1442
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1442
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 @bnjox on GitHub (May 10, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4055
anytime I highlight a text, I keep getting the "set as variable" popup and it's annoying.
sometimes I just want to highlight it, to copy or even just read.
PS: this is the best lightweight client I have used and this is my biggest gripe and pain point
@AndrewBastin commented on GitHub (May 10, 2024):
Hi @sparrowsl
Thanks for the feedback. We will look into a solution for this.
But this repo is meant for hosting release binaries. You are supposed to open issues in https://github.com/hoppscotch/hoppsctch
Moving this issue
@thetronjohnson commented on GitHub (May 10, 2024):
Hi @sparrowsl
Your feedback makes sense and we've been considering a different implementation.
What do you think about the approach below?
@bnjox commented on GitHub (May 10, 2024):
Hi @thetronjohnson
thanks for the swift reply,
the options are nice, but is there a way we can opt-in to the actions,
personally, I like to highlight the texts while I think about something.
but if we can select the text and then Cmd/Control + K, then thats super beautiful
@awsms commented on GitHub (Jun 27, 2024):
+1 for opting-out to the super annoying "set as variable".
I only used it once, and it didn't work as I'd expect (it won't overwrite an existing variable, just create a new one...)
@kevindong commented on GitHub (Aug 4, 2024):
I'd also love to see this change. While setting an API response as a variable is a valid workflow, I would image it's vastly more common to copy/paste a snippet of the response.
Right now, I use the developer tools to add in a rule that hides the pop up which is obviously not great.
Either run this piece of JavaScript in devtools:
or use the style inspector tools to add this in:
This is of course brittle and will break whenever the class definition of the pop up changes.