Adds a transaction 'view' for more detailed info about transactions. Figured it would be cool to be able to send directly to account from that view. When implementing that I also accidentally fixed #105 This PR also does a couple of other things:
Removes Wallet view as this was only an extra level on top of Account view
Introduces language.ts which is a wrapper for getting the language strings in javascript. This is handy when combining multiple language strings.
Adds a transaction 'view' for more detailed info about transactions. Figured it would be cool to be able to send directly to account from that view. When implementing that I also accidentally fixed #105 This PR also does a couple of other things:
language.ts
which is a wrapper for getting the language strings in javascript. This is handy when combining multiple language strings.