From dd5eb1bbcb4cc9186cebc0a0fcbe7c2d12124d0b Mon Sep 17 00:00:00 2001 From: Mashintime Date: Mon, 17 Apr 2023 21:48:44 +0000 Subject: [PATCH] Prettified Code! --- gui/src/chat-module.html | 83 ++++++++++++++++++++++------------------ 1 file changed, 45 insertions(+), 38 deletions(-) diff --git a/gui/src/chat-module.html b/gui/src/chat-module.html index 91c948fb..dddc0c7d 100644 --- a/gui/src/chat-module.html +++ b/gui/src/chat-module.html @@ -252,19 +252,22 @@
  • + class="dropdown-item" + id="openHelpModalchat" + data-bs-toggle="modal" + data-bs-target="#chatHelpModal" + > + + Help +
  • - - +

    - Welcome to the chat window. Heard stations are listed in the list on the left. Clicking on a station will show messages sent and/or received - from the selected station. Additional help is available on various extra features below. + Welcome to the chat window. Heard stations are listed in the + list on the left. Clicking on a station will show messages + sent and/or received from the selected station. Additional + help is available on various extra features below.

    - +

    - Set your station information and picture. This information can be requested by a remote station and can be enabled/disabled via settings. + Set your station information and picture. This information can + be requested by a remote station and can be enabled/disabled + via settings.

    + type="button" + class="btn btn-sm btn-outline-secondary ms-2" + > + +

    Request the selected station's information.

    @@ -719,31 +723,34 @@
    -

    - Request the selected station's shared file(s) list. Clicking will allow you to preview your shared files. Shared file can be enabled/disabled in settings. + +

    + Request the selected station's shared file(s) list. Clicking + + will allow you to preview your shared files. Shared file can + be enabled/disabled in settings.

    + type="button" + class="btn btn-small btn-outline-primary dropdown-toggle me-2" + > + +

    - The filter button allows you to show or hide certain types of messages. A lot of data is logged and this allows you to modify what is shown. By default sent and received messages and ping acknowlegements are displayed. + The filter button allows you to show or hide certain types of + messages. A lot of data is logged and this allows you to + modify what is shown. By default sent and received messages + and ping acknowlegements are displayed.