Skip to content

CHI-3982: Tweak PhoneInputDialog UI on QA feedback - #4676

Merged
stephenhand merged 3 commits into
masterfrom
CHI-3982-ui_fixes
Sep 9, 2026
Merged

CHI-3982: Tweak PhoneInputDialog UI on QA feedback#4676
stephenhand merged 3 commits into
masterfrom
CHI-3982-ui_fixes

Conversation

@stephenhand

Copy link
Copy Markdown
Collaborator

Description

https://tech-matters.atlassian.net/browse/CHI-3982?focusedCommentId=37376 - addressing all except point 3

Checklist

  • Corresponding issue has been opened
  • New tests added
  • Feature flags added
  • Strings are localized
  • Tested for chat contacts
  • Tested for call contacts

Other Related Issues

None

Verification steps

AFTER YOU MERGE

  1. Cut a release tag using the Github workflow. Wait for it to complete and notify in the #aselo-deploys Slack channel.
  2. Comment on the ticket with the release tag version AND any additional instructions required to configure an environment to test the changes.
  3. Only then move the ticket into the QA column in JIRA

You are responsible for ensuring the above steps are completed. If you move a ticket into QA without advising what version to test, the QA team will assume the latest tag has the changes. If it does not, the following confusion is on you! :-P

# Conflicts:
#	plugin-hrm-form/src/components/Conference/ConferenceActions/PhoneInputDialog.tsx
@stephenhand
stephenhand marked this pull request as ready for review September 9, 2026 14:35
Copilot AI lite review requested due to automatic review settings September 9, 2026 14:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Changes recommended

The updated close button introduces a hard-coded aria-label that overrides localized screen-reader text, impacting accessibility/localization.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Updates the Conference “Add participant” phone input dialog UI to align with QA feedback by standardizing form controls and adjusting header/footer visuals within the existing HRM form styling system.

Changes:

  • Replaced the dialog’s quick-dial <select> styling with shared FormSelect/FormOption components from the global styles.
  • Updated the dialog header close control to use HeaderCloseButton with a close icon and screen-reader text.
  • Tweaked the dial button icon sizing/spacing.
File summaries
File Description
plugin-hrm-form/src/components/Conference/ConferenceActions/styles.ts Removes the dialog-specific QuickDialSelect in favor of shared form select styles.
plugin-hrm-form/src/components/Conference/ConferenceActions/PhoneInputDialog.tsx Switches quick-dial to shared form select components; updates close button and icon styling.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +135 to +139
<HeaderCloseButton
buttonRef={focusRef}
onClick={() => setIsDialogOpen(false)}
style={{ marginLeft: 'auto', marginRight: 0, paddingRight: 0 }}
/>
aria-label="CloseButton"
style={{ marginLeft: 'auto', marginRight: -16, marginBottom: 4, paddingRight: 0 }}
@stephenhand
stephenhand merged commit 392f900 into master Sep 9, 2026
26 checks passed
@stephenhand
stephenhand deleted the CHI-3982-ui_fixes branch September 9, 2026 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants