aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/first-time-flow/seed-phrase/tests
Commit message (Collapse)AuthorAgeFilesLines
* Allow dragging seed phrase during Confirm Seed Phrase (#6557)Chi Kei Chan2019-05-071-0/+169
* Add basic drag and drop functionality * Refactor seed phrase data structure * Insert to list when drop * Save before refactor * Finish DND * Fix linter * update package-lock.json * Address styling feedbacks * Add box shadow on hover * Finish adding unit tests * Remove describe.only