From 717a18fa3cf7ad60c9782c55df23a33be6692544 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Wed, 17 Dec 2025 23:36:13 +1100 Subject: [PATCH] Improve look of auth pages --- templates/dashboard/http_functions/new.html | 1 + templates/login.html | 121 ++++++++++++-------- templates/signup.html | 113 +++++++++++------- 3 files changed, 149 insertions(+), 86 deletions(-) diff --git a/templates/dashboard/http_functions/new.html b/templates/dashboard/http_functions/new.html index 9963643..4675254 100644 --- a/templates/dashboard/http_functions/new.html +++ b/templates/dashboard/http_functions/new.html @@ -9,6 +9,7 @@ show_refresh=False, show_logs=False, show_client=False, show_link=False, +show_tests=False, dashboardUrl=url_for('http.overview'), cancel_url=url_for('http.overview'), title='New HTTP Function') diff --git a/templates/login.html b/templates/login.html index 7010c5b..f1387e6 100644 --- a/templates/login.html +++ b/templates/login.html @@ -2,55 +2,86 @@ {% block content %} -
-
-
-

- Login +
+
+ +
+
+ + + +
+

+ Welcome Back

- {% if error %} -

- {{ error }} -

- {% endif %} +

Sign in to your Function account

-
-
- - + + +
+ {% if error %} +
+
+ + + + {{ error }} +
-
- - -
-
- - Forgot password? - - -
-
-
-

Don't have an account? Sign up -

-
- + +
+ + +
+

+ Don't have an account? + + Sign up for free + +

+
diff --git a/templates/signup.html b/templates/signup.html index 80fb480..d86e554 100644 --- a/templates/signup.html +++ b/templates/signup.html @@ -2,52 +2,83 @@ {% block content %} -
-
-
-

- Sign up +
+
+ +
+
+ + + +
+

+ Create Account

- {% if error %} -

- {{ error }} -

- {% endif %} +

Get started with Function today

-
-
- - + + +
+ {% if error %} +
+
+ + + + {{ error }} +
-
- - -
-
- -
-
-
-

Already have an accont? Login + + +

+ By creating an account, you agree to our Terms of Service and Privacy Policy

-
- + +
+ + +
+

+ Already have an account? + + Sign in + +

+