Add option to ban users from profile detail dialog

This commit is contained in:
Jon Staab
2025-11-13 13:44:52 -08:00
parent d949d58076
commit 5300404b46
3 changed files with 72 additions and 7 deletions
+2
View File
@@ -30,3 +30,5 @@ The project follows a strict dependency hierarchy:
## Development Conventions
When creating components related to a given space or room, parameterize them only with the entity's identifier (i.e., `url` and `h`). Only pass additional props if they can't be derived from the identifiers. For example, a room's `members` should be derived inside the child component, not passed in by the parent.
Do not use null, only undefined.