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

Use PasswordField for WIF key in secret token sale screen #351

Merged
merged 1 commit into from
Nov 24, 2017

Conversation

slipo
Copy link
Contributor

@slipo slipo commented Nov 23, 2017

This screen isn't available yet but I saw it wasn't using the new password field so I did a quick update.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 47.527% when pulling 5dd93e6 on slipo:use-pw-field-token-sale into 5bbd312 on CityOfZion:dev.

@evgenyboxer evgenyboxer merged commit 332422f into CityOfZion:dev Nov 24, 2017
dvdschwrtz-zz pushed a commit that referenced this pull request Nov 27, 2017
* Fix for: Password is displayed as visible text when creating wallet #342 (#347)

* Fix for: Give warning when API is down or wallet lacks connectivity #265 (#346)

* Fix lint errors and refactor

* Remove RPX from reducers

* Move loading indicator to the top

* hide scrollbars

* finetune the buttons

* Move the refresh button code to Dashboard.scss

* Remove unused styles

* Split token balances into its own component

* Add info icon

* add tokens balance to initiateGetBalance

* Remove unused methods

* POC tokenInfo

* Use PasswordField for WIF key in secret token sale screen (#351)

* Add token info modal and refactor the tokens state

* Update snapshots

* Remove uneeded code

* Better formatting (#350)

* Better formatting for bigger numbers

* Formating formatters file

* Removing mime requirement. Not needed.

* Remove exclamation that's not needed in UI (#353)

* Enter in textfields submits alt (#354)

* Enter button submits forms, simple solution

* Code style fixes

* Use tight version

* Remove unused function

* Remove comment

* Remove ToggleAsset

* Rename Gas -> GAS / Neo -> NEO

* Add isToken method

* WIP

* Use tight versioning

* WIP

* Rename rpx to sale, and clean it up

* Rename reducers to index

* Fix paths

* Add flow

* Add flow

* cleanups

* Rename initiateGetBalance to LoadWalletData

* Add TokenInfo type

* Fix tests

* Refactor prices (to support in the future)

* Add Type suffix for types

* Cleanup

* Cleanup

* Cleanup

* Fix typo

* Use neon-js constants

* Add support for test tokens

* Add percent buttons

* Fix token sale

* Sort imports

* Fix typo

* Revert back to not using NeonJS for Network

* Remove unsued functions

* Fix lint errors

* Refactor explorer

* Fix typo

* Revert back to local consts for ASSETS

* Load info when modal loads

* Rename to openExplorerTx

* Pass retrieveTokenInfo to the token info modal

* WIP

* Change token to symbol
dvdschwrtz-zz pushed a commit that referenced this pull request Nov 27, 2017
* Fix for: Password is displayed as visible text when creating wallet #342 (#347)

* Fix for: Give warning when API is down or wallet lacks connectivity #265 (#346)

* Fix lint errors and refactor

* Remove RPX from reducers

* Move loading indicator to the top

* hide scrollbars

* finetune the buttons

* Move the refresh button code to Dashboard.scss

* Remove unused styles

* Split token balances into its own component

* Add info icon

* add tokens balance to initiateGetBalance

* Remove unused methods

* POC tokenInfo

* Use PasswordField for WIF key in secret token sale screen (#351)

* Add token info modal and refactor the tokens state

* Update snapshots

* Remove uneeded code

* Better formatting (#350)

* Better formatting for bigger numbers

* Formating formatters file

* Removing mime requirement. Not needed.

* Remove exclamation that's not needed in UI (#353)

* Enter in textfields submits alt (#354)

* Enter button submits forms, simple solution

* Code style fixes

* Use tight version

* Remove unused function

* Remove comment

* Remove ToggleAsset

* Rename Gas -> GAS / Neo -> NEO

* Add isToken method

* WIP

* Use tight versioning

* WIP

* Rename rpx to sale, and clean it up

* Rename reducers to index

* Fix paths

* Add flow

* Add flow

* cleanups

* Rename initiateGetBalance to LoadWalletData

* Add TokenInfo type

* Fix tests

* Refactor prices (to support in the future)

* Add Type suffix for types

* Cleanup

* Cleanup

* Cleanup

* Fix typo

* Use neon-js constants

* Add support for test tokens

* Add percent buttons

* Fix token sale

* Sort imports

* Fix typo

* Revert back to not using NeonJS for Network

* Remove unsued functions

* Fix lint errors

* Refactor explorer

* Fix typo

* Revert back to local consts for ASSETS

* Load info when modal loads

* Rename to openExplorerTx

* Pass retrieveTokenInfo to the token info modal

* WIP

* Change token to symbol

* Add flow-typed for npm modules

* Move declarations upper level

* Correct GAS decimal length

* Fix token info modal

* Symbol > Asset

* Add a border to the dashboard

* Disable claim when claim amount is 0

* Fix lint errors
evgenyboxer pushed a commit that referenced this pull request Nov 27, 2017
* Fix for: Password is displayed as visible text when creating wallet #342 (#347)

* Fix for: Give warning when API is down or wallet lacks connectivity #265 (#346)

* Fix lint errors and refactor

* Remove RPX from reducers

* Move loading indicator to the top

* hide scrollbars

* finetune the buttons

* Move the refresh button code to Dashboard.scss

* Remove unused styles

* Split token balances into its own component

* Add info icon

* add tokens balance to initiateGetBalance

* Remove unused methods

* POC tokenInfo

* Use PasswordField for WIF key in secret token sale screen (#351)

* Add token info modal and refactor the tokens state

* Update snapshots

* Remove uneeded code

* Better formatting (#350)

* Better formatting for bigger numbers

* Formating formatters file

* Removing mime requirement. Not needed.

* Remove exclamation that's not needed in UI (#353)

* Enter in textfields submits alt (#354)

* Enter button submits forms, simple solution

* Code style fixes

* Use tight version

* Remove unused function

* Remove comment

* Remove ToggleAsset

* Rename Gas -> GAS / Neo -> NEO

* Add isToken method

* WIP

* Use tight versioning

* WIP

* Rename rpx to sale, and clean it up

* Rename reducers to index

* Fix paths

* Add flow

* Add flow

* cleanups

* Rename initiateGetBalance to LoadWalletData

* Add TokenInfo type

* Fix tests

* Refactor prices (to support in the future)

* Add Type suffix for types

* Cleanup

* Cleanup

* Cleanup

* Fix typo

* Use neon-js constants

* Add support for test tokens

* Add percent buttons

* Fix token sale

* Sort imports

* Fix typo

* Revert back to not using NeonJS for Network

* Remove unsued functions

* Fix lint errors

* Refactor explorer

* Fix typo

* Revert back to local consts for ASSETS

* Load info when modal loads

* Rename to openExplorerTx

* Pass retrieveTokenInfo to the token info modal

* WIP

* Change token to symbol

* Add flow-typed for npm modules

* Move declarations upper level

* Correct GAS decimal length

* Fix token info modal

* Symbol > Asset

* Add a border to the dashboard

* working on migration changes

* finalize migration changes
dvdschwrtz-zz pushed a commit that referenced this pull request Nov 29, 2017
* Fix for: Password is displayed as visible text when creating wallet #342 (#347)

* Fix for: Give warning when API is down or wallet lacks connectivity #265 (#346)

* Fix lint errors and refactor

* Remove RPX from reducers

* Move loading indicator to the top

* hide scrollbars

* finetune the buttons

* Move the refresh button code to Dashboard.scss

* Remove unused styles

* Split token balances into its own component

* Add info icon

* add tokens balance to initiateGetBalance

* Remove unused methods

* POC tokenInfo

* Use PasswordField for WIF key in secret token sale screen (#351)

* Add token info modal and refactor the tokens state

* Update snapshots

* Remove uneeded code

* Better formatting (#350)

* Better formatting for bigger numbers

* Formating formatters file

* Removing mime requirement. Not needed.

* Remove exclamation that's not needed in UI (#353)

* Enter in textfields submits alt (#354)

* Enter button submits forms, simple solution

* Code style fixes

* Use tight version

* Remove unused function

* Remove comment

* Remove ToggleAsset

* Rename Gas -> GAS / Neo -> NEO

* Add isToken method

* WIP

* Use tight versioning

* WIP

* Rename rpx to sale, and clean it up

* Rename reducers to index

* Fix paths

* Add flow

* Add flow

* cleanups

* Rename initiateGetBalance to LoadWalletData

* Add TokenInfo type

* Fix tests

* Refactor prices (to support in the future)

* Add Type suffix for types

* Cleanup

* Cleanup

* Cleanup

* Fix typo

* Use neon-js constants

* Add support for test tokens

* Add percent buttons

* Fix token sale

* Sort imports

* Fix typo

* Revert back to not using NeonJS for Network

* Remove unsued functions

* Fix lint errors

* Refactor explorer

* Fix typo

* Revert back to local consts for ASSETS

* Load info when modal loads

* Rename to openExplorerTx

* Pass retrieveTokenInfo to the token info modal

* WIP

* Change token to symbol

* Add flow-typed for npm modules

* Move declarations upper level

* Correct GAS decimal length

* Fix token info modal

* Symbol > Asset

* Add a border to the dashboard

* Disable claim when claim amount is 0

* Fix lint errors

* Fix recieve modal height

* format balance

* Preload token info when getting token balance (if it doesn't exist)

* Refactor formatters

* Drop the state and grab the info from the token props

* Add number formatting

* Use truncateToken

* Rename formatNumber to formatBalance

* Fix obtainTokenBalance

* Increase modal size to show full address

* Fix sending NEO/GAS
dvdschwrtz-zz pushed a commit that referenced this pull request Nov 29, 2017
* Fix for: Password is displayed as visible text when creating wallet #342 (#347)

* Fix for: Give warning when API is down or wallet lacks connectivity #265 (#346)

* Fix lint errors and refactor

* Remove RPX from reducers

* Move loading indicator to the top

* hide scrollbars

* finetune the buttons

* Move the refresh button code to Dashboard.scss

* Remove unused styles

* Split token balances into its own component

* Add info icon

* add tokens balance to initiateGetBalance

* Remove unused methods

* POC tokenInfo

* Use PasswordField for WIF key in secret token sale screen (#351)

* Add token info modal and refactor the tokens state

* Update snapshots

* Remove uneeded code

* Better formatting (#350)

* Better formatting for bigger numbers

* Formating formatters file

* Removing mime requirement. Not needed.

* Remove exclamation that's not needed in UI (#353)

* Enter in textfields submits alt (#354)

* Enter button submits forms, simple solution

* Code style fixes

* Use tight version

* Remove unused function

* Remove comment

* Remove ToggleAsset

* Rename Gas -> GAS / Neo -> NEO

* Add isToken method

* WIP

* Use tight versioning

* WIP

* Rename rpx to sale, and clean it up

* Rename reducers to index

* Fix paths

* Add flow

* Add flow

* cleanups

* Rename initiateGetBalance to LoadWalletData

* Add TokenInfo type

* Fix tests

* Refactor prices (to support in the future)

* Add Type suffix for types

* Cleanup

* Cleanup

* Cleanup

* Fix typo

* Use neon-js constants

* Add support for test tokens

* Add percent buttons

* Fix token sale

* Sort imports

* Fix typo

* Revert back to not using NeonJS for Network

* Remove unsued functions

* Fix lint errors

* Refactor explorer

* Fix typo

* Revert back to local consts for ASSETS

* Load info when modal loads

* Rename to openExplorerTx

* Pass retrieveTokenInfo to the token info modal

* WIP

* Change token to symbol

* Add flow-typed for npm modules

* Move declarations upper level

* Correct GAS decimal length

* Fix token info modal

* Symbol > Asset

* Add a border to the dashboard

* Disable claim when claim amount is 0

* Fix lint errors

* Fix recieve modal height

* format balance

* Preload token info when getting token balance (if it doesn't exist)

* Refactor formatters

* Drop the state and grab the info from the token props

* Add number formatting

* Use truncateToken

* Rename formatNumber to formatBalance

* Fix obtainTokenBalance

* Increase modal size to show full address

* Fix sending NEO/GAS

* Remove unused functions/reducers

* Remove unused state

* Fix CopyToClipboard + Tooltips

* hash lint error for now

* Fix creating a new wallet
dvdschwrtz-zz pushed a commit that referenced this pull request Nov 30, 2017
* Fix for: Password is displayed as visible text when creating wallet #342 (#347)

* Fix for: Give warning when API is down or wallet lacks connectivity #265 (#346)

* Fix lint errors and refactor

* Remove RPX from reducers

* Move loading indicator to the top

* hide scrollbars

* finetune the buttons

* Move the refresh button code to Dashboard.scss

* Remove unused styles

* Split token balances into its own component

* Add info icon

* add tokens balance to initiateGetBalance

* Remove unused methods

* POC tokenInfo

* Use PasswordField for WIF key in secret token sale screen (#351)

* Add token info modal and refactor the tokens state

* Update snapshots

* Remove uneeded code

* Better formatting (#350)

* Better formatting for bigger numbers

* Formating formatters file

* Removing mime requirement. Not needed.

* Remove exclamation that's not needed in UI (#353)

* Enter in textfields submits alt (#354)

* Enter button submits forms, simple solution

* Code style fixes

* Use tight version

* Remove unused function

* Remove comment

* Remove ToggleAsset

* Rename Gas -> GAS / Neo -> NEO

* Add isToken method

* WIP

* Use tight versioning

* WIP

* Rename rpx to sale, and clean it up

* Rename reducers to index

* Fix paths

* Add flow

* Add flow

* cleanups

* Rename initiateGetBalance to LoadWalletData

* Add TokenInfo type

* Fix tests

* Refactor prices (to support in the future)

* Add Type suffix for types

* Cleanup

* Cleanup

* Cleanup

* Fix typo

* Use neon-js constants

* Add support for test tokens

* Add percent buttons

* Fix token sale

* Sort imports

* Fix typo

* Revert back to not using NeonJS for Network

* Remove unsued functions

* Fix lint errors

* Refactor explorer

* Fix typo

* Revert back to local consts for ASSETS

* Load info when modal loads

* Rename to openExplorerTx

* Pass retrieveTokenInfo to the token info modal

* WIP

* Change token to symbol

* Add flow-typed for npm modules

* Move declarations upper level

* Correct GAS decimal length

* Fix token info modal

* Symbol > Asset

* Add a border to the dashboard

* Disable claim when claim amount is 0

* Fix lint errors

* Fix recieve modal height

* format balance

* Preload token info when getting token balance (if it doesn't exist)

* Refactor formatters

* Drop the state and grab the info from the token props

* Add number formatting

* Use truncateToken

* Rename formatNumber to formatBalance

* Fix obtainTokenBalance

* Increase modal size to show full address

* Fix sending NEO/GAS

* Remove unused functions/reducers

* Remove unused state

* Fix CopyToClipboard + Tooltips

* hash lint error for now

* Fix creating a new wallet

* es6

* fixes private key verification

* fix reset prices

* Wif > WIF

* validatePassphrase > validatePassphraseLengthLength

* Consolidate wallet creation

* Consolidate CreateWallet/EncryptKey

* WIF -> encryptedWIF

* Remove checkMatchingPassphrases and rename validatePassphrase

* Remove async and and a check for the validity of the encrypted wif

* remove unused style

* WIP
dvdschwrtz-zz pushed a commit that referenced this pull request Dec 2, 2017
* Fix for: Password is displayed as visible text when creating wallet #342 (#347)

* Fix for: Give warning when API is down or wallet lacks connectivity #265 (#346)

* Fix lint errors and refactor

* Remove RPX from reducers

* Move loading indicator to the top

* hide scrollbars

* finetune the buttons

* Move the refresh button code to Dashboard.scss

* Remove unused styles

* Split token balances into its own component

* Add info icon

* add tokens balance to initiateGetBalance

* Remove unused methods

* POC tokenInfo

* Use PasswordField for WIF key in secret token sale screen (#351)

* Add token info modal and refactor the tokens state

* Update snapshots

* Remove uneeded code

* Better formatting (#350)

* Better formatting for bigger numbers

* Formating formatters file

* Removing mime requirement. Not needed.

* Remove exclamation that's not needed in UI (#353)

* Enter in textfields submits alt (#354)

* Enter button submits forms, simple solution

* Code style fixes

* Use tight version

* Remove unused function

* Remove comment

* Remove ToggleAsset

* Rename Gas -> GAS / Neo -> NEO

* Add isToken method

* WIP

* Use tight versioning

* WIP

* Rename rpx to sale, and clean it up

* Rename reducers to index

* Fix paths

* Add flow

* Add flow

* cleanups

* Rename initiateGetBalance to LoadWalletData

* Add TokenInfo type

* Fix tests

* Refactor prices (to support in the future)

* Add Type suffix for types

* Cleanup

* Cleanup

* Cleanup

* Fix typo

* Use neon-js constants

* Add support for test tokens

* Add percent buttons

* Fix token sale

* Sort imports

* Fix typo

* Revert back to not using NeonJS for Network

* Remove unsued functions

* Fix lint errors

* Refactor explorer

* Fix typo

* Revert back to local consts for ASSETS

* Load info when modal loads

* Rename to openExplorerTx

* Pass retrieveTokenInfo to the token info modal

* WIP

* Change token to symbol

* Add flow-typed for npm modules

* Move declarations upper level

* Correct GAS decimal length

* Fix token info modal

* Symbol > Asset

* Add a border to the dashboard

* Disable claim when claim amount is 0

* Fix lint errors

* Fix recieve modal height

* format balance

* Preload token info when getting token balance (if it doesn't exist)

* Refactor formatters

* Drop the state and grab the info from the token props

* Add number formatting

* Use truncateToken

* Rename formatNumber to formatBalance

* Fix obtainTokenBalance

* Increase modal size to show full address

* Fix sending NEO/GAS

* Remove unused functions/reducers

* Remove unused state

* Fix CopyToClipboard + Tooltips

* hash lint error for now

* Fix creating a new wallet

* es6

* fixes private key verification

* fix reset prices

* Wif > WIF

* validatePassphrase > validatePassphraseLengthLength

* Consolidate wallet creation

* Consolidate CreateWallet/EncryptKey

* WIF -> encryptedWIF

* Remove checkMatchingPassphrases and rename validatePassphrase

* Remove async and and a check for the validity of the encrypted wif

* remove unused style

* WIP

* Load settings on app init (#377)

* Don't run coveralls when pushing (#379)

* Don't run coveralls on local

* Cleaner solution for: Don't run coveralls on local

* Use new test-ci command for ci

* Support for non-USD Currencies (#378)

* Configurable currencies

* Missed settings in the merge resolution commit

* Fix lint issue

* Add Cut/Copy/Paste context menus on input fields (#336) (#376)

* #336

* Allow for 'paste' only

* Resolve conflicts

* Use neon-js cnc api

* uppercase GAS and NEO

* update snapshots

* Capitlize
dvdschwrtz-zz pushed a commit that referenced this pull request Dec 2, 2017
* Fix for: Password is displayed as visible text when creating wallet #342 (#347)

* Fix for: Give warning when API is down or wallet lacks connectivity #265 (#346)

* Fix lint errors and refactor

* Remove RPX from reducers

* Move loading indicator to the top

* hide scrollbars

* finetune the buttons

* Move the refresh button code to Dashboard.scss

* Remove unused styles

* Split token balances into its own component

* Add info icon

* add tokens balance to initiateGetBalance

* Remove unused methods

* POC tokenInfo

* Use PasswordField for WIF key in secret token sale screen (#351)

* Add token info modal and refactor the tokens state

* Update snapshots

* Remove uneeded code

* Better formatting (#350)

* Better formatting for bigger numbers

* Formating formatters file

* Removing mime requirement. Not needed.

* Remove exclamation that's not needed in UI (#353)

* Enter in textfields submits alt (#354)

* Enter button submits forms, simple solution

* Code style fixes

* Use tight version

* Remove unused function

* Remove comment

* Remove ToggleAsset

* Rename Gas -> GAS / Neo -> NEO

* Add isToken method

* WIP

* Use tight versioning

* WIP

* Rename rpx to sale, and clean it up

* Rename reducers to index

* Fix paths

* Add flow

* Add flow

* cleanups

* Rename initiateGetBalance to LoadWalletData

* Add TokenInfo type

* Fix tests

* Refactor prices (to support in the future)

* Add Type suffix for types

* Cleanup

* Cleanup

* Cleanup

* Fix typo

* Use neon-js constants

* Add support for test tokens

* Add percent buttons

* Fix token sale

* Sort imports

* Fix typo

* Revert back to not using NeonJS for Network

* Remove unsued functions

* Fix lint errors

* Refactor explorer

* Fix typo

* Revert back to local consts for ASSETS

* Load info when modal loads

* Rename to openExplorerTx

* Pass retrieveTokenInfo to the token info modal

* WIP

* Change token to symbol

* Add flow-typed for npm modules

* Move declarations upper level

* Correct GAS decimal length

* Fix token info modal

* Symbol > Asset

* Add a border to the dashboard

* Disable claim when claim amount is 0

* Fix lint errors

* Fix recieve modal height

* format balance

* Preload token info when getting token balance (if it doesn't exist)

* Refactor formatters

* Drop the state and grab the info from the token props

* Add number formatting

* Use truncateToken

* Rename formatNumber to formatBalance

* Fix obtainTokenBalance

* Increase modal size to show full address

* Fix sending NEO/GAS

* Remove unused functions/reducers

* Remove unused state

* Fix CopyToClipboard + Tooltips

* hash lint error for now

* Fix creating a new wallet

* es6

* fixes private key verification

* fix reset prices

* Wif > WIF

* validatePassphrase > validatePassphraseLengthLength

* Consolidate wallet creation

* Consolidate CreateWallet/EncryptKey

* WIF -> encryptedWIF

* Remove checkMatchingPassphrases and rename validatePassphrase

* Remove async and and a check for the validity of the encrypted wif

* remove unused style

* WIP

* Load settings on app init (#377)

* Don't run coveralls when pushing (#379)

* Don't run coveralls on local

* Cleaner solution for: Don't run coveralls on local

* Use new test-ci command for ci

* Support for non-USD Currencies (#378)

* Configurable currencies

* Missed settings in the merge resolution commit

* Fix lint issue

* Add Cut/Copy/Paste context menus on input fields (#336) (#376)

* #336

* Allow for 'paste' only

* Resolve conflicts

* Use neon-js cnc api

* uppercase GAS and NEO

* update snapshots

* Capitlize

* Remove set token info

* Correct SymbolType/TokenType

* Update symbol type

* Add a missing onClick

* Use React$Node

* Rework formatting

* Use the correct function

* Add cleave.js and update neon-js

* Extract the nep5 decimal adjust to a util, and support ledger transfer (WIP)

* Update types

* Add a silent flag

* WIP

* Fix formatting
dvdschwrtz-zz pushed a commit that referenced this pull request Dec 3, 2017
* Fix for: Password is displayed as visible text when creating wallet #342 (#347)

* Fix for: Give warning when API is down or wallet lacks connectivity #265 (#346)

* Use PasswordField for WIF key in secret token sale screen (#351)

* Better formatting (#350)

* Better formatting for bigger numbers

* Formating formatters file

* Removing mime requirement. Not needed.

* Remove exclamation that's not needed in UI (#353)

* Enter in textfields submits alt (#354)

* Enter button submits forms, simple solution

* Code style fixes

* Load settings on app init (#377)

* Don't run coveralls when pushing (#379)

* Don't run coveralls on local

* Cleaner solution for: Don't run coveralls on local

* Use new test-ci command for ci

* Support for non-USD Currencies (#378)

* Configurable currencies

* Missed settings in the merge resolution commit

* Fix lint issue

* Add Cut/Copy/Paste context menus on input fields (#336) (#376)

* #336

* Allow for 'paste' only

* fix issues post merge conflict resolution

* fix merge conflicts with test
dvdschwrtz-zz pushed a commit that referenced this pull request Dec 3, 2017
…382)

* Fix for: Password is displayed as visible text when creating wallet #342 (#347)

* Fix for: Give warning when API is down or wallet lacks connectivity #265 (#346)

* Use PasswordField for WIF key in secret token sale screen (#351)

* Better formatting (#350)

* Better formatting for bigger numbers

* Formating formatters file

* Removing mime requirement. Not needed.

* Remove exclamation that's not needed in UI (#353)

* Enter in textfields submits alt (#354)

* Enter button submits forms, simple solution

* Code style fixes

* Load settings on app init (#377)

* Don't run coveralls when pushing (#379)

* Don't run coveralls on local

* Cleaner solution for: Don't run coveralls on local

* Use new test-ci command for ci

* Support for non-USD Currencies (#378)

* Configurable currencies

* Missed settings in the merge resolution commit

* Fix lint issue

* Add Cut/Copy/Paste context menus on input fields (#336) (#376)

* #336

* Allow for 'paste' only

* Extra instructions to help people having issues installing node-hid

* Remerging dev to try to preserve history

* Some more merge improvements
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.

None yet

3 participants