[WIP] hardcoded succ and error msg

This commit is contained in:
Marie Birner
2025-08-03 11:18:29 +02:00
parent ae73e401d7
commit e3fd3bdfcc
3 changed files with 38 additions and 16 deletions

View File

@@ -32,9 +32,6 @@ async fn index(
p {
mark { "TODO: Explanation of AEF / digital shadows / search game" }
}
p {
mark { "TODO: Show optional SUCC message" }
}
div.mb-sm {
(client.get_display_name())
@@ -75,7 +72,7 @@ async fn index(
li.card {
span {
span.font-headline.rank.text-muted { (rank.rank) "." }
@if rank.client == client { (PreEscaped("<mark>")) }
@if rank.client == client { (PreEscaped("<mark id='ranking'>")) }
(rank.client.get_display_name())
@if rank.client == client { (PreEscaped("</mark>")) }
}