Prettified Code!

This commit is contained in:
Mashintime 2023-04-17 21:48:44 +00:00 committed by GitHub Action
parent 58a530000c
commit dd5eb1bbcb

View file

@ -256,13 +256,16 @@
id="openHelpModalchat" id="openHelpModalchat"
data-bs-toggle="modal" data-bs-toggle="modal"
data-bs-target="#chatHelpModal" data-bs-target="#chatHelpModal"
><i class="bi bi-question-circle" style="font-size: 1rem"></i> >
<i
class="bi bi-question-circle"
style="font-size: 1rem"
></i>
Help Help
</button> </button>
</li> </li>
</ul> </ul>
</div> </div>
</div> </div>
<hr class="m-0" /> <hr class="m-0" />
@ -685,21 +688,22 @@
<div class="card mb-3"> <div class="card mb-3">
<div class="card-body"> <div class="card-body">
<p class="card-text"> <p class="card-text">
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 Welcome to the chat window. Heard stations are listed in the
from the selected station. Additional help is available on various extra features below. 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.
</p> </p>
</div> </div>
</div> </div>
<div class="card mb-3"> <div class="card mb-3">
<div class="card-body"> <div class="card-body">
<button <button type="button" class="btn btn-sm btn-primary ms-2">
type="button"
class="btn btn-sm btn-primary ms-2"
>
<i class="bi bi-person" style="font-size: 1.2rem"></i> <i class="bi bi-person" style="font-size: 1.2rem"></i>
</button> </button>
<p class="card-text"> <p class="card-text">
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.
</p> </p>
</div> </div>
</div> </div>
@ -725,12 +729,12 @@
<i class="bi bi-files" style="font-size: 1.2rem"></i> <i class="bi bi-files" style="font-size: 1.2rem"></i>
</button> </button>
<p class="card-text"> <p class="card-text">
Request the selected station's shared file(s) list. Clicking <button Request the selected station's shared file(s) list. Clicking
type="button" <button type="button" class="btn btn-sm btn-primary ms-2">
class="btn btn-sm btn-primary ms-2"
>
<i class="bi bi-files" style="font-size: 1.2rem"></i> <i class="bi bi-files" style="font-size: 1.2rem"></i>
</button> will allow you to preview your shared files. Shared file can be enabled/disabled in settings. </button>
will allow you to preview your shared files. Shared file can
be enabled/disabled in settings.
</p> </p>
</div> </div>
</div> </div>
@ -743,7 +747,10 @@
<i class="bi bi-funnel-fill"></i> <i class="bi bi-funnel-fill"></i>
</button> </button>
<p class="card-text"> <p class="card-text">
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.
</p> </p>
</div> </div>
</div> </div>