From a27c4074c67c064544e3175a367a58f0badcefc8 Mon Sep 17 00:00:00 2001 From: scottbeats <90412655+scottbeats@users.noreply.github.com> Date: Wed, 30 Aug 2023 09:12:17 +1200 Subject: [PATCH 1/3] latest changes --- src/main/resources/templates/add_bot.jsp | 32 +++++++++++++---------- src/main/resources/templates/view_bot.jsp | 2 ++ 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/src/main/resources/templates/add_bot.jsp b/src/main/resources/templates/add_bot.jsp index b18513c..7703e10 100644 --- a/src/main/resources/templates/add_bot.jsp +++ b/src/main/resources/templates/add_bot.jsp @@ -97,22 +97,26 @@ -
- + +
diff --git a/src/main/resources/templates/view_bot.jsp b/src/main/resources/templates/view_bot.jsp index 4ebba25..b5a5e12 100644 --- a/src/main/resources/templates/view_bot.jsp +++ b/src/main/resources/templates/view_bot.jsp @@ -83,6 +83,8 @@ Last Bid order:
Last Ask order: +
+ Bot Controls: Stop Bot
From 3cfb157aaafc0c6589cd61dedfad53c5d802b045 Mon Sep 17 00:00:00 2001 From: kizmt Date: Fri, 1 Sep 2023 21:38:34 +1200 Subject: [PATCH 2/3] Update settings.jsp --- src/main/resources/templates/settings.jsp | 44 +++++++++++++++++++++-- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/src/main/resources/templates/settings.jsp b/src/main/resources/templates/settings.jsp index 622dd9b..de320d7 100644 --- a/src/main/resources/templates/settings.jsp +++ b/src/main/resources/templates/settings.jsp @@ -69,7 +69,7 @@

Settings

-

- + Private Key (Base58):

@@ -100,9 +100,47 @@
- + + From c8d1cef22e3b406760e737672a55eb17564b7bf1 Mon Sep 17 00:00:00 2001 From: kizmt Date: Wed, 6 Sep 2023 14:48:31 +1200 Subject: [PATCH 3/3] add-toasts added basic toasts/notifications to settings.jsp to acknowledge uploaded data is processing --- src/main/resources/templates/settings.jsp | 58 +++++++++++++---------- 1 file changed, 32 insertions(+), 26 deletions(-) diff --git a/src/main/resources/templates/settings.jsp b/src/main/resources/templates/settings.jsp index de320d7..72d42db 100644 --- a/src/main/resources/templates/settings.jsp +++ b/src/main/resources/templates/settings.jsp @@ -3,14 +3,9 @@ - - - 🧙‍♂️ Arcana on Solana - - @@ -28,12 +23,20 @@ font-size: 3.5rem; } } + + .toast-container { + position: fixed; + bottom: 0; + right: 0; + z-index: 9999; + } + - +