summaryrefslogtreecommitdiffstats
path: root/src/app/personlaization
AgeCommit message (Collapse)AuthorFilesLines
2019-02-15Integration tests for MainScreenWrapperReducerandrzejszukuc1-4/+2
Change-Id: I7e947ea2ccab8877a3b8bb01d8e6b999bee1901f Issue-ID: AAI-2143 Signed-off-by: Andrzej Szukuc <andrzej.szukuc@nokia.com>
2018-11-08Fixing eslint errorArul.Nambi1-1/+1
Issue-ID: AAI-1881 Change-Id: I1132eb381dd1a62dda6d6f31f2de8af3582bdd9a Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-11-07Adding option for configurable headerArul.Nambi2-0/+110
Moving the standalone front end start up from localhost:port/aai -> localhost:port & Updating the node parameter to production for production build so that the minified code is more efficient & Changing the babel loaders for fonts to use the full name instead of the computed hash value & Adding a option to make the page header and html document title configurable instead of the previous hardcoded value of A&AI Issue-ID: AAI-1881 Change-Id: I867200b97d4e2e9acb687f373e39aab8fb8a1b25 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>