helmus / Jira-Hot-Linker

Jira Hot Linker
MIT License
40 stars 14 forks source link

Provide a pin button to remember when I move the tooltip and have it shown in that location always #36

Open somewhatabstract opened 1 week ago

somewhatabstract commented 1 week ago

This extension is fantastic and I use it a lot. However, when I'm editing a GitHub PR description or comment, it can get a little intrusive if the mouse rests in the wrong place.

As mentioned in the comments, the tooltip can be moved out of the way and it will pin in that location. However, upon closing it, and then hovering again, it will reappear at the pointer location. It would be really cool to me if we could pin the tooltip to the moved location (like a corner of the screen, for example) so that subsequent hovers still had it show up in that location until the "pinning" were removed.

Perhaps enabled with a little pin icon button.

somewhatabstract commented 1 week ago

I raised this in case someone has bandwidth for it before I get a chance to give it a go.

helmus commented 1 week ago

Hello, this feature is already supported, simply drag the notification to where you would like to pin it. Hit esc to close

somewhatabstract commented 1 week ago

Oooo, how did I miss this. Trying it now. Thanks!

somewhatabstract commented 1 week ago

Ah, ok, I am updating this issue to a slightly different request. :)

helmus commented 3 days ago

So it sounds like you want to separate the location pinning from the display pinning. ( e.g. don't show the tooltip all the time once it's pinned ). It should be relativity easy to add, all the code is there, you just need to hide the pin again when hovering out of a ticket. I will buy you a coffee if you send a PR !

somewhatabstract commented 2 days ago

No need for a coffee, but I'll try to carve out some time to do this :)