Skip to content

Commit

Permalink
Remove 'loading' text from homepage panels
Browse files Browse the repository at this point in the history
  • Loading branch information
Celeo committed Oct 28, 2024
1 parent af22838 commit d77630e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
11 changes: 11 additions & 0 deletions vzdv-site/templates/changelog.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@

<hr>

<div class="card shadow mb-3">
<div class="card-body">
<h5 class="card-title">2024-10-27</h5>
<div class="card-text">
<ul>
<li>Slight homepage panel loading change</li>
</ul>
</div>
</div>
</div>

<div class="card shadow mb-3">
<div class="card-body">
<h5 class="card-title">2024-10-26</h5>
Expand Down
16 changes: 4 additions & 12 deletions vzdv-site/templates/homepage/home.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
id="events"
hx-get="/events/upcoming"
hx-trigger="load"
>
<p>Loading ...</p>
</div>
></div>
</div>
</div>
</div>
Expand All @@ -32,9 +30,7 @@
id="online"
hx-get="/home/online/controllers"
hx-trigger="load, every 1m"
>
<p>Loading ...</p>
</div>
></div>
</div>
</div>
<div class="card shadow mt-2">
Expand All @@ -43,9 +39,7 @@
id="weather"
hx-get="/home/weather"
hx-trigger="load, every 5m"
>
<p>Loading ...</p>
</div>
></div>
</div>
</div>
<div class="card shadow mt-2">
Expand All @@ -54,9 +48,7 @@
id="flights"
hx-get="/home/online/flights"
hx-trigger="load, every 1m"
>
<p>Loading ...</p>
</div>
></div>
</div>
</div>
<div class="card shadow mt-2">
Expand Down

0 comments on commit d77630e

Please sign in to comment.