MyCrypto/.gitignore
Connor Bryan 7320413dab Mnemonic Redesign (#1501)
* Added a shuffle to swap out the numbers and made them read-only.

* Add a border and an index when selecting a confirmation word

* Add error flashing

* Transform the inputs into buttons when confirming

* Change naming of "peek" to "revealing"

* If statement needs brackets

* Linter complaints

* Code cleanup

* Formatting and removing unused styles.

* Move out shuffle to a util

* Additional test cases

* Function call, forgot the parens

* Adjust sizing and position of confirmation index in Mnemonic button

* Implement requested style changes: selected buttons, margins on inputs

* Use lodahs shuffle

* No need to spread this array
2018-04-12 23:50:36 -05:00

64 lines
877 B
Plaintext

.idea
# Logs
logs
*.log
npm-debug.log*
# Build
dist
# Runtime data
pids
*.pid
*.seed
# Python venv
venv
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules
jspm_packages
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# VScode workspace settings
.vscode/
static/dll.vendor.js
dll
.cache-loader
# SSL cert stuff
webpack_config/server.key
webpack_config/server.crt
webpack_config/server.csr
v8-compile-cache-0/
package-lock.json
# Favicon cache
.wwp-cache
# MacOSX
.DS_Store