6 ms·
I just glanced through it again, and it seems to me that aside from styling, every section of code fulfills an important purpose. But it could definitely benefi
by maxlaumeister 7y ago
I just glanced through it again, and it seems to me that aside from styling, every section of code fulfills an important purpose. But it could definitely benefit from being more broken out into components and library-like, so that the only code surfaced in index.html is the UI code.
- Tepix 7y agoLooks like your code predates the Web Crypto API, so switching over to that should get rid of more than half the code. Right?