Skip to content

fix(issues): Use Heading in sentry app external issue modal title#114748

Merged
evanpurkhiser merged 1 commit intomasterfrom
evanpurkhiser/fix-issues-use-heading-in-sentry-app-external-issue-modal-title
May 4, 2026
Merged

fix(issues): Use Heading in sentry app external issue modal title#114748
evanpurkhiser merged 1 commit intomasterfrom
evanpurkhiser/fix-issues-use-heading-in-sentry-app-external-issue-modal-title

Conversation

@evanpurkhiser
Copy link
Copy Markdown
Member

The sentry-app external issue modal (used for Linear and other internal-integration "issue link" components) rendered the modal title as plain text, while the first-party external issue modal used for Jira/GitHub/etc. wraps its title in <Heading as="h4">. The modal Header CSS only applies the 20px title size to h1-h6 elements, so the sentry-app variant rendered noticeably smaller than its first-party siblings.

Wrap the title in <Heading as="h4"> so all integration modals share the same title size.

The sentry-app external issue modal (used for Linear and other internal
integrations) rendered the modal title as plain text, while the
first-party external issue modal (Jira/GitHub/etc.) wraps its title in
`<Heading as="h4">`. The modal Header CSS only applies the 20px title
size to h1-h6 elements, so the sentry-app variant rendered noticeably
smaller. Match the first-party convention so all integration modals
share the same title size.
@evanpurkhiser evanpurkhiser requested a review from a team as a code owner May 4, 2026 18:29
@evanpurkhiser evanpurkhiser requested a review from a team May 4, 2026 18:29
@evanpurkhiser evanpurkhiser requested a review from a team as a code owner May 4, 2026 18:29
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 4, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.40%

@evanpurkhiser evanpurkhiser merged commit 1f9d69d into master May 4, 2026
74 checks passed
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/fix-issues-use-heading-in-sentry-app-external-issue-modal-title branch May 4, 2026 18:40
cleptric pushed a commit that referenced this pull request May 5, 2026
…14748)

The sentry-app external issue modal (used for Linear and other
internal-integration "issue link" components) rendered the modal title
as plain text, while the first-party external issue modal used for
Jira/GitHub/etc. wraps its title in `<Heading as="h4">`. The modal
`Header` CSS only applies the 20px title size to `h1`-`h6` elements, so
the sentry-app variant rendered noticeably smaller than its first-party
siblings.

Wrap the title in `<Heading as="h4">` so all integration modals share
the same title size.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants