vegaprotocol / vegawallet-desktop

Desktop application for Vega Protocol's wallet
MIT License
15 stars 12 forks source link

Import wallet refactor #621

Closed dalebennett1992 closed 1 year ago

dalebennett1992 commented 1 year ago

Get shared code for import wallet functionality

A further thought occurs regarding classes v objects, it would be nice for the pages to inherit common functionality. Classes would enable this and could extend a common page class, I am thinking for elements such as generic forms or toast. Something to consider but for now I have stuck to the existing pattern mostly.