Skip to content

Simplifications in InviteDialog#33156

Merged
richvdh merged 3 commits intodevelopfrom
rav/invitedialog_simplifications
Apr 16, 2026
Merged

Simplifications in InviteDialog#33156
richvdh merged 3 commits intodevelopfrom
rav/invitedialog_simplifications

Conversation

@richvdh
Copy link
Copy Markdown
Member

@richvdh richvdh commented Apr 15, 2026

Some non-functional cleanup work in InviteDialog.

Currently renderCallTransferDialog calls renderMainTab, but it turns out that the majority of renderMainTab is irrelevant to InviteKind.CallTransfer. We can simplify things a lot by just inlining the bits of renderMainTab that we actually need.

Also, remove a redundant eslint-disable line while we're here.

richvdh added 3 commits April 15, 2026 15:09
The majority of `renderMainTab` is enpty for the call transfer dialog, so we
may as well inkine the bits that aren't.
Now that this is unused for CallTransfer, we can simplify
eslint seems happy without this, and we shouldn't be disabling lints for a
whole file anyway
@richvdh richvdh added the T-Task Tasks for the team like planning label Apr 15, 2026
@richvdh richvdh marked this pull request as ready for review April 15, 2026 14:58
@richvdh richvdh requested a review from a team as a code owner April 15, 2026 14:58
@richvdh richvdh requested review from dbkr and florianduros April 15, 2026 14:58
@richvdh richvdh added this pull request to the merge queue Apr 16, 2026
Merged via the queue into develop with commit 583eae6 Apr 16, 2026
74 checks passed
@richvdh richvdh deleted the rav/invitedialog_simplifications branch April 16, 2026 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-Task Tasks for the team like planning

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants