Commit Graph

15 Commits

Author SHA1 Message Date
Florian Dold
1c3346cd53
less ad-hoc messaging, fix some lint warnings 2017-05-29 16:27:53 +02:00
Florian Dold
d0e0c6baf2
fix linter errors 2017-05-29 15:18:48 +02:00
Florian Dold
fc53a08bb0
add some more docs 2017-05-24 15:46:49 +02:00
Florian Dold
08a646a00c
eh, actually remove logging 2017-05-23 14:30:30 +02:00
Florian Dold
46776d0c30
remove debug logging, add comments 2017-05-23 14:29:34 +02:00
Florian Dold
d6bf24902a
implement new reserve creation dialog and auditor management 2017-04-28 23:28:27 +02:00
Florian Dold
b60f5cf77b
some fixes for firefox 2017-04-24 16:45:40 +02:00
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
d57b6a4bcc
modularize i18n 2016-11-27 22:13:24 +01:00
Florian Dold
b7f4ecc76a
remove i18n.parts and switch fully to JSX syntax 2016-11-26 17:27:33 +01:00
Florian Dold
c43e24bb13 add ability to wrap translated elements 2016-11-23 00:33:34 +01:00
Florian Dold
4d7d1a1008 implement / fix i18n for JSX 2016-11-17 02:58:27 +01:00
Florian Dold
58b44ff135 fix syntax 2016-11-16 23:34:25 +01:00
Florian Dold
db0d204a3c fix translation stub 2016-11-16 22:28:15 +01:00
Florian Dold
9cb9d2d3b0 add missing file 2016-11-16 15:55:48 +01:00