Add block command to autocomplete, app info modal, and README

This commit is contained in:
jack
2025-07-08 02:47:04 +02:00
parent e0ce234d08
commit e4d5f5b940
3 changed files with 45 additions and 0 deletions
+2
View File
@@ -625,12 +625,14 @@ struct ContentView: View {
if newValue.hasPrefix("/") && newValue.count >= 1 {
// Build context-aware command list
var commandDescriptions = [
("/block", "block or list blocked users"),
("/clear", "clear chat messages"),
("/hug", "send someone a warm hug"),
("/j", "join or create a channel"),
("/m", "send private message"),
("/channels", "show all discovered channels"),
("/slap", "slap someone with a trout"),
("/unblock", "unblock a user"),
("/w", "see who's online")
]