Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add context menu support #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TheHalcyonSavant
Copy link

Great job! I love your extension. Although, the code smells a little bit, i.e. you could refactor it with some state management lib in the future (I had hard time tracing your events). Nevertheless, you have my 10 of 10 for the effort.

Today, I've created an option to use the context menu for quick searching, without using the keyboard, only mouse clicks. This's very helpful since I'm reading with my mouse, no keyboard involved. Maybe other will like this option as well.

src/options.html Outdated
<div class="panel-body">
<input id="contextMenu" type="checkbox" /> <label for="contextMenu">Context menu button</label>
<br />
<small>Can be very usefull if you don't like to use your keyboard often.</small>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

userful, not usefull

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I fixed that.

However, I think there are other more serious errors with my code. I couldn't find time to debug, because it doesn't break the extension, only my context menu. I couldn't find where it is so far...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants