Prettified Code!

This commit is contained in:
DJ2LS 2023-05-14 11:57:25 +00:00 committed by GitHub Action
parent 9e43c8f55e
commit dc511cb46f

View file

@ -92,36 +92,43 @@
</div> </div>
<hr class="m-2" /> <hr class="m-2" />
<div class="overflow-auto vh-100"> <div class="overflow-auto vh-100">
<div <div
class="list-group overflow-auto" class="list-group overflow-auto"
id="list-tab" id="list-tab"
role="tablist" role="tablist"
style="height: calc(100vh - 70px)" style="height: calc(100vh - 70px)"
> >
<a
class="list-group-item list-group-item-action rounded-4 rounded-top rounded-bottom border-1 mb-0 broadcast"
id="chat-broadcast-list"
data-bs-toggle="list"
href="#chat-broadcast"
role="tab"
aria-controls="chat-${dxcallsign}"
>
<div class="d-flex w-100 justify-content-between">
<div class="rounded-circle p-0">
<i
class="bi bi-people-fill p-1"
style="font-size: 2rem"
></i>
</div>
<span style="font-size: 1.2rem"
<a class="list-group-item list-group-item-action rounded-4 rounded-top rounded-bottom border-1 mb-0 broadcast" id="chat-broadcast-list" data-bs-toggle="list" href="#chat-broadcast" role="tab" aria-controls="chat-${dxcallsign}"> ><strong>BROADCAST @ALL</strong></span
>
<div class="d-flex w-100 justify-content-between"> <span style="font-size: 0.8rem" id="chat-broadcast-list-time"
<div class="rounded-circle p-0"> >---</span
<i class="bi bi-people-fill p-1" style="font-size:2rem;"></i> >
</div> <span
class="position-absolute m-2 bottom-0 end-0"
<span style="font-size:1.2rem;"><strong>BROADCAST @ALL</strong></span> style="font-size: 0.8rem"
<span style="font-size:0.8rem;" id="chat-broadcast-list-time">---</span> id="chat-broadcast-list-shortmsg"
<span class="position-absolute m-2 bottom-0 end-0" style="font-size:0.8rem;" id="chat-broadcast-list-shortmsg">---</span> >---</span
</div> >
</div>
</a> </a>
<hr class="m-2"> <hr class="m-2" />
</div> </div>
</div> </div>
</div> </div>
@ -301,16 +308,22 @@
style="height: calc(100% - 150px)" style="height: calc(100% - 150px)"
> >
<div class="tab-content" id="nav-tabContent"> <div class="tab-content" id="nav-tabContent">
<div class="tab-pane fade broadcast" id="chat-broadcast" role="tabpanel" aria-labelledby="chat-broadcast-list"> <div
class="tab-pane fade broadcast"
id="chat-broadcast"
role="tabpanel"
aria-labelledby="chat-broadcast-list"
>
<h3>Broadcast work in progress...</h3> <h3>Broadcast work in progress...</h3>
ToDo:<br> ToDo:<br />
- disable request buttons and ping when selecting broadcast field<br> - disable request buttons and ping when selecting broadcast
- enable request buttons and ping when selecting normal messages<br> field<br />
- received broadcast messages must find its place here<br> - enable request buttons and ping when selecting normal
- transmitted messages here need a broadcast handler <br> messages<br />
- prepare tnc for sending and receiving broadcasts with wakeup frame <br> - received broadcast messages must find its place here<br />
- transmitted messages here need a broadcast handler <br />
- prepare tnc for sending and receiving broadcasts with wakeup
frame <br />
</div> </div>
</div> </div>
<!--<div class="container position-absolute bottom-0">--> <!--<div class="container position-absolute bottom-0">-->