Skip to content

feat(cells): Add isCellScoped prop to ResultGrid for cell-scoped endpoints#106450

Merged
evanpurkhiser merged 1 commit intomasterfrom
evanpurkhiser/feat-cells-add-iscellscoped-prop-to-resultgrid-for-cell-scoped-endpoints
Jan 16, 2026
Merged

feat(cells): Add isCellScoped prop to ResultGrid for cell-scoped endpoints#106450
evanpurkhiser merged 1 commit intomasterfrom
evanpurkhiser/feat-cells-add-iscellscoped-prop-to-resultgrid-for-cell-scoped-endpoints

Conversation

@evanpurkhiser
Copy link
Copy Markdown
Member

Adds support for cell-scoped URL transformation to ResultGrid component.
When isCellScoped=true, the component automatically:

  • Transforms endpoints to include /_admin/cells/{cell_id}/ prefix
  • Adds host parameter to API requests for correct region routing
  • Displays region selector UI (same as isRegional)

Currently uses region.name (e.g., "us", "de") as the cell_id. In the
future when there's a cell selector, we would use the actual cell ID.

This makes the cell-scoped migration pattern reusable across all admin
endpoints without needing to manually handle region state and URL
construction in each component.

…oints

Adds support for cell-scoped URL transformation to ResultGrid component.
When isCellScoped=true, the component automatically:
- Transforms endpoints to include /_admin/cells/{cell_id}/ prefix
- Adds host parameter to API requests for correct region routing
- Displays region selector UI (same as isRegional)

Currently uses region.name (e.g., "us", "de") as the cell_id. In the
future when there's a cell selector, we would use the actual cell ID.

This makes the cell-scoped migration pattern reusable across all admin
endpoints without needing to manually handle region state and URL
construction in each component.
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 16, 2026
@evanpurkhiser evanpurkhiser merged commit e6b9384 into master Jan 16, 2026
54 checks passed
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/feat-cells-add-iscellscoped-prop-to-resultgrid-for-cell-scoped-endpoints branch January 16, 2026 18:13
BYK pushed a commit that referenced this pull request Jan 19, 2026
…oints (#106450)

Adds support for cell-scoped URL transformation to ResultGrid component.
When isCellScoped=true, the component automatically:
- Transforms endpoints to include /_admin/cells/{cell_id}/ prefix
- Adds host parameter to API requests for correct region routing
- Displays region selector UI (same as isRegional)

Currently uses region.name (e.g., "us", "de") as the cell_id. In the
future when there's a cell selector, we would use the actual cell ID.

This makes the cell-scoped migration pattern reusable across all admin
endpoints without needing to manually handle region state and URL
construction in each component.
@github-actions github-actions bot locked and limited conversation to collaborators Feb 1, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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