From 992b2d60bb24ad05e9382d44dafd7ede1cf125a1 Mon Sep 17 00:00:00 2001 From: Ivan Gromov Date: Thu, 2 Apr 2020 00:17:55 +0500 Subject: [PATCH] Added full-page steps with transitions --- app/static/index.html | 44 +++++++++++++++++++++++------------ app/static/provider-setup.vue | 12 ++++++++-- app/static/vpn-setup.vue | 4 ++-- 3 files changed, 41 insertions(+), 19 deletions(-) diff --git a/app/static/index.html b/app/static/index.html index d391bca..2de60d1 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -1,5 +1,5 @@ - + Algo VPN @@ -10,19 +10,34 @@ integrity="sha256-NSuqgY2hCZJUN6hDMFfdxvkexI7+iLxXQbL540RQ/c4=" crossorigin="anonymous"> +

{{ title }}

-
- - -
- - + +
+ + +
+
+ + + +
- \ No newline at end of file + diff --git a/app/static/provider-setup.vue b/app/static/provider-setup.vue index 31ac68d..22f6856 100644 --- a/app/static/provider-setup.vue +++ b/app/static/provider-setup.vue @@ -1,6 +1,7 @@ @@ -108,4 +108,4 @@ module.exports = { extra_args: Object } } - \ No newline at end of file +