From 0b966e696c6a99f825510d406008fc9b9936077e Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Mon, 13 Feb 2017 18:43:15 -0200 Subject: [#907] Convert login page to react with @anikarni --- web-ui/src/interstitial/interstitial.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 web-ui/src/interstitial/interstitial.html (limited to 'web-ui/src/interstitial/interstitial.html') diff --git a/web-ui/src/interstitial/interstitial.html b/web-ui/src/interstitial/interstitial.html new file mode 100644 index 00000000..ac9ab291 --- /dev/null +++ b/web-ui/src/interstitial/interstitial.html @@ -0,0 +1,18 @@ + + + + + + + + + + + +
+ +
+ + + + -- cgit v1.2.3 From 957599ae01687d6b3d02a3c34fdbe2ac6bd920f9 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Thu, 16 Feb 2017 18:51:26 -0200 Subject: [#907] Bundles login static files separately 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. --- web-ui/src/interstitial/interstitial.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web-ui/src/interstitial/interstitial.html') diff --git a/web-ui/src/interstitial/interstitial.html b/web-ui/src/interstitial/interstitial.html index ac9ab291..727883fe 100644 --- a/web-ui/src/interstitial/interstitial.html +++ b/web-ui/src/interstitial/interstitial.html @@ -4,15 +4,15 @@ - - + +
- + -- cgit v1.2.3