casper-wallet
casper-wallet copied to clipboard
Import account multiwindow optimization
- Should close main popup when the import popup window open up
- After import account success - should open up the main popup on the home page (use programmatic API)
- When the import popup window is opened behind the browser window, and the user try to click on the extension button in the browser menu, it should bring import window to the front (should NOT open the main popup). You’ll need to setup event handlers to the extension button with background script for this to work
This task should fix bugs: https://app.zenhub.com/workspaces/casper-signer-v2-61e1eff68a7f850022d10cc1/issues/make-software/casper-signer-v2/130 https://app.zenhub.com/workspaces/casper-signer-v2-61e1eff68a7f850022d10cc1/issues/make-software/casper-signer-v2/131
@vladimir-gachkovsky @piotrwitek once the new custom window architecture is completed we can use this ticket to test that the import + file upload functionality is working as expected, meaning double windows are not occurring during import.