Prettified Code!

This commit is contained in:
DJ2LS 2023-03-16 06:48:18 +00:00 committed by GitHub Action
parent 9eb2cb210c
commit 3604c41805
3 changed files with 111 additions and 165 deletions

View file

@ -288,7 +288,7 @@
<i
id="emojipickerbutton"
class="bi bi-emoji-smile p-0"
style="font-size: 1rem;"
style="font-size: 1rem"
></i>
</div>
@ -302,7 +302,7 @@
<div class="input-group-text me-3">
<i
class="bi bi-paperclip"
style="font-size: 1rem;"
style="font-size: 1rem"
id="selectFilesButton"
></i>
@ -311,10 +311,7 @@
id="sendMessage"
type="button"
>
<i
class="bi bi-send"
style="font-size: 1.2rem;"
></i>
<i class="bi bi-send" style="font-size: 1.2rem"></i>
</button>
</div>
</div>

View file

@ -102,10 +102,7 @@
type="button"
disabled
>
<i
class="bi bi-diagram-3"
style="font-size: 1rem;"
></i>
<i class="bi bi-diagram-3" style="font-size: 1rem"></i>
</button>
</div>
</div>
@ -276,27 +273,15 @@
<div class="card mb-0">
<div class="card-header p-2">
<div class="">
<i
class="bi bi-volume-up"
style="font-size: 1rem;"
></i
<i class="bi bi-volume-up" style="font-size: 1rem"></i
><strong>AUDIO</strong>
</div>
</div>
<div class="card-body p-1" style="height: 100px">
<div class="input-group input-group-sm mb-1">
<span class="input-group-text">
<i
class="bi bi-mic-fill"
style="font-size: 1rem;"
></i>
<i class="bi bi-mic-fill" style="font-size: 1rem"></i>
</span>
<select
class="form-select form-select-sm"
@ -308,10 +293,7 @@
</div>
<div class="input-group input-group-sm mb-1">
<span class="input-group-text">
<i
class="bi bi-volume-up"
style="font-size: 1rem;"
></i>
<i class="bi bi-volume-up" style="font-size: 1rem"></i>
</span>
<select
class="form-select form-select-sm"
@ -329,10 +311,7 @@
<div class="col">
<div class="card mb-0">
<div class="card-header p-1">
<i
class="bi bi-projector"
style="font-size: 1rem;"
></i
<i class="bi bi-projector" style="font-size: 1rem"></i
><strong> TNC RIG CONTROL</strong>
<div
class="btn-group btn-group-sm"
@ -493,7 +472,9 @@
>
<div class="col">
<div class="card mb-1">
<div class="card-header p-2"><i class="bi bi-house-door"></i><strong> MY STATION</strong></div>
<div class="card-header p-2">
<i class="bi bi-house-door"></i><strong> MY STATION</strong>
</div>
<div class="card-body p-2">
<div class="row">
<div class="col-md-auto">
@ -508,7 +489,7 @@
<span class="input-group-text">
<i
class="bi bi-person-bounding-box"
style="font-size: 1rem;"
style="font-size: 1rem"
></i>
</span>
<input
@ -556,10 +537,7 @@
title="Enter your gridsquare and save it"
>
<span class="input-group-text">
<i
class="bi bi-house-fill"
style="font-size: 1rem;"
></i>
<i class="bi bi-house-fill" style="font-size: 1rem"></i>
</span>
<input
type="text"
@ -583,7 +561,7 @@
<div class="card-header p-2 d-flex">
<i
class="bi bi-cloud-download ms-1 me-1"
style="font-size: 1rem;"
style="font-size: 1rem"
></i>
<strong>UPDATER</strong>
<div class="progress w-75 ms-1 m-1">
@ -643,10 +621,7 @@
<div class="col-5">
<div class="card mb-1">
<div class="card-header p-1">
<i
class="bi bi-volume-up"
style="font-size: 1rem;"
></i>
<i class="bi bi-volume-up" style="font-size: 1rem"></i>
<strong>AUDIO LEVEL</strong>
<button
type="button"
@ -992,7 +967,7 @@
<div class="card-header p-2">
<i
class="bi bi-list-columns-reverse"
style="font-size: 1rem;"
style="font-size: 1rem"
></i>
<strong> HEARD STATIONS</strong>
</div>
@ -1045,10 +1020,7 @@
id="openReceivedFilesFolder"
type="button"
>
<i
class="bi bi-folder2-open"
style="font-size: 1rem;"
></i>
<i class="bi bi-folder2-open" style="font-size: 1rem"></i>
</button>
<h5 id="receivedFilesSidebarLabel">Filetransfer</h5>
<button
@ -1261,7 +1233,9 @@
<!--end of blur div -->
<!---------------------------------------------------------------------- FOOTER AREA ------------------------------------------------------------>
<div class="container-fluid">
<nav class="navbar fixed-bottom navbar-expand-xl navbar-light border-top rounded-3 p-2">
<nav
class="navbar fixed-bottom navbar-expand-xl navbar-light border-top rounded-3 p-2"
>
<div class="col-sm-2">
<div class="btn-toolbar" role="toolbar" style="margin-left: 2px">
<div class="btn-group btn-group-sm me-1" role="group">
@ -1275,10 +1249,7 @@
data-bs-html="true"
title="PTT state:<strong class='text-success'>RECEIVING</strong> / <strong class='text-danger'>TRANSMITTING</strong>"
>
<i
class="bi bi-broadcast-pin"
style="font-size: 0.8rem;"
></i>
<i class="bi bi-broadcast-pin" style="font-size: 0.8rem"></i>
</button>
</div>
<div class="btn-group btn-group-sm me-1" role="group">
@ -1292,10 +1263,7 @@
data-bs-html="true"
title="TNC busy state: <strong class='text-success'>IDLE</strong> / <strong class='text-danger'>BUSY</strong>"
>
<i
class="bi bi-cpu"
style="font-size: 0.8rem;"
></i>
<i class="bi bi-cpu" style="font-size: 0.8rem"></i>
</button>
</div>
<div class="btn-group btn-group-sm me-1" role="group">
@ -1309,10 +1277,7 @@
data-bs-html="true"
title="ARQ SESSION state: <strong class='text-warning'>OPEN</strong>"
>
<i
class="bi bi-arrow-left-right"
style="font-size: 0.8rem;"
></i>
<i class="bi bi-arrow-left-right" style="font-size: 0.8rem"></i>
</button>
</div>
<div class="btn-group btn-group-sm me-1" role="group">
@ -1328,7 +1293,7 @@
>
<i
class="bi bi-file-earmark-binary"
style="font-size: 0.8rem;"
style="font-size: 0.8rem"
></i>
</button>
</div>
@ -1343,10 +1308,7 @@
data-bs-html="true"
title="rigctld state: <strong class='text-success'>CONNECTED</strong> / <strong class='text-secondary'>UNKNOWN</strong>"
>
<i
class="bi bi-usb-symbol"
style="font-size: 0.8rem;"
></i>
<i class="bi bi-usb-symbol" style="font-size: 0.8rem"></i>
</button>
</div>
</div>
@ -1387,10 +1349,7 @@
data-bs-html="false"
title="save frequency"
>
<i
class="bi bi-check-lg"
style="font-size: 0.8rem;"
></i>
<i class="bi bi-check-lg" style="font-size: 0.8rem"></i>
</button>
</div>
</form>
@ -1493,10 +1452,7 @@
<div class="col-sm-3">
<div class="input-group input-group-sm">
<span class="input-group-text">
<i
class="bi bi-speedometer2"
style="font-size: 1rem;"
></i>
<i class="bi bi-speedometer2" style="font-size: 1rem"></i>
</span>
<span
class="input-group-text"
@ -1509,14 +1465,11 @@
<i
id="speed_level"
class="bi bi-reception-0"
style="font-size: 1rem;"
style="font-size: 1rem"
></i>
</span>
<span class="input-group-text">
<i
class="bi bi-file-earmark-binary"
style="font-size: 1rem;"
></i>
<i class="bi bi-file-earmark-binary" style="font-size: 1rem"></i>
</span>
<span
class="input-group-text"

View file

@ -1,4 +1,3 @@
/* disable scrolling in main window */
body {
padding-right: 0px !important;
@ -95,8 +94,6 @@ https://stackoverflow.com/a/9622873
transition: 0.5s;
}
/* theme area */
/* default light theme mods */
@ -108,5 +105,4 @@ https://stackoverflow.com/a/9622873
}
/* default light theme mods */
[data-bs-theme="dark"] {
}