Skip to content

ref(issues): Remove InterimSection#115355

Draft
scttcper wants to merge 2 commits into
masterfrom
scttcper/kill-interim-section
Draft

ref(issues): Remove InterimSection#115355
scttcper wants to merge 2 commits into
masterfrom
scttcper/kill-interim-section

Conversation

@scttcper
Copy link
Copy Markdown
Member

InterimSection was just a temporary wrapper around FoldSection while the streamlined issue details UI was landing. This replaces those call sites with FoldSection directly and deletes the adapter.

A few old call sites already used string section keys, so FoldSection/context now accept those while jump-to stays limited to the known issue detail sections.

InterimSection was only a temporary adapter around FoldSection. Replace the call sites with FoldSection directly and let the section context accept the string keys those call sites already used.

Also keeps jump-to limited to the known issue detail sections, so arbitrary drawer/sidebar section keys don't show up there.

Co-authored-by: Codex GPT-5 <noreply@openai.com>
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 12, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 12, 2026

📊 Type Coverage Diff

Metric Before After Delta
Coverage 93.47% 93.47% ±0%
Typed 134,863 134,843 🔴 -20
Untyped 9,425 9,425 ±0
🔍 1 new type safety issue introduced

Type assertions (as) (1 new)

File Line Detail
static/app/views/issueDetails/streamline/issueDetailsJumpTo.tsx 43 as SectionKeyconfig.key as SectionKey

This is informational only and does not block the PR.

InterimSection was the last consumer of this exported link after the section cleanup. Drop it so knip stays quiet.

Co-authored-by: Codex GPT-5 <noreply@openai.com>
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.

1 participant