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"
data-bs-toggle="modal"
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
</button>
</li>
</ul>
</div>
</div>
<hr class="m-0" />
@ -685,21 +688,22 @@
<div class="card mb-3">
<div class="card-body">
<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
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.
</p>
</div>
</div>
<div class="card mb-3">
<div class="card-body">
<button
type="button"
class="btn btn-sm btn-primary ms-2"
>
<button type="button" class="btn btn-sm btn-primary ms-2">
<i class="bi bi-person" style="font-size: 1.2rem"></i>
</button>
<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>
</div>
</div>
@ -725,12 +729,12 @@
<i class="bi bi-files" style="font-size: 1.2rem"></i>
</button>
<p class="card-text">
Request the selected station's shared file(s) list. Clicking <button
type="button"
class="btn btn-sm btn-primary ms-2"
>
Request the selected station's shared file(s) list. Clicking
<button type="button" class="btn btn-sm btn-primary ms-2">
<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>
</div>
</div>
@ -743,7 +747,10 @@
<i class="bi bi-funnel-fill"></i>
</button>
<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>
</div>
</div>