summaryrefslogtreecommitdiff
path: root/web-ui/src/interstitial
AgeCommit message (Collapse)Author
2017-02-22[#907] Display error message for mobile versionTulio Casagrande
with @anikarni
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-16[#907] Adapt login status to work with single userTulio Casagrande
with @anikarni
2017-02-16[#907] Convert login page to reactTulio Casagrande
with @anikarni