From b56c9a33651e95c674d60555f49ace5ddf4b4778 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Wed, 8 Jan 2025 04:08:27 -0500 Subject: [PATCH] Finished up with profile tooltips and context-menus. --- src/views/adminPanel.ejs | 2 + src/views/channel.ejs | 2 + src/views/channelSettings.ejs | 1 + www/css/channel.css | 1 + www/css/global.css | 2 +- www/js/adminPanel.js | 281 +--------------------------------- www/js/adminUtils.js | 241 +++++++++++++++++++++++++++++ www/js/channel/userlist.js | 14 ++ www/js/channelSettings.js | 55 +------ www/js/popup/banPopup.js | 106 +++++++++++++ 10 files changed, 370 insertions(+), 335 deletions(-) create mode 100644 www/js/adminUtils.js create mode 100644 www/js/popup/banPopup.js diff --git a/src/views/adminPanel.ejs b/src/views/adminPanel.ejs index e5d75d5..d34c773 100644 --- a/src/views/adminPanel.ejs +++ b/src/views/adminPanel.ejs @@ -35,6 +35,8 @@ along with this program. If not, see . %>
<%- include('partial/scripts', {user}); %> + +
diff --git a/src/views/channel.ejs b/src/views/channel.ejs index 5735685..7509195 100644 --- a/src/views/channel.ejs +++ b/src/views/channel.ejs @@ -33,6 +33,8 @@ along with this program. If not, see . %>