From ce9ced5c8beb4590b95051930a9bacf83b21762a Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Mon, 28 Mar 2022 21:25:07 +0200 Subject: add button (it's ugly) --- public/client.html | 40 +++++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 11 deletions(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index 28a0bf1..34c2aa1 100644 --- a/public/client.html +++ b/public/client.html @@ -20,13 +20,14 @@ - + @@ -37,10 +38,8 @@ - - - - + + @@ -50,8 +49,27 @@

Having trouble? Join us on Discord

+

Choose your character

+
+

You need to authorize to continue

+
+
+ +

-- cgit From 268f3fb063c241f3df13bac5bd189fb6d2c42e9a Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Mon, 28 Mar 2022 22:03:10 +0200 Subject: whoops --- public/client.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index 34c2aa1..dd0ed18 100644 --- a/public/client.html +++ b/public/client.html @@ -49,27 +49,27 @@

Having trouble? Join us on Discord

-

Choose your character

-
-

You need to authorize to continue

-
-
+

-- cgit From 8bbd4a50ce90173949f56e9ed85856267471a992 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Mon, 28 Mar 2022 23:12:48 +0200 Subject: popup and callback works best --- public/client.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index dd0ed18..af76bdc 100644 --- a/public/client.html +++ b/public/client.html @@ -56,10 +56,12 @@
-
+ data-ux_mode="popup" + data-callback="handleCredentialResponse" + data-nonce="" + data-auto_select="true"> +
+ -
-

Choose your character

- +
+

Choose your character



-- cgit From 5aca325ce9d2d8e2f4472f93a1e74cdfacbe7edf Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 22 Oct 2022 17:54:07 +0200 Subject: center the thing --- public/client.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index de97aba..f65ed9e 100644 --- a/public/client.html +++ b/public/client.html @@ -51,25 +51,25 @@

Choose your character

-- cgit From eb3c603a39d75e5b2ba80af1efbdbee2e3e35888 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 11 Nov 2022 18:49:45 +0100 Subject: client id was missing gcontent --- public/client.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index f65ed9e..e5bff14 100644 --- a/public/client.html +++ b/public/client.html @@ -54,7 +54,7 @@

You need to authorize to continue

Date: Fri, 11 Nov 2022 19:02:03 +0100 Subject: gsi client id --- public/client.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index e5bff14..ea06de6 100644 --- a/public/client.html +++ b/public/client.html @@ -7,7 +7,7 @@ - + -- cgit From 18d3d49355661dffacf4eb7fe2b7dcc1fd9ebfbf Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 11 Nov 2022 19:02:07 +0100 Subject: Revert "client id was missing gcontent" This reverts commit eb3c603a39d75e5b2ba80af1efbdbee2e3e35888. --- public/client.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index ea06de6..2059ca8 100644 --- a/public/client.html +++ b/public/client.html @@ -54,7 +54,7 @@

You need to authorize to continue

Date: Fri, 11 Nov 2022 19:02:54 +0100 Subject: Revert "Revert "client id was missing gcontent"" This reverts commit 18d3d49355661dffacf4eb7fe2b7dcc1fd9ebfbf. --- public/client.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index 2059ca8..ea06de6 100644 --- a/public/client.html +++ b/public/client.html @@ -54,7 +54,7 @@

You need to authorize to continue

Date: Sun, 13 Nov 2022 20:13:14 +0100 Subject: bring back iniedit dropdown --- public/client.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index ea06de6..81400fb 100644 --- a/public/client.html +++ b/public/client.html @@ -54,7 +54,7 @@

You need to authorize to continue

Ini editing (experimental)

- +

-- cgit From 2592bf4cb162cac88ecb52d036249ab52c16153c Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 17 Nov 2022 22:51:18 +0100 Subject: rename to iniselect --- public/client.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index 81400fb..f4298c6 100644 --- a/public/client.html +++ b/public/client.html @@ -521,8 +521,8 @@

Ini editing (experimental)

- - + +

-- cgit From 60dacea009356d2bcd36bd0dd8c95124f7a3c218 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 17 Nov 2022 22:52:59 +0100 Subject: add custom ininame --- public/client.html | 1 + 1 file changed, 1 insertion(+) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index f4298c6..c1fa5bd 100644 --- a/public/client.html +++ b/public/client.html @@ -523,6 +523,7 @@

Ini editing (experimental)

+

-- cgit From 7d3a6dc03bb284e3bb711a4a0fa698d197e585ea Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 17 Nov 2022 22:55:36 +0100 Subject: both ini dropdown and custom --- public/client.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index c1fa5bd..9f9510a 100644 --- a/public/client.html +++ b/public/client.html @@ -522,7 +522,7 @@

Ini editing (experimental)

- +
-- cgit From 20b19c474c9e6e80ddd23caad109feebd8a60410 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 7 Dec 2022 20:46:45 +0100 Subject: remove chat from chatbox names --- public/client.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index 9f9510a..3f45793 100644 --- a/public/client.html +++ b/public/client.html @@ -488,16 +488,16 @@
- +

-- cgit