Migrate Reports dialog to ActionItems dialog, add room join requests to queue

This commit is contained in:
Jon Staab
2026-03-17 17:16:01 -07:00
parent 7c9b191bdd
commit b100ec124c
13 changed files with 285 additions and 78 deletions
+1
View File
@@ -169,6 +169,7 @@ src/
- When creating forms, use `FieldInline` or `Field` instead of custom elements/tailwindcss
- Do not define svelte event handlers inline, instead name them and put them in the script section of templates
- Avoid using `as`, except where necessary. Instead, annotate function parameters, and ensure upstream values are typed correctly.
- Instead of `getTag(tagName, event.tags)?.[1] || ""`, use `getTagValue(tagName, event.tags)`
**Human-First Simplicity (Jon Staab Style):**