Skip to content

ref(tables): wrap SimpleTable error states in SimpleTable.Empty - #121176

Open
JoshuaKGoldberg wants to merge 1 commit into
masterfrom
de-1392-01-simpletable-empty
Open

ref(tables): wrap SimpleTable error states in SimpleTable.Empty#121176
JoshuaKGoldberg wants to merge 1 commit into
masterfrom
de-1392-01-simpletable-empty

Conversation

@JoshuaKGoldberg

@JoshuaKGoldberg JoshuaKGoldberg commented Aug 4, 2026

Copy link
Copy Markdown
Member

SimpleTable renders its children directly into the table's grid, so a bare <LoadingError /> sibling lands in the column tracks rather than spanning the row. This wraps the error branches in SimpleTable.Empty so both status states span the row.

Split out of #120745, as part of DE-1392. See that PR for the full end state.

`SimpleTable` renders its children directly into the table's grid, so a bare
`<LoadingError />` sibling lands in the column tracks rather than spanning the
row like the empty state next to it already does.

Wraps the error branches in `SimpleTable.Empty`, matching what each of these
tables already does for its empty branch.

Ref DE-1392
@linear-code

linear-code Bot commented Aug 4, 2026

Copy link
Copy Markdown

DE-1392

@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Aug 4, 2026
@JoshuaKGoldberg JoshuaKGoldberg changed the title ref(tables): Wrap SimpleTable error states in SimpleTable.Empty ref(tables): wrap SimpleTable error states in SimpleTable.Empty Aug 4, 2026
@JoshuaKGoldberg
JoshuaKGoldberg marked this pull request as ready for review August 4, 2026 16:39
@JoshuaKGoldberg
JoshuaKGoldberg requested a review from a team as a code owner August 4, 2026 16:39
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.

3 participants