From bd8882ec4483e83b7c4a3271dd6923b79b75961d Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Sat, 2 Oct 2021 12:18:01 -0800 Subject: [PATCH] Feature/update login UI (#716) * cleanup signin UI * add timeout Co-authored-by: Hayden --- frontend/Dockerfile | 6 +++-- frontend/components/Layout/AppFooter.vue | 15 ++++-------- frontend/layouts/basic.vue | 5 +--- frontend/pages/login.vue | 31 ++++++++++++++++-------- 4 files changed, 31 insertions(+), 26 deletions(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 0e797dc80b2d..69ea80b91faf 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -8,8 +8,10 @@ RUN yarn install \ --prefer-offline \ --frozen-lockfile \ --non-interactive \ - --production=false - + --production=false \ + # https://github.com/docker/build-push-action/issues/471 + --network-timeout 1000000 + RUN yarn build RUN rm -rf node_modules && \ diff --git a/frontend/components/Layout/AppFooter.vue b/frontend/components/Layout/AppFooter.vue index bc5a9276c2fa..510a47431cc6 100644 --- a/frontend/components/Layout/AppFooter.vue +++ b/frontend/components/Layout/AppFooter.vue @@ -1,30 +1,25 @@ - - \ No newline at end of file diff --git a/frontend/layouts/basic.vue b/frontend/layouts/basic.vue index 7493beaabbf7..7b739166a902 100644 --- a/frontend/layouts/basic.vue +++ b/frontend/layouts/basic.vue @@ -1,8 +1,6 @@