improve fish metadata display

This commit is contained in:
insects 2025-02-09 17:49:50 +01:00
parent 88d14fe501
commit 81d4340abd
4 changed files with 102 additions and 8 deletions

View file

@ -6,6 +6,15 @@ pub fn changelog_page() -> Markup {
layout(html! {
h1 { "Beacon Changelog" }
section {
h2 { "1.2.0" }
ul {
li { "Improved display of fish conditions, the weather constraints are now shown" }
li { "Color-coded the patch display badges" }
li { "The fishing hole name is now also shown next to the fish"}
}
}
section {
h2 { "1.1.0, 07.02.2025" }
ul {