Skip to content

fix: minor design changes#1410

Merged
fzhao99 merged 4 commits into
mainfrom
bob/move-modal
Jun 22, 2026
Merged

fix: minor design changes#1410
fzhao99 merged 4 commits into
mainfrom
bob/move-modal

Conversation

@fzhao99

@fzhao99 fzhao99 commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

🔀 PULL REQUEST

💡 Summary

Fixes modal position of default modals and uses a new icon for the config build page.

✅ Acceptance Criteria

  • Modals render correctly across the app
  • Details page opens

🧪 How to test

  • Check modal rendering and ensure they display correctly

ℹ️ Additional Information

@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

🔒 Security Scan Results

⚠️ Found 15 vulnerabilities

Severity Total
🟠 High 12
🟡 Medium 3

📦 refiner-app

No vulnerabilities found

📦 refiner-lambda

Severity Count
🟠 High 4

📦 refiner-ops

Severity Count
🟠 High 8
🟡 Medium 3

View detailed results: Security tab
Last updated: 2026-06-22 19:29:55 UTC

await expect(page.getByText('COVID-19')).toBeVisible();
const covidOption = page.getByRole('option', { name: 'COVID-19' });
await covidOption.click();
await expect(covidOption).not.toBeVisible();

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

was getting some test race condition flakiness on strict mode violations between the option and the rendered panel, so adding this extra check to make the tests more robust

<table className="w-full border-separate border-spacing-y-1">
<caption className="text-left font-bold">
{selectedCondition.display_name}
</caption>

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

using <caption> here to have a more semantic way of grabbing the table in the e2e test.

@fzhao99 fzhao99 marked this pull request as ready for review June 22, 2026 19:01
onClose,
children,
position = 'center',
position = 'top',

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

🙌

@jakewheeler jakewheeler self-assigned this Jun 22, 2026
Comment thread client/src/components/Tooltip/QuestionIcon.tsx Outdated

@jakewheeler jakewheeler left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Added one suggestion to fix the issue with the SVG element but otherwise looks good!

Co-authored-by: Jake Wheeler <jake.wheeler@skylight.digital>
@fzhao99 fzhao99 requested a review from jakewheeler June 22, 2026 19:24

@jakewheeler jakewheeler left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

🥇

@fzhao99 fzhao99 added this pull request to the merge queue Jun 22, 2026
Merged via the queue into main with commit 4ad7f7a Jun 22, 2026
21 checks passed
@fzhao99 fzhao99 deleted the bob/move-modal branch June 22, 2026 20:41
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