Commit Graph

16 Commits

Author SHA1 Message Date
Sérgio Ramos
5e21ff1e64 add icons to ui (#347)
fixes #282
fixes #297
fixes #333

Not only adds icons (as svgs) but also removes the assets folder which adds some
side effects:
 - move fonts to it's own component (currently only exposing libre-franlin)
 - Base.global requires fonts and injects them
 - update webpack and babelrc to ignore/include that new folder

Having to deal with those side effects, I took the opportunity to add some
improvements:
 - rename "regular" to "normal" which conforms to the font-weight rule options
 - apply family and weight to buttons (which default to system-ui)
 - replace all font-weight to use the typography composer
 - only use "Libra Franklin" as the family name, using weight to vary between
 files
2017-03-03 15:29:03 +00:00
Sérgio Ramos
520b685e28 convert commonjs to es2015 modules (fixes #234) 2017-02-23 15:09:27 +00:00
Alex Windett
33e899b923 adding in eslint for trailing commas 2017-02-21 16:08:24 +00:00
Alex Windett
12717c26cf continuing to update color object names in ui kit 2017-02-20 12:11:39 +00:00
Sérgio Ramos
3ab029248f baseline composer 2017-02-16 12:37:46 +00:00
Alex Windett
bb6a7aff23 correcting metric colors 2017-02-03 15:09:14 +00:00
Alex Windett
dfd358573f refactoring and updating list item 2017-02-02 19:05:45 +00:00
JUDIT GRESKOVITS
9363f80780 Ensure metric chart background is white 2017-01-25 14:17:57 +00:00
JUDIT GRESKOVITS
de2bff28d1 Ensure loading inline svgs dont create havoc with testing 2017-01-25 12:18:42 +00:00
JUDIT GRESKOVITS
ec0bb60381 Fix chopped off data for twelve hours 2017-01-25 11:02:32 +00:00
JUDIT GRESKOVITS
a0ab82aa62 Fix chopped off data for twelve hours 2017-01-25 11:02:06 +00:00
JUDIT GRESKOVITS
d9623437f1 Fix chopped off data for twelve hours 2017-01-24 17:57:57 +00:00
JUDIT GRESKOVITS
636a478f40 Restructure redux state enable duration changing for metrics 2017-01-24 17:37:08 +00:00
JUDIT GRESKOVITS
1b42954bf2 Add metric display 2017-01-23 15:05:51 +00:00
JUDIT GRESKOVITS
2c7d751204 Add functional metric chart with customisable time scale 2017-01-18 17:52:20 +00:00
JUDIT GRESKOVITS
54524d23df Add Metric header and add svg inlining to webpack with new loader to style svgs with css 2017-01-13 18:08:43 +00:00