| Age | Commit message (Collapse) | Author |
|
Follow on from 8601edd71e74ba522e32658309cb2e7acca8aeeb.
|
|
Scripts loaded via the content-script loader previously were loaded
synchronously. In recent versions of Chrome, they now seem to be loaded
asynchrnously, which causes errors.
This is a temporary commit to keep master healthy until I (or somebody)
figures out properly what is going on.
It is expected to be reverted in due course.
|
|
|
|
|
|
It's pretty undiscoverable that you can click command names to yank
them. So, this adds a tip to the bottom of the help dialog.
Also, change the cursor to a pointer when hovering over command names.
|
|
- Style the links at the top the same as those at the bottom (re.
colour).
- Fix HTML indentation.
|
|
Use margins to centre the help dialog. This works better on narrow
windows, and seems to produce a balanced dialog in a variety of cases.
|
|
|
|
|
|
It's not clear when -- possibly when we moved the help dialog to an
iframe -- the links at the bottom of the help dialog stopped working.
Here, we reinstate them by opening the referenced page in a new tab.
This is consistent with the behaviour of the links at the top of the
help dialog.
Also, the "please review us" link now points to the "reviews" tab on the
Chrome store.
|
|
This reverts commit 86470f13d853b33cda8cb006ae24aeb2dcec0c9c.
|
|
We make the help dialog iframe cover most of the height of the window,
but only be as wide as it needs to be.
Like this, the user can click to the side of the dialog (on the options
page) to enter bindings in the custom ley mapping input, with the help
dialog open.
|
|
|
|
|
|
|
|
Move Vomnibar commands to own category on help page.
|
|
The help page gets pretty lopsided when advanced commands are shown. This balances things out a bit by creating a new category for Vomnibar commands in the right-hand column.
|
|
Ass suggested in by @LarryBattle in #1643.
|
|
|
|
|
|
|
|
Also correct a bug with the show / hide advanced commands button.
|