Commit Graph

10 Commits

Author SHA1 Message Date
Florian Dold
82f2b76e25
Reorganize module loading.
We now use webpack instead of SystemJS, effectively bundling modules
into one file (plus commons chunks) for every entry point.  This results
in a much smaller extension size (almost half).  Furthermore we use
yarn/npm even for extension run-time dependencies.  This relieves us
from manually vendoring and building dependencies.  It's also easier to
understand for new developers familiar with node.
2017-04-24 16:14:29 +02:00
Florian Dold
5cbe41cf60
update submodules 2017-03-08 17:14:20 +01:00
Florian Dold
04aad590fb
accept exchange URL suggestion from bank 2017-02-12 04:40:28 +01:00
Florian Dold
d57b6a4bcc
modularize i18n 2016-11-27 22:13:24 +01:00
Florian Dold
5c17f4b61e force initial update 2016-11-23 16:50:30 +01:00
Florian Dold
b65f8d83c2 expand exchange selection on error 2016-11-23 16:47:20 +01:00
Florian Dold
7731ddd098 translations 2016-11-23 01:14:45 +01:00
Florian Dold
2cd4a85ed4 better error reporting 2016-11-19 16:33:29 +01:00
Florian Dold
bd65bb67e2 incrementally verify denoms
The denominations are not stored in a separate object store.
2016-11-16 02:00:31 +01:00
Florian Dold
f3fb8be7db restructuring 2016-11-13 23:31:17 +01:00