changed score calculation and added sorting and 'new' tag

This commit is contained in:
2026-03-27 21:50:19 +01:00
parent 012e6d7b48
commit 409583da1e
5 changed files with 220 additions and 27 deletions

View File

@@ -52,7 +52,7 @@ async fn main() -> anyhow::Result<()> {
.init();
let shared_state = Arc::new(AppState {
app_name: "Quick rust website template".to_string(),
app_name: "Slimes Leaderboards".to_string(),
});
let app = Router::new()