summaryrefslogtreecommitdiff
path: root/web-ui/src/common/header/header.js
AgeCommit message (Collapse)Author
2017-03-30[#932] Hides logout button on account recovery flowAnike Arni
2017-03-24 |#973| Thais + Sriram | Adds title and aria label for the logout button on ↵Sriram Viswanathan
the header
2017-03-24|#973| Thais + Sriram | Do not translated 'Pixelated' stringSriram Viswanathan
2017-03-23|#973| Thais + Sriram | Adds logout component to be shown on the headerSriram Viswanathan
2017-02-16[#907] Bundles login static files separatelyAnike Arni
Due to conflicts with public and protected urls, login and interstitial files have to be on a different public url from inbox and resources that require login. Therefore, here, we delegate that logic to webpack. Now we have a '/public' url and a '/assets' url for those static assets.
2017-02-09[#922] Add link for the pix logoTayane Fernandes
with @anikarni
2017-02-09[#922] Add logo and icons to the headerTayane Fernandes
with @anikarni
2017-02-08[#922] Creates headerAnike Arni
with @tayanefernandes