Styling and improvements

This commit is contained in:
2026-06-10 12:47:29 +02:00
parent 177e959bbd
commit 926a4fcc42
10 changed files with 386 additions and 33 deletions
+2 -2
View File
@@ -169,7 +169,7 @@ fn parse_room(r: i16) -> String {
#[component(Diagnostics)]
pub fn diagnostics_component() -> Html {
html! {
<div>
<div class="rundbg">
<TicketCount/>
<SubmitStats/>
</div>
@@ -287,7 +287,7 @@ pub fn ticket_count_component() -> Html {
})
.count();
html! {
<div>
<div class="ticket-count">
<h2>{ "Offene Tickets" }</h2>
<h4>{ count }</h4>
</div>