[ADF-3017]Update app (#3897)

* Add test

* Added some checks to the test

* Remove a method that is not used anymore

* Fix lint issues

* Rebase

* lock file

* update pacakge.json
This commit is contained in:
cristinaj
2018-10-25 00:37:36 +03:00
committed by Eugenio Romano
parent 36a150af4f
commit ed7ce4574a
5 changed files with 4214 additions and 4160 deletions

View File

@@ -100,12 +100,14 @@ exports.THEMING = {
exports.APP_COLOR = {
BLUE: "rgba(38, 154, 188, 1)",
GREY: "rgba(105, 108, 103, 1)",
ORANGE: "rgba(250, 185, 108, 1)"
ORANGE: "rgba(250, 185, 108, 1)",
RED: "rgba(199, 78, 62, 1)"
};
exports.APP_ICON = {
FAVORITE: "favorite_border",
UNIT: "ac_unit"
UNIT: "ac_unit",
USER: "person"
};
exports.PROCESS_END_DATE = "No date";