mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #94] Show "Send" button all over the page or enable hotkeys #41
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#41
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 @tiagoa on GitHub (Aug 29, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/94
Is your feature request related to a problem? Please describe.
I'm always frustrated when configuring the request and then having to scroll up the page just to hit the "Send" button.
Describe the solution you'd like
Set a fixed position for the button "Send" or/and enable hotkeys.
@NBTX commented on GitHub (Aug 29, 2019):
What if we made the request section sticky to the top of the window as you scroll?
Though, either way, hotkeys does seem like a good idea.
@izerozlu commented on GitHub (Aug 30, 2019):
I'm working on an implementation with the IntersectionObserver.
After that implementation i'll look into enabling some hotkeys as well.
@liyasthomas commented on GitHub (Aug 30, 2019):
I did a UI with sticky request section, but it broke responsiveness. Looking forward for suggestions.