From 6f1e2090efba6900bbc176f84f6fc06940eb7c4b Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 4 May 2022 18:26:38 +0200 Subject: wrap inputbox in a form --- public/client.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index db22df3..36cba91 100644 --- a/public/client.html +++ b/public/client.html @@ -133,8 +133,10 @@ - +
+ +
-- cgit From 162940a045dbf2158a7442e9e3bfd9d70a985974 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 4 May 2022 18:49:27 +0200 Subject: do not reload the page --- 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 36cba91..d8e6e71 100644 --- a/public/client.html +++ b/public/client.html @@ -133,7 +133,7 @@
-
+
-- cgit From a866a3267e129218b062a1185cbf297b518239c8 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 4 May 2022 19:42:27 +0200 Subject: lmao that broke it --- 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 d8e6e71..5d5f7b1 100644 --- a/public/client.html +++ b/public/client.html @@ -133,7 +133,7 @@ -
+
-- cgit From b60b656fceee55f689de2bdb30a86b7fd42e6810 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 16 Jul 2022 14:39:39 +0200 Subject: something weird was going on with pantilt, creating lag. removed onload --- 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 5d5f7b1..1fc83cb 100644 --- a/public/client.html +++ b/public/client.html @@ -76,7 +76,7 @@
- +
-- cgit From 319561b177d95f88c5297435371fc3f4111deddc Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Mon, 1 Aug 2022 23:01:46 +0200 Subject: declutter the controls a little --- public/client.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index 1fc83cb..2436c22 100644 --- a/public/client.html +++ b/public/client.html @@ -203,6 +203,8 @@



- +
-- cgit From 5385216e30f15f6016134975bd8fa2384c20cfbf Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 10 Aug 2022 20:13:52 +0200 Subject: add track status to dr2 --- 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 7936d03..efcab35 100644 --- a/public/client.html +++ b/public/client.html @@ -130,7 +130,7 @@
- +
None
-- cgit From d28a5646454b7dbc6793382c1e30642b1595bc7c Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 17 Aug 2022 22:13:59 +0200 Subject: add html --- public/client.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index efcab35..150561d 100644 --- a/public/client.html +++ b/public/client.html @@ -131,6 +131,15 @@
None
+
+

+

+

+ +

+

+

+
-- cgit From 9fcf758d8c125a24f279efc59614325405f85298 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 17 Aug 2022 22:54:47 +0200 Subject: add ACWW clock --- public/client.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index 150561d..ec0fbec 100644 --- a/public/client.html +++ b/public/client.html @@ -132,13 +132,10 @@
None
-

-

-

+

00/00

+

00:00

-

-

-

+

Su

-- cgit From 21170e1935e34f36d2fd4268468414e8caf84627 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 26 Aug 2022 18:35:56 +0200 Subject: add css effect tag --- public/client.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index efcab35..e866557 100644 --- a/public/client.html +++ b/public/client.html @@ -34,12 +34,11 @@ + - - -- cgit From e849b2af16e381af15676283bf884457fa8e36d5 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 26 Aug 2022 19:16:04 +0200 Subject: add rain effect --- public/client.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index e866557..8316484 100644 --- a/public/client.html +++ b/public/client.html @@ -115,7 +115,7 @@ - Various overlay +
Character Evidence Testimony overlay Shout overlay @@ -248,6 +248,9 @@ + + + -- cgit From 20cdeeda24c9ab9d216f2556c3658b118fe43c4b Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 27 Aug 2022 18:48:06 +0200 Subject: add key calendar --- public/client.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index ec0fbec..731c063 100644 --- a/public/client.html +++ b/public/client.html @@ -132,10 +132,11 @@
None
-

00/00

+

April

+

14

00:00

-

Su

+

Mon.

-- cgit From e412b63731d851e8b05e2c28510716b3e0ce6e51 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 27 Aug 2022 19:11:56 +0200 Subject: set the time --- public/client.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index 11b637e..0d08373 100644 --- a/public/client.html +++ b/public/client.html @@ -131,11 +131,10 @@
None
-

April

-

14

-

00:00

- -

Mon.

+

+

+

+

-- cgit From 2b249fb0effd3893b70a8f9ce3383992ea43c63d Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 27 Aug 2022 19:16:54 +0200 Subject: change iniediting back to the old input box --- 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 e866557..dfea213 100644 --- a/public/client.html +++ b/public/client.html @@ -491,7 +491,7 @@

Ini editing (experimental)

- +

-- cgit From b87c498ee3e5fb1e6e90084fc093a66abaa311c6 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 2 Sep 2022 19:56:57 +0200 Subject: optimize key and add bg --- 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 897d4ef..88d446c 100644 --- a/public/client.html +++ b/public/client.html @@ -131,9 +131,9 @@
None
-

+

-- cgit