Finished up with profile tooltips and context-menus.

This commit is contained in:
rainbow napkin 2025-01-08 04:08:27 -05:00
parent 9a8def18d7
commit b56c9a3365
10 changed files with 370 additions and 335 deletions

View file

@ -35,6 +35,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
</body>
<footer>
<%- include('partial/scripts', {user}); %>
<script src="/js/adminUtils.js"></script>
<script src="/js/popup/banPopup.js"></script>
<script src="/js/adminPanel.js"></script>
</footer>
</html>

View file

@ -33,6 +33,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
<footer>
<%- include('partial/scripts', {user}); %>
<script src="/socket.io/socket.io.min.js"></script>
<script src="/js/adminUtils.js"></script>
<script src="/js/popup/banPopup.js"></script>
<script src="/js/channel/commandPreprocessor.js"></script>
<script src="/js/channel/chatPostprocessor.js"></script>
<script src="/js/channel/chat.js"></script>

View file

@ -36,6 +36,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
<button href="javascript:" class="danger-button" id="chan-delete">Delete Channel</button>
<footer>
<%- include('partial/scripts', {user}); %>
<script src="/js/popup/banPopup.js"></script>
<script src="/js/channelSettings.js"></script>
</footer>
</body>