Skip to content

chore: update design of add users dialog#24287

Merged
jaaydenh merged 2 commits into
mainfrom
jaaydenh/add-users-dialog
Apr 16, 2026
Merged

chore: update design of add users dialog#24287
jaaydenh merged 2 commits into
mainfrom
jaaydenh/add-users-dialog

Conversation

@jaaydenh

@jaaydenh jaaydenh commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot added the community Pull Requests and issues created by the community. label Apr 13, 2026
@jaaydenh jaaydenh removed the community Pull Requests and issues created by the community. label Apr 13, 2026
@jaaydenh jaaydenh requested review from aslilac and code-asher April 13, 2026 09:48
Comment on lines -139 to -149
<div className="max-h-[360px] overflow-auto">
<Table>
<TableBody className="[&_td]:h-[72px]">
<div className="h-96 w-full rounded-lg border border-border border-solid">
<div className="h-full overflow-hidden p-px">
<div
className="h-full overflow-y-auto overflow-x-hidden overscroll-contain"
onWheel={(event) => {
event.stopPropagation();
}}
>
<UsersTable
error={error}
onChange={onChange}
selected={selected}
users={users}
/>
</TableBody>
</Table>

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new design called for scrolling inside a container instead of having the entire table scroll. I couldn't find a good way to make that work using the various Table components so opted out of them for this implementation.

@code-asher

Copy link
Copy Markdown
Member

@jakehwll is replacing this component in #23557 so I think we might not need this change. 🤔

@aslilac

aslilac commented Apr 13, 2026

Copy link
Copy Markdown
Member

code looks fine, but it'd probably be good to check with jake to make sure we're not stepping on each others toes, as asher mentioned

@jaaydenh jaaydenh merged commit 4064b60 into main Apr 16, 2026
35 checks passed
@jaaydenh jaaydenh deleted the jaaydenh/add-users-dialog branch April 16, 2026 12:48
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants