edge-extension
Here are 130 public repositories matching this topic...
-
Updated
Nov 14, 2020 - JavaScript
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Nov 29, 2020 - TypeScript
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Nov 28, 2020 - TypeScript
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Nov 27, 2020 - TypeScript
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Nov 24, 2020 - JavaScript
For people that use the standalone password generator as part of their workflow, it would be better if they didn't have to refocus the previous input field after they close the generator panel.
- document.activeElement.hasFocus() will tell us what is currently focussed
- If it exists we can store a reference to the activeElement in the PanelStub instance
- When closing the PanelStub we can c
-
Updated
Oct 10, 2020 - TypeScript
-
Updated
Nov 27, 2020 - JavaScript
When a user would like to use yarn, it needs to be installed, even when --skip-install option is used.
I think this check could be moved to the actual install phase, simply throwing a warning like "Yarn is not installed, skipping install. Please install yarn on your machine." is enough.
What do you think, @HaNdTriX ?
-
Updated
Oct 5, 2020 - TypeScript
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Nov 25, 2020 - Vue
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Nov 19, 2020 - TypeScript
A page to show the instructions to get the API key
And also the instructions if the user uses custom host.
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Nov 3, 2020 - CoffeeScript
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Oct 17, 2020 - TypeScript
Improve this page
Add a description, image, and links to the edge-extension topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the edge-extension topic, visit your repo's landing page and select "manage topics."
If the
setting.omnibarPositionis set tobottom, the omnibar appears at the bottom of the window, and the candidates appears on the top of it. Then when the UP/DOWN key is pressed, the cursor will move DOWN/UP incorrectly.