From 6d872057bdd4a9a17217e9deb6bca310d1b6f6ea Mon Sep 17 00:00:00 2001 From: MCHost Date: Thu, 26 Jun 2025 22:54:18 -0400 Subject: [PATCH] Add real notifications to copy buttons --- public/index.html | 171 ++++++++++++++++++++++++++++++---------------- public/js/app.js | 1 + 2 files changed, 113 insertions(+), 59 deletions(-) diff --git a/public/index.html b/public/index.html index d4ffb15..745fc99 100644 --- a/public/index.html +++ b/public/index.html @@ -292,7 +292,8 @@

Holesail Keys

- +
@@ -301,9 +302,13 @@

Not Loaded

Port: 127.0.0.1:25565

-
@@ -313,9 +318,13 @@

Not Loaded

Port: 127.0.0.1:19132

- + - + diff --git a/public/js/app.js b/public/js/app.js index f746977..6b36a89 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -2176,4 +2176,5 @@ document.addEventListener('DOMContentLoaded', () => { } else { showLoginPage(); } + window.showNotification = showNotification; }); \ No newline at end of file