Polish huddles UI#1041
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: af3ac1e47e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <Tooltip> | ||
| <TooltipTrigger asChild> | ||
| <Button | ||
| aria-label="Leave huddle" |
There was a problem hiding this comment.
Restore creator end-huddle action
When the local user is the huddle creator and other humans remain, this now only renders the Leave action, so the creator has no UI path to call end_huddle. The backend leave_huddle only emits the ended event and archives the ephemeral channel when the leaver is the last human; otherwise it just removes the caller, leaving the huddle running for everyone else. This regresses the previous End for all button for creators and can leave meetings active until every participant leaves or the TTL expires.
Useful? React with 👍 / 👎.
Summary
Checks
just fmt-checkcargo check -p buzz-corecargo check --manifest-path desktop/src-tauri/Cargo.tomlcd desktop && pnpm exec biome check <changed desktop files>cd desktop && pnpm check:file-sizescd desktop && pnpm typecheckcd desktop && pnpm testcd desktop && pnpm buildgit diff --checkNote:
cd desktop && pnpm checkis still blocked by pre-existing unused-variable warnings indesktop/tests/e2e/onboarding.spec.ts, outside this branch.