Replace inline channel creation with dialog#312
Merged
wesbillman merged 3 commits intomainfrom Apr 13, 2026
Merged
Conversation
Move channel/forum creation from cramped inline sidebar forms to a proper dialog with header, description, labeled fields, and a footer. Add an optional agent picker so users can invite managed agents at creation time. - New CreateChannelDialog component reuses existing Radix Dialog primitives - AppSidebar simplified: removed useCreateForm hook and inline form rendering - AppShell updated to pass agentPubkeys through and call addChannelMembers - All E2E tests updated to match new dialog test IDs and flow Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The agent picker needs more design thought before shipping. Strip the AgentPicker component, agent-related state, and addChannelMembers plumbing from the create-channel flow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
tellaho
added a commit
that referenced
this pull request
Apr 14, 2026
* origin/main: Replace inline channel creation with dialog (#312) chore: improve chat message layout to left-aligned design (#309) Add edit dialog for managed agents with relay profile sync (#277) fix(ci): build relay with optimized profile to fix flaky e2e tests (#307) Update actions/checkout action to v6 (#305) Update dependency @tanstack/react-query to v5.98.0 (#304) Update dependency @playwright/test to v1.59.1 (#303) Update react monorepo to v19.2.5 (#302) feat(mobile): scaffold Flutter app with Riverpod & Catppuccin theme (#306) Update dependency @tanstack/react-router to v1.168.13 (#301) feat: Markdown-based persona packs (crate + ACP + desktop) (#297) feat(desktop): improve Agents page UX (#298) feat(desktop): add Pulse social notes surface (#296) Fix flaky desktop smoke tests (#294) Add agent lifecycle controls to channel members sidebar (#291) # Conflicts: # desktop/pnpm-lock.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CreateChannelDialogcomponent featuring header, description fields, visibility/ephemeral checkboxes, and cancel/create actionsAppSidebarsignificantly (~370 lines removed) by removing inline form code anduseCreateFormhookManagedAgentSummaryimport warningTest plan
🤖 Generated with Claude Code