Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-21 | reducer WIP, user error boundaries in UI | Florian Dold | |
2021-06-02 | fix issues with circular imports | Florian Dold | |
Parts of this commit are from a patch by sebasjm. The circular imports caused an issue with webpack. While we don't use webpack in the wallet, the wallet should still be importable by webpack. Some packages were importing their dependencies via "index.js", which re-exports public exports of the package. This resulted in circular dependencies which were resolved correctly by rollup, but not by webpack. | |||
2021-03-17 | towards wallet-core / util split | Florian Dold | |
2020-08-10 | use API extractor for cleaner package separation | Florian Dold | |
2020-07-20 | editor settings | Florian Dold | |
2020-04-07 | more lint fixes | Florian Dold | |
2019-07-31 | headless wallet WIP | Florian Dold | |
2018-01-03 | fix lint issues and separate message types into multiple files | Florian Dold | |
2016-10-12 | crypto for refreshing | Florian Dold | |
2016-10-12 | tree view of wallet db | Florian Dold | |
2016-10-11 | vscode settings | Florian Dold | |