styled more of Most Recent applet, allowing for scrolling of 36 most recent events and Load More link

This commit is contained in:
Disco DeDisco
2026-03-24 17:19:09 -04:00
parent 189d329e76
commit c71f4eb68c
5 changed files with 94 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ class GameEvent(models.Model):
}
code = d.get("role", "?")
role = d.get("role_display") or _role_names.get(code, code)
return f"starts as {role}"
return f"elects to start as {role}"
if self.verb == self.ROLES_REVEALED:
return "All roles assigned"
return self.verb